-
Notifications
You must be signed in to change notification settings - Fork 114
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
Incompatible with top bar organizer #155
Comments
I logged out and back in and can't reproduce. |
I can reproduce again, it's been happening after the first refresh of this: $ cat ~/.config/argos/tltt_1_menu.sh
#!/bin/bash
"$(dirname $0)/tl-time-tracker/tltt.sh" menu ""
$ cat ~/.config/argos/tl-time-tracker/
#!/bin/bash
response=$(curl -s "http://localhost:9999/$1")
if [ -z "$response" ]; then
echo "$2"
echo "---"
echo " Neu laden | refresh=true"
else
echo "$response"
fi The output looks something like this: $ curl -s http://localhost:9999/menu
| font="JetBrainsMono Nerd Font" | trim=false | bash="true" | terminal=false
---
Stop | font="JetBrainsMono Nerd Font" | trim=false | bash="curl" | terminal=false | refresh=true | param1="http://localhost:9999/toggle"
Neu Laden| font="JetBrainsMono Nerd Font" | trim=false | bash="curl" | terminal=false | refresh=true | param1="http://localhost:9999/refresh"
---
Zeit bearbeiten| font="JetBrainsMono Nerd Font" | trim=false
-- 5 Minuten| font="JetBrainsMono Nerd Font" | trim=false | bash="curl" | terminal=false | param1="http://localhost:9999/edit?minutes=5"
-- 15 Minuten| font="JetBrainsMono Nerd Font" | trim=false | bash="curl" | terminal=false | param1="http://localhost:9999/edit?minutes=15"
-- 1 Stunde| font="JetBrainsMono Nerd Font" | trim=false | bash="curl" | terminal=false | param1="http://localhost:9999/edit?minutes=60"
-- 5 Minuten| font="JetBrainsMono Nerd Font" | trim=false | bash="curl" | terminal=false | param1="http://localhost:9999/edit?minutes=-5"
-- 15 Minuten| font="JetBrainsMono Nerd Font" | trim=false | bash="curl" | terminal=false | param1="http://localhost:9999/edit?minutes=-15"
-- 1 Stunde| font="JetBrainsMono Nerd Font" | trim=false | bash="curl" | terminal=false | param1="http://localhost:9999/edit?minutes=-60"
---
---
Website Öffnen| font="JetBrainsMono Nerd Font" | trim=false | href="https://example.com/" When I click on "Neu Laden" the error happens. |
This time it happened immediately after enabling the extension. |
Now that I read the error message, I see this is an issue with top bar organizer. |
TypeError: appIndicator is undefined
The problem seems to lie with top bar organizer more than with argos. |
Thanks for investigating yourself, appreciated. |
I couldn't find any relevant logs. This happened immediately after logging in. One of my 2 plugins is working, this one isn't:
The text was updated successfully, but these errors were encountered: