Results 1 to 10 of 12
I'm really showing my inexperience with Linux ...
I installed kdm on Debian using apt-get, and said yes to use it by default . After doing that all of my ...
- 07-31-2005 #1
kdm, gdm ...
I'm really showing my inexperience with Linux ...
I installed kdm on Debian using apt-get, and said yes to use it by default . After doing that all of my KDE menu items have disappeared!! :o
I tried reversing the changes but with gdm as default again the items are still gone. It's a vanilla install of Debian, just desktop environment only. Is there anything I can do to get them back? I don't want to install again for the 3rd time this weekend!!
Registered Linux user #389109
My Semi-Linux Blog
- 08-01-2005 #2
first thing I would do is try
Code:apt-get -f install
Brilliant Mediocrity - Making Failure Look Good
- 08-01-2005 #3
It didn't seem to do much ...
My menu items are all still missing.Code:Reading Package Lists... Done Building Dependency Tree... Done 0 upgraded, 0 newly installed, 0 to remove and 606 not upgraded.
Gnome is not affected but unfortunately I prefer to use KDE. Do you think if I upgrade my KDE it might restore the menu items?Registered Linux user #389109
My Semi-Linux Blog
- 08-01-2005 #4Linux Newbie
- Join Date
- Jul 2005
- Location
- ~/home
- Posts
- 105
try apt-get install menu
- 08-01-2005 #5
Something was installed ...
I restarted KDE but my items are still missing. Forgot to say earlier, my panel buttons are gone as well.Code:# apt-get install menu Reading Package Lists... Done Building Dependency Tree... Done The following packages will be upgraded: menu 1 upgraded, 0 newly installed, 0 to remove and 605 not upgraded. Need to get 404kB of archives. After unpacking 12.3kB disk space will be freed. Get:1 http://http.us.debian.org testing/main menu 2.1.25 [404kB] Fetched 404kB in 3s (118kB/s) (Reading database ... 89018 files and directories currently installed.) Preparing to replace menu 2.1.24 (using .../archives/menu_2.1.25_i386.deb) ... Unpacking replacement menu ... Setting up menu (2.1.25) ...
Also, nothing happens when I right-click and configure desktop.Registered Linux user #389109
My Semi-Linux Blog
- 08-01-2005 #6
also try running
Code:update-menus
Brilliant Mediocrity - Making Failure Look Good
- 08-01-2005 #7Linux Newbie
- Join Date
- Jul 2005
- Location
- ~/home
- Posts
- 105
since i am not running kde, i could be wrong

see if you have a .kde directory in you ~/home,
if so rename it to kde-old (or something), you can do this from a console.
you just loose your settings
then restart kde
- 08-02-2005 #8
I don't have a KDE folder in ~home, but I see what you're getting at, so I tried logging in as root to KDE. The same thing happens.
Also I'm noticing the file associations are all screwed up. It I go to 'run command' from the menu (one of the only options available to me) and run 'kate', I can create a new file and save it to the desktop. But when I click on the file it tells me the file type is not recognised.
Is there a way I can completely remove the desktop environment and install again, without reinstalling the whole OS? Ideally I would just like to run that portion of the setup again.Registered Linux user #389109
My Semi-Linux Blog
- 08-02-2005 #9I am not sure exactly what programs you need to remove. When you reinstall you, a lot of the programs will have to be reinstalled (kate, k3b, etc..)Code:
apt-get remove kdelibs4 kdelibs-bin kdelibs-data kdebase-bin kdebase-data apt-get update apt-get install kdelibs4 kdelibs-bin kdelibs-data kdebase-bin kdebase-data
http://www.debian.org/doc/manuals/ap....html#s-removeBrilliant Mediocrity - Making Failure Look Good
- 08-02-2005 #10
Virgil83, thanks .. I'll try this when I get home.
So for example if I see something like:
I can just do a copy and paste into "apt-get install" and add them on again. Fingers crossed.Code:The following packages will be REMOVED: kde-applets kde-panel kde-panel-data kde-session ...
Registered Linux user #389109
My Semi-Linux Blog


Reply With Quote
