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

blueman-applet missing icons #44548

Closed
makefu opened this issue Aug 6, 2018 · 3 comments
Closed

blueman-applet missing icons #44548

makefu opened this issue Aug 6, 2018 · 3 comments
Labels
0.kind: question Requests for a specific question to be answered

Comments

@makefu
Copy link
Contributor

makefu commented Aug 6, 2018

Issue description

the blueman-applet GUI from the blueman package only shows half of the icons correctly, the rest is shown as missing icon:
broken icons

Steps to reproduce

install via configuration.nix

environment.systemPackages = [ pkgs.blueman ]

start via:

$ blueman-applet

Technical details

  • system: "x86_64-linux"
  • host os: Linux 4.16.17, stockholm/NixOS, 18.08.git.makefu-simple-vm-5830-g54990bce-dirty@x/18.03.git.14946ec (Impala)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.1pre6148_a4aac7f
  • channels(root): ""
  • nixpkgs: /var/src/nixpkgs
@makefu
Copy link
Contributor Author

makefu commented Jan 2, 2019

Issue still persists (18.09 stable). It seems like i would need some extra XDG things in my path but i am not totally sure what to do.

@gmarmstrong
Copy link
Contributor

Adding gnome3.adwaita-icon-theme to the bulidInputs for blueman fixed this for me. This might need to be tweaked a bit for configuration.nix, but I put this in my home.nix (for home-manager):

{ nixpkgs.overlays = [
  (self: super: {
    blueman = super.blueman.overrideAttrs (oldAttrs: {
      buildInputs = oldAttrs.buildInputs ++ [ self.gnome3.adwaita-icon-theme ];
    });
  })];
}

@jtojnar
Copy link
Member

jtojnar commented Dec 4, 2019

You should install icon theme you prefer in environment.systemPackages, see the discussion in #43150 (comment)

@jtojnar jtojnar added the 0.kind: question Requests for a specific question to be answered label Dec 4, 2019
@jtojnar jtojnar closed this as completed Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: question Requests for a specific question to be answered
Projects
None yet
Development

No branches or pull requests

3 participants