Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Renicing in GNOME gives me Wrong Password error!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
southsider
Guru
Guru


Joined: 05 Jul 2004
Posts: 358

PostPosted: Wed Oct 27, 2004 2:44 pm    Post subject: Renicing in GNOME gives me Wrong Password error! Reply with quote

It's definitely the right password :(

Open System Monitor and try adjusting the priority of a process.

Any ideas?
Back to top
View user's profile Send private message
woZa
Guru
Guru


Joined: 18 Nov 2003
Posts: 340
Location: The Steel City - UK

PostPosted: Wed Oct 27, 2004 3:54 pm    Post subject: Reply with quote

Yeah... me too :(

gnome 2.8-r1
gnome-system-monitor-2.7.0

..........
_________________
A few months struggling with gentoo is better than a lifetime struggling with windoze!
Back to top
View user's profile Send private message
woZa
Guru
Guru


Joined: 18 Nov 2003
Posts: 340
Location: The Steel City - UK

PostPosted: Sat Oct 30, 2004 9:33 am    Post subject: Reply with quote

bump.. huh hmmmm! :wink:
_________________
A few months struggling with gentoo is better than a lifetime struggling with windoze!
Back to top
View user's profile Send private message
nyda
Apprentice
Apprentice


Joined: 12 Aug 2004
Posts: 183

PostPosted: Sat Oct 30, 2004 11:02 am    Post subject: Reply with quote

Same issue here since I first used gnome. Bug 17880 is awfully similar, yet unresolved since 2003-03.
Back to top
View user's profile Send private message
woZa
Guru
Guru


Joined: 18 Nov 2003
Posts: 340
Location: The Steel City - UK

PostPosted: Sat Oct 30, 2004 11:39 am    Post subject: Reply with quote

nyda wrote:
Same issue here since I first used gnome. Bug 17880 is awfully similar, yet unresolved since 2003-03.


The fix at the bottom worked for me... Try this...

Code:
emerge -av --oneshot gnome-system-monitor


After the source has unpacked hit
Code:
Ctrl+z
in the terminal window to pause the merge.

(assuming you have a default portage setup)
Code:
nano -w /var/tmp/portage/gnome-system-monitor-(your.version.here)/work/gnome-system-monitor-(your.version.here)/src/util.c

(all on one line)


Goto around line 272 (273 for me) and change
Code:
execlp ("su", "su", "-m", user_p, "-c", exec_p, NULL);
to
Code:
execlp ("su", "-m", user_p, "-c", exec_p, NULL);


then type fg in the term to resume the merge.

Worked for me in gsm-2.7.0
_________________
A few months struggling with gentoo is better than a lifetime struggling with windoze!
Back to top
View user's profile Send private message
nyda
Apprentice
Apprentice


Joined: 12 Aug 2004
Posts: 183

PostPosted: Sat Oct 30, 2004 12:00 pm    Post subject: Reply with quote

Thanks, but my point was that a fix is available but hasn't been merged or upstreamed yet. Nothing serious, but not really good either.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum