Rumpelstiltskin wrote:Okay, I did some apt-pinning and installed xfce 4.8, everything works great, but the menu looks like arse. I'm looking for a way to fix it right now.
Same happened to me.
cp /etc/xdg/menus/xfce-applications.menu ~/.config/menus/xfce-applications.menu ## replace the current with the newly installed
Still could have some problems. If you do not see in the menus "ternimal" , "web-browser" "file-manager", just two separators , then edit ~/.config/menus/xfce-applications.menu like that :
Section Layout , replace the original with with xfce4-terminal.desktop or whatever term you run, Same with web browser, and Thunar. Must be a .desktop file.
As a sample here is mine. You should correct it according your installation.
http://crunchbanglinux.org/pastebin/1029
Then look for the dektop files in question in /usr/share/applications (or where they are placed).
Open them to edit, and add to the line "Categories" at the end :
X-XFCE;X-Xfce-Toplevel;
Like that :
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Swiftfox
Comment=Web Browser
Comment[en_US]=Web Browser
Exec=swiftfox %u
GenericName=Swiftfox
GenericName[en_US]=Swiftfox
Icon=firefox
Name[en_US]=Swiftfox
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DCOP-ServiceType=
X-KDE-SubstituteUID=false
X-KDE-Username=
Categories=Network;WebBrowser;X-XFCE;X-Xfce-Toplevel;
Last edited by Istvan (2011-05-03 15:04:59)
Ha ezt el tudod olvasni, biztosan nem vagy rövidlátó.