1752800 Members
5696 Online
108789 Solutions
New Discussion юеВ

Re: program menu empty

 
melissa sullivan
New Member

program menu empty

my program menu on the start button is empty
3 REPLIES 3
Alexander Chuzhoy
Honored Contributor

Re: program menu empty

Do you use Gnome/KDE?


You can fix it by reinstalling Gnome or KDE (depends on what you're using) packages.
the command to reinstall package
rpm -Uvh --force packagename
HGN
Honored Contributor

Re: program menu empty

Hi

Looks like some of the products of Gnome did not get installed properly. You can do are-install of those missing RPM's.Check for any missing RPM'S
rpm -qa|grep -i gnome
rpm -Uvh
rpm -ivh if the package is not present.

Rgds

HGN
Alexander Chuzhoy
Honored Contributor

Re: program menu empty

the command rpm -Uvh packagename
is also good to install packages that are not installed.It will also update the installed package if the one you're trying to install is newer.