You are not logged in.
Pages: 1
i attempted to customize my xfce menu. made only one entry in the xfce-applications.menu for "editors"
i used this wiki as a guide: http://wiki.xfce.org/howto/customize-menu
when i tick either "Use default desktop menu file" or "Use custom menu file" the menu doesn't pop up anymore.
when someone has a moment to toss in a few ideas for me to try besides what i'm attempting to backtrack on i'd appreciate it.
Offline
when i exectute, '/usr/bin/xfce4-appfinder'
i'm returned, "Could not load system menu"
Offline
Distro and other info? Sounds like xfdesktop might be missing some options
Offline
#--------------------------------------------------------------------
distro: fedora 12
kernel: 2.6.32.9-70
xfdesktop: 4.6.1
Xfce: 4.6.1
#--------------------------------------------------------------------
#i had set these in .bash_profile when attempting to customize the Xfce menu
XDG_CACHE_HOME=/home/user/.cache
XDG_CONFIG_DIRS=/home/user/.config/xdg:/etc/xdg
XDG_CONFIG_HOME=/home/user/.config
XDG_DATA_DIRS=/home/user/.local/share:/usr/local/share:/usr/share
XDG_DATA_HOME=/home/user/.local/share/applications
#the problem & fix: this environment var
XDG_CONFIG_DIRS=/home/user/.config/xdg:/etc/xdg
#re-edited it to search /etc/xdg first and my menu is back
XDG_CONFIG_DIRS=/etc/xdg:/home/user/.config/xdg
#--------------------------------------------------------------------
when attempting to customize my xfce menu i put my home 'xdg' dir first. that
didn't work.
back to reading that web wiki on customizing the menu and try again.
thanks, you got me thinking about that, and now the menu is back
Offline
Do the following:
mv $HOME/.config/menus/xfce-applications.menu $HOME/.config/menus/xfce-applications.menu_bkp
cp /etc/xdg/menus/xfce-applications.menu $HOME/.config/menus/xfce-applications.menu
Then log out and back in again. If your menu is working, it means you didn't customise it correctly and the relevant xfce modules couldn't parse your broken menu file.
If your menu is still broken after doing this, then we've ruled out at least one possibility.
Offline
the menu still works after executing those commands, then ticking "use custom menu file:" from the properties dialog, and then running 'xfdesktop -reload'.
i'll now edit a small change on that copied xfce-applications.menu file per the wiki and see if i can get a custom sub-group for my pic apps.
thx
Offline
curious, though probably answered many times prior,
when the xfce menu profile is set to "/etc/xdg/menus/xfce-applications.menu" the menu group "Other" is displayed, though when the xfce menu profile is set to "$HOME/.config/menus/xfce-applications.menu" the group "Other" is not displayed.
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 535.63 KiB (Peak: 536.47 KiB) ]