-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Executor launched twice #67
Comments
Could you also attach |
As requested: ~/.config/BashTricks/MyNwgPanelAlarm.cfg
Sorry I had to paste it, for some reason the GitHub upload thingy is not seeing it in my 'Firefox 'download' folder. |
I was trying to figure out why I couldn't upload the previous file, (it needed a .txt extension [lol],) and thought you might find my nwg-panel config file useful. Irvine Edit: |
Sorry, for now I don't even understand how your executor works, but I'm away from my desk, with only a chromebook. I'll take another look at the issue when I'm back. |
Not to worry. I will keep trying to gather more info, and, if you need anything more, just ask. Irvine |
I am having an issue with an executor being launched twice.
The script is fairly simple, see below, and is set to grep a config file for the current time, (in %HH:%MM,) every 60 seconds. If the grep returns a non-empty string then it plays an alarm with mpg123 and sends a notification via mako and notify-send.
Unfortunately, I receive two notification bubbles, and, (as if my ears weren't enough,) checking with ps aux I can see that there are two instances of the track being played.
I have launched the script outside the nwg-panel, and it works without problems. Additionally, I have checked that the same thing is happening on both Sway and Wayfire
Originally, I thought it might have been because I have two monitors, but there is only one instance of nwg-panel
Here is the script:
*My Desktop is:
Probably not relevant, but....
The text was updated successfully, but these errors were encountered: