-
Notifications
You must be signed in to change notification settings - Fork 216
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
No tray icons when running as root #1240
Comments
qt/icon.py:BIT_LOGO = QIcon.fromTheme('document-save') I wonder if it's your (or root's) theme? I recently played around with changing themes and now I get an empty tray spot for copyq (a clipboard manager). There just aren't icons for for copyq in the theme I chose. |
And just as I posted this and was cleaning up it seems it works now, even with Well, now it works 😅Thanks, that makes sense. Running backintime as root from the terminal works nicely if I use `QT_QPA_PLATFORMTHEME` (it seems it doesn't work for `backintime-qt_polkit` and `backintime-qt-root`):
qt5ct doesn't do anything on its own (icons are already there). However, this doesn't work for the app menu entry. I tried modifying
which creates a system tray icon (yay!) both for manually launched backups and for cron, but it doesn't load icons in the GUI. guess that's hacky but good enough. I tried adding this variable to the
|
If your have installed |
I'm having an issue in Fedora 35 where a container for the system tray icon is created but the icon is empty (I've tried both the Appindicator and Tray Icons reloaded).
Jobs are started from root cron:
This issue might be related. Torguard also runs as root so that may not be the problem.
Extra info, if it helps
gnome-shell --version
: GNOME Shell 41.4uname -r
: 5.16.16-200.fc35.x86_64backintime --version
: backintime 1.3.1 (latest on fedora)The text was updated successfully, but these errors were encountered: