Replies: 2 comments 5 replies
-
There isn't. gtk4 does not support tray icons. When EasyEffects is started as a service |
Beta Was this translation helpful? Give feedback.
5 replies
-
I just created a startup script like this: #!/bin/sh
if ! pgrep -f /usr/bin/easyeffects; then
exec /usr/bin/easyeffects --gapplication-service &
notify-send 'easyeffects daemon started'
else
/usr/bin/easyeffects
fi So it starts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want that it starts minimized to tray on autostart.
Beta Was this translation helpful? Give feedback.
All reactions