View previous topic :: View next topic |
Author |
Message |
tenspd137 Guru

Joined: 22 Aug 2006 Posts: 391
|
Posted: Sat Jun 13, 2009 4:39 am Post subject: Xfce4 panel issues |
|
|
Hi all,
I am using xfce 4.6.1. I remember being able to move panel applets around to sit anywhere I want on the panel, but now when I put them in, they only fill from left to righ. When I click on move item (any item) and try to drag it to the right side of the panel. I know it sounds picky, but I like my panel right justified. Also, the mixer does not display an icon any more. If I add it, it looks like nothing is there. Just a little thin line (almost like a spcer) gets the focus when I drag my mouse over it.
I have tried:
cp -r /usr/share/xfce4-mixer/icons/hicolor/ /usr/share/icons/
gtk-update-icon-cache -f /usr/share/icons/hicolor/ with no luck on the
Any ideas on how to fix it?
Thanks! |
|
Back to top |
|
 |
tenspd137 Guru

Joined: 22 Aug 2006 Posts: 391
|
Posted: Sat Jun 13, 2009 5:59 am Post subject: Solved - almost |
|
|
Figured out how to fix the mixer - copied /usr/share/icons/hicolor to ~/.icons and updated the cache there. Anyone know how to make it look for all my icons in /usr/share/icons so I don't have to make copies?
Thanks! |
|
Back to top |
|
 |
msalerno Veteran


Joined: 17 Dec 2002 Posts: 1338 Location: Sweating in South Florida
|
Posted: Thu Jun 25, 2009 3:17 am Post subject: |
|
|
Check out this bug:
https://bugs.gentoo.org/show_bug.cgi?id=267018
Ugly hack, but it should work
edit: /etc/env.d/45kdepaths-3.5
change:
FROM: XDG_DATA_DIRS="/usr/kde/3.5/share"
TO: XDG_DATA_DIRS="/usr/share:/usr/kde/3.5/share"
env-update
source /etc/profile |
|
Back to top |
|
 |
cweiske n00b

Joined: 17 Jun 2004 Posts: 42
|
Posted: Sun Oct 11, 2009 8:46 am Post subject: Re: Solved - almost |
|
|
tenspd137 wrote: | Figured out how to fix the mixer - copied /usr/share/icons/hicolor to ~/.icons and updated the cache there. Anyone know how to make it look for all my icons in /usr/share/icons so I don't have to make copies? |
I symlinked the directory, and it helped me to get the xfce mixer icon:
Code: | ln -s /usr/share/icons/hicolor .icons/ |
|
|
Back to top |
|
 |
|