really, i have done that to solve it.WARN (postinst)
Due to bug #256614, you might loose icons in applications menus.
If you use a login manager, please re-select your session.
If you use startx and have no .xinitrc, just export XSESSION=Gnome.
If you use startx and have .xinitrc, export XDG_MENU_PREFIX=gnome-.
this solved the problem for me:krinn wrote:really, i have done that to solve it.WARN (postinst)
Due to bug #256614, you might loose icons in applications menus.
If you use a login manager, please re-select your session.
If you use startx and have no .xinitrc, just export XSESSION=Gnome.
If you use startx and have .xinitrc, export XDG_MENU_PREFIX=gnome-.
Select System->Close session->relog into gdm by selecting gnome in it->everything was back to normal.
I thought this solved the problem. Each time I $startx I have to $export XDG_MENU_PREFIX=gnome- to get th "Applications" menu to work.krinn wrote:really, i have done that to solve it.WARN (postinst)
Due to bug #256614, you might loose icons in applications menus.
If you use a login manager, please re-select your session.
If you use startx and have no .xinitrc, just export XSESSION=Gnome.
If you use startx and have .xinitrc, export XDG_MENU_PREFIX=gnome-.
Select System->Close session->relog into gdm by selecting gnome in it->everything was back to normal.
Code: Select all
cwc@tma ~ $ cat .xinitrc
exec gnome-session
cwc@tma ~ $