GithubHelp home page GithubHelp logo

Comments (8)

nls1729 avatar nls1729 commented on June 8, 2024

It looks like it is working as it should. Read the README.txt file Description of the Busy State Timeout Feature.

The Once Radio Button is used to select a one time timeout. When the
Enable Check Box is checked and the Once Radio Button is selected a
timeout starts when the extension's busy state is set. When the one
time timeout expires the Busy State Timeout Feature is disabled.
A notification is sent, "Timeout Once Busy State Timeout expired.
Timeout disabled". The Busy State Timeout Feature will not start
a new one time timeout until the Enable Check Box preference is
checked to re-enable the Busy State Timeout Feature. If during the
duration of a one time timeout the Gnome Session is ended at the next
session start the Busy State Timeout Feature will be disabled and a
notification is displayed, "Timeout Once Found at Session Start Busy
Timeout is disabled". If there are unviewed notifications in the
in the queue notifications may not be displayed but will be added
to the queue.

from acme-code.

nls1729 avatar nls1729 commented on June 8, 2024

Set the Always radio button to disable the Once timeout warning at session start.

from acme-code.

nls1729 avatar nls1729 commented on June 8, 2024

I changed the code to only show the warning at the next session start. If you want a quick fix
find line:
Notify.notify(("Timeout Once Found at Session Start"),("Busy State Timeout is disabled."));
in file extension.js .
After that line add:
this._settings.set_boolean('time-out-always', true);

from acme-code.

scan09 avatar scan09 commented on June 8, 2024

Esta es la configuración:
https://i.imgur.com/1rBJe9i.png

En cada inicio aparece esto:
https://i.imgur.com/JeAkTIw.png

from acme-code.

scan09 avatar scan09 commented on June 8, 2024

I changed the code to only show the warning at the next session start. If you want a quick fix
find line:
Notify.notify(("Timeout Once Found at Session Start"),("Busy State Timeout is disabled."));
in file extension.js .
After that line add:
this._settings.set_boolean('time-out-always', true);

I'm going to try

from acme-code.

scan09 avatar scan09 commented on June 8, 2024

I changed the code to only show the warning at the next session start. If you want a quick fix
find line:
Notify.notify(("Timeout Once Found at Session Start"),("Busy State Timeout is disabled."));
in file extension.js .
After that line add:
this._settings.set_boolean('time-out-always', true);

I'm going to try

it's works

from acme-code.

nls1729 avatar nls1729 commented on June 8, 2024

I am working on adding the option to mute the sound when the busy state is active. I also will remove the message Timeout Once Found at Session - Start Busy State Timeout is disabled. I think the message is not necessary. Thanks for reporting this issue.

from acme-code.

nls1729 avatar nls1729 commented on June 8, 2024

@scan09

Version 31 of the extension is now available at:
<https://extensions.gnome.org/extension/964/do-not-disturb-button/ >

The message has been removed. Thanks for reporting this issue.

from acme-code.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.