Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Linux User stokes's Avatar
    Join Date
    Oct 2004
    Location
    UK
    Posts
    274

    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

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    first thing I would do is try
    Code:
    apt-get -f install
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Linux User stokes's Avatar
    Join Date
    Oct 2004
    Location
    UK
    Posts
    274
    It didn't seem to do much ...

    Code:
    Reading Package Lists... Done
    Building Dependency Tree... Done
    0 upgraded, 0 newly installed, 0 to remove and 606 not upgraded.
    My menu items are all still missing.

    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

  4. #4
    Linux Newbie
    Join Date
    Jul 2005
    Location
    ~/home
    Posts
    105
    try apt-get install menu
    Help me getting a Opera licence
    Beginning with debian? -> read THIS!

  5. #5
    Linux User stokes's Avatar
    Join Date
    Oct 2004
    Location
    UK
    Posts
    274
    Something was installed ...

    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) ...
    I restarted KDE but my items are still missing. Forgot to say earlier, my panel buttons are gone as well.

    Also, nothing happens when I right-click and configure desktop.
    Registered Linux user #389109
    My Semi-Linux Blog

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    also try running
    Code:
    update-menus
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Linux 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
    Help me getting a Opera licence
    Beginning with debian? -> read THIS!

  8. #8
    Linux User stokes's Avatar
    Join Date
    Oct 2004
    Location
    UK
    Posts
    274
    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

  9. #9
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    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
    I 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..)
    http://www.debian.org/doc/manuals/ap....html#s-remove
    Brilliant Mediocrity - Making Failure Look Good

  10. #10
    Linux User stokes's Avatar
    Join Date
    Oct 2004
    Location
    UK
    Posts
    274
    Virgil83, thanks .. I'll try this when I get home.

    So for example if I see something like:

    Code:
    The following packages will be REMOVED:
           kde-applets kde-panel kde-panel-data kde-session ...
    I can just do a copy and paste into "apt-get install" and add them on again. Fingers crossed.
    Registered Linux user #389109
    My Semi-Linux Blog

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •