LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-03-2004, 12:43 AM   #1
scheidel21
Senior Member
 
Registered: Feb 2003
Location: CT
Distribution: Debian 6+, CentOS 5+
Posts: 1,323

Rep: Reputation: 100Reputation: 100
KDE desktop missing


Hi all I am running The Sarge distro of Debian or the testing distro, it came with KDE 3.1.x but when I logged into KDE with both the user and root accounts I am missing the desktop itself. I have the panel and can access all apps and file manager, but I have no desktop. the background stays the same as the logon screen background, there are no icons on the background I cannot put anything on the background I can change desktop settings nothng changes. If I load up other filemanager like icewm I get the same thing. only enlightenment gave me a desktop background. I am wondering if anyone knows how to rectify this I very much like having a desktop to work with, and I love sarge and KDE 3.1 but I would like to have a desktop.

--Alex
 
Old 01-03-2004, 01:19 AM   #2
tk31337
Member
 
Registered: Oct 2003
Location: Tucson, AZ
Distribution: Linux Mint
Posts: 194

Rep: Reputation: 32
From what I know, it could be two things:

1. Everything's normal, KDE just has desktop icons disabled. To rectifiy this issue simply right-click on your desktop then "Configure Desktop" --> "Behavior" --> Check "Enable icons on desktop"
2. It may be more likely that kdesktop is not running at all (or may not be able to run). This would make more sense, since the login background is your wallpaper as well. Check kpm to see if kdesktop is running, and if not, run "kdesktop" from a konsole and see what happens. If it crashes, that may be the prob.
 
Old 01-03-2004, 01:31 AM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: KDE desktop missing

Quote:
Originally posted by scheidel21
Hi all I am running The Sarge distro of Debian or the testing distro, it came with KDE 3.1.x but when I logged into KDE with both the user and root accounts I am missing the desktop itself. I have the panel and can access all apps and file manager, but I have no desktop. the background stays the same as the logon screen background, there are no icons on the background I cannot put anything on the background I can change desktop settings nothng changes. If I load up other filemanager like icewm I get the same thing. only enlightenment gave me a desktop background. I am wondering if anyone knows how to rectify this I very much like having a desktop to work with, and I love sarge and KDE 3.1 but I would like to have a desktop.

--Alex
Here's what I have installed you may want to see if you have any missing packages.
Code:
HappyTux:/var/cache/apt/archives# COLUMNS=125 dpkg -l | grep 3.1.[34]
ii  ark                       3.1.4-1                   KDE archiving tool
ii  gawk                      3.1.3-2                   GNU awk, a pattern scanning and processing language
ii  kaddressbook              3.1.4-1                   KDE NG addressbook application
ii  kappfinder                3.1.3-1                   KDE Application Finder
ii  kate                      3.1.3-1                   KDE Advanced Text Editor
ii  kcontrol                  3.1.3-1                   KDE Control Center
ii  kdeartwork-theme-desktop  3.1.4-2                   Dummy upgrade package for official KDE desktop themes
ii  kdeartwork-theme-icon     3.1.4-2                   icon themes released with KDE
ii  kdebase                   3.1.3-1                   KDE Base metapackage
ii  kdebase-bin               3.1.3-1                   KDE Base (binaries)
ii  kdebase-data              3.1.3-1                   KDE Base (shared data)
ii  kdebase-kio-plugins       3.1.3-1                   KDE I/O Slaves
ii  kdelibs                   3.1.4-3                   KDE core libraries metapackage
ii  kdelibs-bin               3.1.4-3                   KDE core binaries
ii  kdelibs-data              3.1.4-3                   KDE core shared data
ii  kdelibs4                  3.1.4-3                   KDE core libraries
ii  kdepim-libs               3.1.4-1                   KDE PIM libraries
ii  kdeprint                  3.1.3-1                   KDE Print
ii  kdesktop                  3.1.3-1                   KDE Desktop
ii  kdewallpapers             3.1.4-2                   wallpapers released with KDE
ii  kdm                       3.1.4-1                   KDE Display Manager
ii  kfind                     3.1.3-1                   KDE File Find Utility
ii  kget                      3.1.4-1                   KDE Download Manager
ii  kghostview                3.1.4-1                   PostScript viewer for KDE
ii  khelpcenter               3.1.3-1                   KDE Help Center
ii  kicker                    3.1.3-1                   KDE Desktop Panel
ii  klipper                   3.1.3-1                   KDE Clipboard
ii  kmail                     3.1.4-1                   KDE Email client
ii  kmailcvt                  3.1.4-1                   KDE KMail addressbook converter
ii  kmenuedit                 3.1.3-1                   KDE Menu Editor
ii  kompare                   3.1.4-3                   a KDE GUI for viewing differences between files
ii  konqueror                 3.1.3-1                   KDE's advanced File Manager,
 
Old 01-05-2004, 05:15 AM   #4
scheidel21
Senior Member
 
Registered: Feb 2003
Location: CT
Distribution: Debian 6+, CentOS 5+
Posts: 1,323

Original Poster
Rep: Reputation: 100Reputation: 100
yea, kdesktop was not running, it wan't even installed. I tried to install it and apt said that it couldn't install all of the dependancies. so I am at a loss Ill just have to keep trying thanks guys.

--Alex
 
Old 01-05-2004, 05:16 PM   #5
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by scheidel21
yea, kdesktop was not running, it wan't even installed. I tried to install it and apt said that it couldn't install all of the dependancies. so I am at a loss Ill just have to keep trying thanks guys.

--Alex
Post the output of apt-cache policy kdesktop and apt-get -s install kdesktop and the output of the grep command I used above it should not be that hard to get installed.
 
Old 01-05-2004, 05:30 PM   #6
scheidel21
Senior Member
 
Registered: Feb 2003
Location: CT
Distribution: Debian 6+, CentOS 5+
Posts: 1,323

Original Poster
Rep: Reputation: 100Reputation: 100
well prior to arrival back here I reinstalled sarge, and this time I installed all extra packages with apt-get, because last time when I used aptitude, that was when I lost the kdesktop because it removed a whole bunch of files the default desktop environment in tasksel installed. But I thank you for all the help nonetheless

--Alex
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE Gnome Desktop Menu Edits (right click on desktop) jdier Linux - Software 11 08-03-2006 05:05 AM
desktop icons missing rjhm Linux - Newbie 2 11-27-2004 11:55 PM
Missing desktop in gnome 2.8 ctlandry Linux - Software 1 11-27-2004 09:08 AM
Drives/devices missing from KDE 3.1.5 desktop uniQ Linux - General 1 01-28-2004 08:24 PM
CD-ROM.desktop on KDE desktop / mounting drives as users theabyyss Linux - General 2 02-22-2002 09:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration