LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-25-2006, 05:13 AM   #1
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
Second user account - curious behaviour ? [Solved]


I've created a second user account so that my partner has her own login facility, but it's showing some curious behaviour.

If I try to select some of the apps/facilities from the "K" menu, it fails to display some of the sub-menu's and then the whole taskbar/kicker (or whatever the bottom line of the screen is called properly) disappears.

I've looked at some of the logs to see if I can work out whats going on - to no avail. I've tried to see if it's only certain sub-menu's that this is happening on (mainly on Graphics, Games, Edutainment and development).

The only way to recover this, is to end the session and re-log in as the second user. This isn't happening with my main user account.

Does anyone know what I need to do too sort this out, or where to look to see if I can work out whats going on ??

regards

John

Last edited by bigjohn; 06-25-2006 at 01:30 PM.
 
Old 06-25-2006, 05:30 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
I soon discovered that new users need to be members of the following groups for things to work right:
adm, dialout, cdrom, floppy, audio, dip, video, plugdev, lpadmin, scanner
If they are going to sudo ..., then I think they need to be in the admin group as well.
Maybe this will help?
 
Old 06-25-2006, 08:50 AM   #3
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692

Original Poster
Blog Entries: 9

Rep: Reputation: 45
Quote:
Originally Posted by tredegar
I soon discovered that new users need to be members of the following groups for things to work right:
adm, dialout, cdrom, floppy, audio, dip, video, plugdev, lpadmin, scanner
If they are going to sudo ..., then I think they need to be in the admin group as well.
Maybe this will help?
Nope, she's already in those as "secondary groups" but thanks for the reply - appreciated.

anyone else got any ideas please ?

regards

John
 
Old 06-25-2006, 12:39 PM   #4
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Quote:
Originally Posted by bigjohn
Nope, she's already in those as "secondary groups" but thanks for the reply - appreciated.

anyone else got any ideas please ?

regards

John
Maybe try
Code:
mv /home/yourpartner/.kde /home/yourpartner/.kde.backup
and then Control-Alt-Backspace
 
Old 06-25-2006, 01:29 PM   #5
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692

Original Poster
Blog Entries: 9

Rep: Reputation: 45
Thanks for the pointer aysiu, it worked.

Though I have no idea why . I understand what it's done (well sort of), but moving the .kde config file, and then restarting the X server, well why did it work?

It's one of those things that pisses me off about linux - that you can sort problems, but don't know why. Perhaps I should be happy that it worked, but thats not really the point.

Ah well - I suppose I'll have to put up with it. At least it will keep Clare "off my back" with those "you've been meddling with this bloody computer again haven't you?" type comments

Again, thanks for the pointer. Much appreciated.

regards

John
 
Old 06-26-2006, 01:48 AM   #6
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
well why did it work?
There is a lot of kde configuration stuff in ~/.kde/*. When kde starts, it looks there for the configuration files. If they are not found they are re-created from sensible defaults. So deleting or renaming ~/.kde/* forces kde to restart from scratch.
Somehow, something was wrong in your original configuration. If you are very patient, you could compare your faulty configuration files with your good ones, and find out what went wrong (if not why).
HTH
 
Old 06-26-2006, 01:02 PM   #7
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692

Original Poster
Blog Entries: 9

Rep: Reputation: 45
Quote:
Originally Posted by tredegar
There is a lot of kde configuration stuff in ~/.kde/*. When kde starts, it looks there for the configuration files. If they are not found they are re-created from sensible defaults. So deleting or renaming ~/.kde/* forces kde to restart from scratch.
Somehow, something was wrong in your original configuration. If you are very patient, you could compare your faulty configuration files with your good ones, and find out what went wrong (if not why).
HTH
Hum? yes that did occur to me, but when I click on "it" to see whats there, I just get the usual warning about it being a binary, so I just leave it alone - I presume that theres some way of finding out what's in binary files, but how, I don't know at the moment. It's just one of those things, theres a lot of them in linux and the longer I play with it, the less I seem to know.

regards

John
 
Old 06-26-2006, 01:15 PM   #8
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Rep: Reputation: 30
Quote:
Originally Posted by aysiu
Maybe try
Code:
mv /home/yourpartner/.kde /home/yourpartner/.kde.backup
and then Control-Alt-Backspace
Thanks...I had some problems with my KDE too. It worked for me too.
 
Old 06-27-2006, 05:02 AM   #9
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
but when I click on "it" to see whats there, I just get the usual warning about it being a binary, so I just leave it alone
So far as I am aware, nothing in ~/.kde is a binary file - they are all text configuration files, so I expect that this is what was corrupted.
Anyway, you seem to be up & running.
 
  


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
system account or user account??? yenonn Linux - Newbie 6 05-10-2006 07:49 PM
is it legitimate and allowed and can be done to make another user account set uid and gid to null 0 to make another root account with different name and possibly not damage the debian system creating and using that new account BenJoBoy Linux - Newbie 12 01-29-2006 10:02 AM
Curious search behaviour since changes? bigjohn LQ Suggestions & Feedback 6 12-05-2005 10:07 AM
cannot create new user account kpachopoulos Linux - Newbie 4 08-17-2004 07:38 AM
My user account mfo6463 Linux - Newbie 9 05-13-2004 05:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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