-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
help gnome users find a way to get statusicon back #2197
Comments
See also: AppIndicator3 Indicator props connected: True if we have a reasonable expectation of being displayed through this object. You should hide your TrayIcon if so. |
use a post-install script to enable the extension for active users
The commit above adds an Enabling system wide is apparently possible but due to the configuration file format, there's a risk we might actually remove existing settings by configuring the |
Follow up for #406.
If we find that the topicons / appindicator extension is not installed, show a warning dialog and offer to install the package (by calling packagekit? only if we know the package name?)
Have an option to not show the dialog again (and save to
.local/share/xpra/conf.d/80_gnomeshell_warning.conf
?).If the extension is installed but not enabled, offer to enable it:
gnome-shell-extension-tool
did not work for me on Fedora.. could be wrong extension name?gnome-tweaks
tool?Once all of this has been done, offer to restart gnome shell
killall -HUP gnome-shell
logged me out... via dbus?The text was updated successfully, but these errors were encountered: