LinuxQuestions.org
Help answer threads with 0 replies.
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 10-23-2009, 08:01 PM   #1
anw
Member
 
Registered: Sep 2003
Location: Florida
Distribution: Debian
Posts: 94

Rep: Reputation: 15
Can't find KDE system settings after upgrade to 4


My underlying problem is that I want to change my desktop fonts; not just for things like the page in a browser or in a text editor, but even the window titles, menu entries, decorations and icons. After upgrading to kde4, it seems I've lost the ability to do that in the applications menu. According to what I've seen on the web, I should go to the menu in the task bar, and go to System Settings->Appearance and I will find a place there I can adjust these fonts. Problem is, I don't have a System Settings->Appearance. I have top-level categories titled "Settings", with a folder icon beside it, "Settings" with a crossed hammer and screwdriver icon beside it, and "System", with a gear icon. None of the above have an "Appearances" subchoice. What do I need to install, or, for that matter, just run from the command line?

Something else may be screwed up. When I try to run kcmshell from the command line, I get:
Quote:
kbuildsycoca running...
Reusing existing ksycoca
and it just quits with neither further output nor a graphical screen.

TIA,
anw
 
Old 10-24-2009, 12:20 AM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Can you post a screen print of what you see when you click the crossed spanner & screwdriver? What happens if you type: systemsettings in a terminal?
 
Old 10-24-2009, 03:31 AM   #3
lutusp
Member
 
Registered: Sep 2009
Distribution: Fedora
Posts: 835

Rep: Reputation: 102Reputation: 102
Quote:
Originally Posted by anw View Post
My underlying problem is that I want to change my desktop fonts; not just for things like the page in a browser or in a text editor, but even the window titles, menu entries, decorations and icons. After upgrading to kde4, it seems I've lost the ability to do that in the applications menu. According to what I've seen on the web, I should go to the menu in the task bar, and go to System Settings->Appearance and I will find a place there I can adjust these fonts. Problem is, I don't have a System Settings->Appearance. I have top-level categories titled "Settings", with a folder icon beside it, "Settings" with a crossed hammer and screwdriver icon beside it, and "System", with a gear icon. None of the above have an "Appearances" subchoice. What do I need to install, or, for that matter, just run from the command line?

Something else may be screwed up. When I try to run kcmshell from the command line, I get:

and it just quits with neither further output nor a graphical screen.

TIA,
anw
But kcmshell is a shell, not a command -- it's used to launch commands:

Code:
$ kcmshell --help

Usage: kcmshell [Qt-options] [KDE-options] [options] module

A tool to start single KDE control modules
You actually want:

Code:
$ systemsettings
 
Old 10-24-2009, 03:38 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,615

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
ARE you running fedora ??
If so WHAT version?
and HOW did you "upgrade to 4" please provide more info than that .
 
Old 10-24-2009, 11:17 AM   #5
anw
Member
 
Registered: Sep 2003
Location: Florida
Distribution: Debian
Posts: 94

Original Poster
Rep: Reputation: 15
Hey, folks, thanks for the response. I'll answer each question here, starting with my distro and version: I'm using Debian 2.6.26:
Quote:
anw-dev:~/.kde/share/config$ uname -r
2.6.26.nvidia
I upgraded to KDE version 4 "accidentally", when I did
Quote:
apt-get upgrade
I figured kcmshell was a shell, but also figured that when you ran it like "kcmshell module", it would execute "module" in the same way that "bash <script>" executes a script. When I run "kcmshell" or "kcmshell module", where module comes from the shared libraries in /usr/lib/kde4/ that start with "kcm_", I get exactly what I said in my original post:
Quote:
anw-dev:/usr/lib/kde4# kcmshell dolphingeneral
kbuildsycoca running...
Reusing existing ksycoca
and then nothing.

If I run "systemsettings" from the command line (as two of you suggested, and which I had tried), it just immediately comes back to a prompt, as though the program just immediately exited; I don't even get the output like I get with kcmshell.

The first attachment is my "Applications" menu (sorry these are so hard to read, but therein lies the problem I'm trying to solve).

When I click on the crossed "spanner" (do I detect a UK contributor here?) and screwdriver, I get the second attachment (notice no "Appearance" selection).

As it turns out, I had a helluva time getting those screen shots; my "Print Screen" button doesn't work either!
Attached Thumbnails
Click image for larger version

Name:	application_menu.jpg
Views:	29
Size:	22.9 KB
ID:	1795   Click image for larger version

Name:	settings_menu.jpg
Views:	26
Size:	22.9 KB
ID:	1796  
 
Old 10-24-2009, 11:21 AM   #6
anw
Member
 
Registered: Sep 2003
Location: Florida
Distribution: Debian
Posts: 94

Original Poster
Rep: Reputation: 15
And, oh, when I click on a selection in the second menu, the program appears in the task bar at the bottom of the screen, I get a little terminal-looking icon that bounces around my screen for about 30 seconds, then both the icon and the task bar entry just go away; again, as though the program just exited, but this time after a delay.
 
Old 10-24-2009, 07:50 PM   #7
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
Upgrade to newer version of KDE. The one in stable is old and was "work in progress", not a version intended for general users. Upgrade to 4.2 or 4.3 (assuming you currently have 4.1)
 
Old 10-24-2009, 11:40 PM   #8
anw
Member
 
Registered: Sep 2003
Location: Florida
Distribution: Debian
Posts: 94

Original Poster
Rep: Reputation: 15
How do I find out which version I have, i. e., if I do dpkg -l, what do I put as the package argument? I think I'm on the latest version.
 
Old 10-25-2009, 01:03 PM   #9
anw
Member
 
Registered: Sep 2003
Location: Florida
Distribution: Debian
Posts: 94

Original Poster
Rep: Reputation: 15
Well, when in doubt, brute force it. I reinstalled kde (via apt-get install kde-full/unstable), and I now have the correct system settings with its graphical subscreen (with the "Appearances" icon I can select), I've set up the fonts (as I was told this screen would let me do), so life is now good. Thanks for all the help!!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Upgrade Kubuntu to 8.04 and NX can no longer find KDE Enviroment Ronnin Ubuntu 0 05-19-2008 08:42 PM
Missing Disk & Filesystems inside System Settings - KDE 4 Gutsy scuzzman Ubuntu 0 03-05-2008 01:29 AM
Major system upgrade, can I keep my settings? CSniper Linux - Newbie 2 02-02-2007 01:12 PM
Upgrade from KDE 3.2 to 3.3 broke System Notifications... AvatarofVirgo SUSE / openSUSE 4 03-15-2005 08:16 AM
find file not working after kde 3.2 upgrade adventurepants Fedora 0 06-24-2004 07:00 PM

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

All times are GMT -5. The time now is 04:59 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