You are not logged in.

#1 2012-07-31 00:47:47

Sarvadamana
Member
Registered: 2012-06-08
Posts: 14

No program icon for AUR installed packages

I've only installed two programs from AUR that would have icons, but neither of them use the icons that come with them. I've checked and the icons are installed in /usr/share/icons and the Icon tag is specified in /usr/share/applications/<program-name>.desktop. I'm using GNOME 3, and all I get is the default executable icon with these programs I have installed from the AUR. Is there another setting I'm missing? If it matters, the two programs I have installed are dvd95 and tagainijisho. Thanks for any advice.

Offline

#2 2012-07-31 12:05:18

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,396

Re: No program icon for AUR installed packages

Looks like an error in the packages, as they don't use a .install file .

as an example, here's the firefox.install file :

post_install() {
  update-desktop-database -q
  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}

try running both commands in post_install manually (you may have to adjust the path for the 2nd command).


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB