-
Notifications
You must be signed in to change notification settings - Fork 19
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
GNOME: Broken icons at startup #77
Comments
Thanks for the issue! I will pin it to let other users know. But I can't fix it because it is definitely a GNOME issue :( |
My idea of a fix -source side- was to have a file written for the sole purpose of being cloned to The downside is that everyone would have that delay, but, being of just 1 second, I doubt people would actually notice it. |
Sorry, I don't like this idea to have an autostart delay in all other DE's. The correct solution is to fix the problem in GNOME. |
Fair enough. I'll try to come up with something. |
Bug description
Icons aren't shown properly when the program is launched at startup.
Screenshots
Expected behavior
Environment
Additional context
My best guess is that the program is launched before the system can load its icons, in fact I managed to fix the issue by delaying optimus-manager-qt's autostart by 1 second editing the launch command in
.config/autostart/io.optimus_manager.OptimusManagerQt.desktop
:Exec=bash -c "sleep 1 && optimus-manager-qt"
The text was updated successfully, but these errors were encountered: