Skip to content
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

gnomeExtensions.appindicator: init at v22 #34953

Merged

Conversation

jonafato
Copy link
Contributor

Motivation for this change

Add the AppIndicator Support GNOME Shell extension.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg GrahamcOfBorg added 6.topic: GNOME GNOME desktop environment and its underlying platform 10.rebuild-darwin: 0 10.rebuild-linux: 0 labels Feb 14, 2018
Add the AppIndicator Support GNOME Shell extension.
@jtojnar jtojnar force-pushed the gnome-shell-extension-appindicator-v22 branch from 986a92c to d7b8532 Compare February 16, 2018 11:36
@jtojnar
Copy link
Contributor

jtojnar commented Feb 16, 2018

@jtojnar jtojnar merged commit d7b8532 into NixOS:master Feb 16, 2018
@jonafato jonafato deleted the gnome-shell-extension-appindicator-v22 branch February 16, 2018 14:59
@goodwillcoding
Copy link
Contributor

@jonafato ... hi is there some specific way to setup this extensions. Have it installed on the latest NixOS 18.09 and no icons ever show

@jtojnar
Copy link
Contributor

jtojnar commented Oct 26, 2018

@goodwillcoding Did you enable it in GNOME Tweaks?

Alternately, you can add something like the following to your configuration.nix but then you need to make sure the dconf database does not set the key (dconf reset /org/gnome/shell/enabled-extensions) since this just overrides the default value.

services.xserver.desktopManager.gnome3.extraGSettingsOverrides = ''
  [org.gnome.shell]
  enabled-extensions=['dash-to-dock@micxgx.gmail.com', 'nohotcorner@azuri.free.fr', 'appindicatorsupport@rgcjonas.gmail.com', 'GPaste@gnome-shell-extensions.gnome.org', 'mediaplayer@patapon.info', 'ubuntu-appindicators@ubuntu.com']
'';

Last, you could store the value in a dconf db declaratively, but that is more involved at the moment: #42053 (comment)

@goodwillcoding
Copy link
Contributor

@jtojnar yeah, turned out it worked just fine, but the 4 programs I tested it with tried can only be show by Top Icon (my guess they were either compiled with appindicator support or have some weird one or the other logic [blah, blah Unity style]) ... my apologies for bugging ya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: GNOME GNOME desktop environment and its underlying platform 10.rebuild-darwin: 0 10.rebuild-linux: 0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants