Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XFCE missing icons?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
linuxed
n00b
n00b


Joined: 02 Dec 2004
Posts: 28

PostPosted: Sun Apr 29, 2007 1:29 pm    Post subject: XFCE missing icons? Reply with quote

Hello. I have performed a fresh install of Gentoo. I went for the XFCE desktop environment. However I seem to have a problem I can't diagnose. The "Settings" panel, although showing all options (i.e. "Desktop/Display/File Manager/Keyboard/Mouse/Orage/etc."), shows the associated icons only for "Sound" and "File manager". Also when I chose to "Quit" XFCE and the logout/reboot/shutdown menu appears, there are no icons with the associated applications. The biggest problem is I have no idea where these icons are usually found.. as I have no idea what their default naming convention is. My Icon theme, according to the XFCE user interface dialogue, is "Rodent". Any help in things to try out in order to diagnose the problem would be great.
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1584
Location: Gentoo64 land

PostPosted: Sun Apr 29, 2007 1:58 pm    Post subject: Re: XFCE missing icons? Reply with quote

linuxed wrote:
Hello. I have performed a fresh install of Gentoo. I went for the XFCE desktop environment. However I seem to have a problem I can't diagnose. The "Settings" panel, although showing all options (i.e. "Desktop/Display/File Manager/Keyboard/Mouse/Orage/etc."), shows the associated icons only for "Sound" and "File manager". Also when I chose to "Quit" XFCE and the logout/reboot/shutdown menu appears, there are no icons with the associated applications. The biggest problem is I have no idea where these icons are usually found.. as I have no idea what their default naming convention is. My Icon theme, according to the XFCE user interface dialogue, is "Rodent". Any help in things to try out in order to diagnose the problem would be great.

"rodent" is Xfce's default theme, so it's strange not all it's icons are showing up.

go to settings -> User Interface Settings -> Icon Theme tab. see if you have other themes available that may be complete.

do you have
Code:
username hostname ~ $ emerge -pv xfce-extra/xfce4-icon-theme

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] xfce-extra/xfce4-icon-theme-4.4.0  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
Back to top
View user's profile Send private message
linuxed
n00b
n00b


Joined: 02 Dec 2004
Posts: 28

PostPosted: Sun Apr 29, 2007 3:00 pm    Post subject: Reply with quote

There are no other themes installed. I have xfce4-icon-theme
Back to top
View user's profile Send private message
Fabiolla
Apprentice
Apprentice


Joined: 04 Mar 2004
Posts: 277
Location: somewhere

PostPosted: Sun Apr 29, 2007 4:54 pm    Post subject: Reply with quote

Hi,
Had the same problem, emerge x11-themes/hicolor-icon-theme solved it.
(Xfce4 needs hicolor-icon-theme for default-icons)
Back to top
View user's profile Send private message
vonr
Guru
Guru


Joined: 23 Mar 2006
Posts: 300
Location: Amsterdam, The Netherlands

PostPosted: Sun Apr 29, 2007 5:12 pm    Post subject: Reply with quote

Fabiolla wrote:
Hi,
Had the same problem, emerge x11-themes/hicolor-icon-theme solved it.
(Xfce4 needs hicolor-icon-theme for default-icons)

I can confirm that this works, for gnome as well.
_________________
Have you ever seen Geneva™, Monaco®, or New York®?
Geneva, Monaco, and New York are trademarks of Apple Computer, Inc., some registered in the U.S. and other countries.
Back to top
View user's profile Send private message
linuxed
n00b
n00b


Joined: 02 Dec 2004
Posts: 28

PostPosted: Sun Apr 29, 2007 7:27 pm    Post subject: Reply with quote

Quote:
[ebuild R ] x11-themes/hicolor-icon-theme-0.9-r1 0 kB


Having the same problem.
Back to top
View user's profile Send private message
deno
Guru
Guru


Joined: 13 Sep 2006
Posts: 404

PostPosted: Sun Apr 29, 2007 7:35 pm    Post subject: Reply with quote

I am not using xfce fo a while but I remeber that there is an option somewhere that you can allow xfce to control your desktop, or something like that. It seems that from time to time this option becomes unchecked and then icons will disappear. Find that and check it again.
Back to top
View user's profile Send private message
linuxed
n00b
n00b


Joined: 02 Dec 2004
Posts: 28

PostPosted: Mon Apr 30, 2007 5:37 am    Post subject: Reply with quote

I have re-emerged x11-themes/hicolor-icon-theme; restarted XFCE and it's working now. Thanks for the help! Does anyone know why this happens?
Back to top
View user's profile Send private message
seiichiro0185
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2005
Posts: 115
Location: Berlin, Germany

PostPosted: Mon Apr 30, 2007 12:27 pm    Post subject: Reply with quote

Hi,

had the same problem, I think the solution is to run gtk-update-icon-cache (i ran gtk-update-icon-cache -f /usr/share/icons/Rodent/ which solved the problem for me). emerging hicolor-icon-theme does also run gtk-update-icon-cache, so thats why a remerge did solve the problem

seiichiro0185
_________________
Desktop: AMD Athlon64 4850e@2,9GHz| 2GB RAM | 500GB HDD
Laptop: Dell Vostro 1310: C2D 2.1GHz | 4GB RAM | 250GB HDD
Server: Via C7D 1,5GHz | 512MB RAM | 1TB HDD
Back to top
View user's profile Send private message
linuxed
n00b
n00b


Joined: 02 Dec 2004
Posts: 28

PostPosted: Mon Apr 30, 2007 12:41 pm    Post subject: Reply with quote

Great! Now I know why it worked! However, I'm still puzzled as to *why* this problem appeared in the first place :-/
Back to top
View user's profile Send private message
ssuominen
Developer
Developer


Joined: 30 Sep 2005
Posts: 1376
Location: Finland

PostPosted: Tue May 01, 2007 4:59 pm    Post subject: Reply with quote

linuxed wrote:
Great! Now I know why it worked! However, I'm still puzzled as to *why* this problem appeared in the first place :-/


This post is all about,

http://bugs.gentoo.org/show_bug.cgi?id=155993
http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome2-utils.eclass?r1=1.3&r2=1.4

:?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum