View previous topic :: View next topic |
Author |
Message |
GroennDemon n00b
Joined: 30 Aug 2003 Posts: 52 Location: Berlin, Germany
|
Posted: Thu Jun 23, 2005 9:53 pm Post subject: |
|
|
That wouldn't work. You'd still have to modify shutdown.allow.
I guess there's a way to set it within Gnome/GDM. |
|
Back to top |
|
|
russianpirate Veteran
Joined: 26 Sep 2004 Posts: 1167 Location: Detroit, MI
|
Posted: Fri Jun 24, 2005 2:57 am Post subject: |
|
|
i have the reboot/shutdown buttons in gnome, but they just quit out of gnome, i think thats cause it cant use the command shutdown |
|
Back to top |
|
|
guyr Apprentice
Joined: 17 Aug 2004 Posts: 237
|
Posted: Fri Jun 24, 2005 3:12 am Post subject: |
|
|
If your system is a single user machine, you can just chmod +s shutdown to permit use by non-root users. _________________ Guy Rouillier |
|
Back to top |
|
|
russianpirate Veteran
Joined: 26 Sep 2004 Posts: 1167 Location: Detroit, MI
|
Posted: Fri Jun 24, 2005 8:21 am Post subject: |
|
|
For some reason my /sbin/shutdown is already able to be read and executed by everyone |
|
Back to top |
|
|
GroennDemon n00b
Joined: 30 Aug 2003 Posts: 52 Location: Berlin, Germany
|
Posted: Fri Jun 24, 2005 9:38 am Post subject: |
|
|
Does anybody read what I write?
/sbin/shutdown checks whether it is run by root - and if that's not the case, it does nothing.
You have to use the shutdown.allow file to change this.
Read the man page and this.
I don't think this is a problem with /sbin/shutdown, rather something in Gnome/GDM has to be configured.
And always remember, Google is your friend. |
|
Back to top |
|
|
pcdg n00b
Joined: 25 Feb 2003 Posts: 5
|
Posted: Fri Jun 24, 2005 10:21 am Post subject: |
|
|
pinger wrote: |
[..]
That did the trick for rebuilding (almost) all of GNOME, thanks a bunch. Unfortunately, my initial problem is still there: the keyboard does not work inside GNOME. It works inside GDM, and inside other desktop managers (e.g. XFCE-4), but in GNOME it just makes the cursor blink, regardless of the application I am in. Any ideas where I could at least start tracing where the problem comes from? Any obvious packages that would deal with keyboard input under GNOME?
Thanks for your help! |
Hey pinger,
I had the same problem with the keyboard nog working. I just removed all the .gnome* en .gconf* directories in my home directory. After restarting gnome everything worked fine (allthough I had to re-do some of my config) |
|
Back to top |
|
|
lululog n00b
Joined: 05 May 2003 Posts: 22 Location: Germany
|
Posted: Fri Jun 24, 2005 6:02 pm Post subject: Diskmounter |
|
|
Hi,
for all those complaining about the new disk mounter showing all user partitions from fstab, I found this:
http://gqapplets.sourceforge.net/applet-mount.html
This is the original disk mounter applet from 2.8. It will not conflict with the one in 2.10 and will show up as separate item in the applet list.
Unfortunately I don't know much about writing ebuilds, but I managed to get it installed by editing an existing ebuild. Perhaps somebody with more knowledge can write an ebuild for this. Feel free to send me an PM if you're interested in my ebuild.
Regards
Lululog |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Fri Jun 24, 2005 6:07 pm Post subject: |
|
|
According to this, GNOME 2.12 beta tarballs should be out in about a month. YAY! _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Last edited by codergeek42 on Fri Jun 24, 2005 11:44 pm; edited 1 time in total |
|
Back to top |
|
|
russianpirate Veteran
Joined: 26 Sep 2004 Posts: 1167 Location: Detroit, MI
|
Posted: Fri Jun 24, 2005 10:46 pm Post subject: |
|
|
Man you're crazy, gnome 2.10 just became stable, you're already chasing something thats not even planned to be stable (not even ~x86 yet)
I just wait until it shows up in my emerge -uDp world unless I really need it. |
|
Back to top |
|
|
Kensai Guru
Joined: 09 Mar 2004 Posts: 569 Location: Puerto Rico
|
Posted: Fri Jun 24, 2005 10:58 pm Post subject: |
|
|
russianpirate wrote: | Man you're crazy, gnome 2.10 just became stable, you're already chasing something thats not even planned to be stable (not even ~x86 yet)
I just wait until it shows up in my emerge -uDp world unless I really need it. |
yeah that surely is crazyness but, Gnome rules a lot and I don't find myself waiting even until it hits ~x86 before trying it. _________________ Gentoo: Gigabyte: nFORCE 2: nVIDIA GeForce 6600: AMD Athlon XP 3200+
Leaving the above specs to immortalize the first system I Installed Gentoo on! |
|
Back to top |
|
|
bertaboy l33t
Joined: 05 Nov 2004 Posts: 604
|
Posted: Sat Jun 25, 2005 12:05 am Post subject: |
|
|
codergeek42 wrote: | According to this, GNOME 2.12 beta tarballs should be out in about a month. YAY! |
So it will be marked stable in about 4-6mo |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Sat Jun 25, 2005 12:09 am Post subject: |
|
|
bertaboy wrote: | codergeek42 wrote: | According to this, GNOME 2.12 beta tarballs should be out in about a month. YAY! |
So it will be marked stable in about 4-6mo | Heh. I'll be one of the ones helping to test it while it's hardmasked. _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
guyr Apprentice
Joined: 17 Aug 2004 Posts: 237
|
Posted: Sat Jun 25, 2005 4:10 am Post subject: |
|
|
GroennDemon wrote: | /sbin/shutdown checks whether it is run by root - and if that's not the case, it does nothing.
You have to use the shutdown.allow file to change this.
Read the man page and this.
I don't think this is a problem with /sbin/shutdown, rather something in Gnome/GDM has to be configured.
And always remember, Google is your friend. |
Sorry, that is not my experience. I don't have a shutdown.allow file. I simply did chmod +s /sbin/shutdown, and non-root users are allowed to execute it. _________________ Guy Rouillier |
|
Back to top |
|
|
guyr Apprentice
Joined: 17 Aug 2004 Posts: 237
|
Posted: Sat Jun 25, 2005 4:23 am Post subject: Re: RE: Problem starting gnome after 2.10 update |
|
|
Psycho_Dad wrote: | In case someone is interested, I found a solution to the problem I described a few posts earlier regarding problems with starting Gnome. It turned out that the problem was in fact due to permission-issues; when I did a chmod 666 /dev/null and chmod 666 /dev/random the problem disappeared and Gnome started up just fine. The problem was caused by udev (which sets permissions on number of files, including /dev/null and /dev/random) not having an up-to-date config-file, which means that it didn't apply the rules specified in the (old) config-files, but instead used some default permissions. I solved the problem by running etc-update and updated all config-files related to udev. |
Psycho_Dad, **thank you** very much. I did an emerge sync last night, and tonight when I logged on I got the /dev/null error, and couldn't start up Gnome. I thought "what the ???". Thankfully I was able to su to root, and start up gnome and find your solution. The strange thing is that after emerge finished, it never told me that I had conf files that needed updating. Usually it warns me of that. Anyway, I ran etc-update and everything is fine again. Well, almost - prior to the udev update, my flash memory card was at /dev/uba1, now it's gone. How do I determine where udev moved the memory card? _________________ Guy Rouillier |
|
Back to top |
|
|
GroennDemon n00b
Joined: 30 Aug 2003 Posts: 52 Location: Berlin, Germany
|
Posted: Sat Jun 25, 2005 8:17 am Post subject: |
|
|
guyr wrote: | Sorry, that is not my experience. I don't have a shutdown.allow file. I simply did chmod +s /sbin/shutdown, and non-root users are allowed to execute it. |
You mean that you can execute /sbin/shutdown from the shell as a normal user? |
|
Back to top |
|
|
southsider Guru
Joined: 05 Jul 2004 Posts: 358
|
Posted: Sat Jun 25, 2005 12:42 pm Post subject: |
|
|
I just hit the power button... acpid takes care of it all for me. |
|
Back to top |
|
|
hoschi Advocate
Joined: 19 Jul 2003 Posts: 2517 Location: Ulm, Germany, Europe
|
Posted: Sat Jun 25, 2005 2:05 pm Post subject: |
|
|
russianpirate wrote: | Man you're crazy, gnome 2.10 just became stable, you're already chasing something thats not even planned to be stable (not even ~x86 yet)
I just wait until it shows up in my emerge -uDp world unless I really need it. |
Gnome 2.10 is useless, but buggy.
Where are the new features, more speed, or solved bugs?
- the Network-Applet doesn't works correct since the release of the new baselayout
- the Network-Connector: where is this tool? i miss it?!
- Gstreamer aka Totem is buggy, unstable, cant play dvds and if is switch to xine, i got problems with ogg-files in nautilus (cant open options dialog) :mata:
I can see only the smaller an better sound-configuration dialog, but where is here the "alsa:dmix" support? _________________ Just you and me strogg! |
|
Back to top |
|
|
russianpirate Veteran
Joined: 26 Sep 2004 Posts: 1167 Location: Detroit, MI
|
Posted: Sun Jun 26, 2005 3:02 pm Post subject: |
|
|
guyr wrote: | I don't have a shutdown.allow file. I simply did chmod +s /sbin/shutdown, and non-root users are allowed to execute it. |
Well I tried it, and it works, now I can shutdown from gnome! |
|
Back to top |
|
|
Lokheed Veteran
Joined: 12 Jul 2004 Posts: 1295 Location: /usr/src/linux
|
Posted: Sun Jun 26, 2005 4:12 pm Post subject: |
|
|
russianpirate wrote: | I just wait until it shows up in my emerge -uDp world. |
One might say thats craziness! _________________ You're not afraid of the dark are you? |
|
Back to top |
|
|
guyr Apprentice
Joined: 17 Aug 2004 Posts: 237
|
Posted: Mon Jun 27, 2005 3:59 am Post subject: |
|
|
GroennDemon wrote: | guyr wrote: | Sorry, that is not my experience. I don't have a shutdown.allow file. I simply did chmod +s /sbin/shutdown, and non-root users are allowed to execute it. |
You mean that you can execute /sbin/shutdown from the shell as a normal user? |
Yes. Before replying, I just now created etc/shutdown.allow, to see if that would make the shutdown option appear on the logout message window. It does not. _________________ Guy Rouillier |
|
Back to top |
|
|
guyr Apprentice
Joined: 17 Aug 2004 Posts: 237
|
Posted: Mon Jun 27, 2005 4:01 am Post subject: |
|
|
russianpirate wrote: | guyr wrote: | I don't have a shutdown.allow file. I simply did chmod +s /sbin/shutdown, and non-root users are allowed to execute it. |
Well I tried it, and it works, now I can shutdown from gnome! |
russionpirate, when you say "it works", what is the "it" you are referring to, adding /etc/shutdown.allow or chmod-ing /sbin/shutdown? I still haven't been able to get shutdown and reboot to show up on my logout message, unless I run gdm. _________________ Guy Rouillier |
|
Back to top |
|
|
jsight n00b
Joined: 02 Sep 2004 Posts: 20
|
Posted: Wed Jun 29, 2005 4:27 pm Post subject: Shutdown/Reboot |
|
|
guyr wrote: | russianpirate wrote: | guyr wrote: | I don't have a shutdown.allow file. I simply did chmod +s /sbin/shutdown, and non-root users are allowed to execute it. |
Well I tried it, and it works, now I can shutdown from gnome! |
russionpirate, when you say "it works", what is the "it" you are referring to, adding /etc/shutdown.allow or chmod-ing /sbin/shutdown? I still haven't been able to get shutdown and reboot to show up on my logout message, unless I run gdm. |
I am fairly certain that the Gnome logout "Shutdown/Reboot" system works by notifying GDM to handle the shutdown/reboot. As a result, it would naturally require GDM. |
|
Back to top |
|
|
Ssl Apprentice
Joined: 21 Feb 2003 Posts: 178 Location: Serbia
|
Posted: Sun Jul 03, 2005 10:32 pm Post subject: |
|
|
hoschi wrote: |
Gnome 2.10 is useless, but buggy.
Where are the new features, more speed, or solved bugs?
- the Network-Applet doesn't works correct since the release of the new baselayout
I can see only the smaller an better sound-configuration dialog, but where is here the "alsa:dmix" support? |
Gnome network applet works now and that regression is fixed. Do an Code: | emerge sync; emerge --update gnome |
alsa:dmix works here fine. Some time ago I had to put .asoundrc in /etc/skel so every user on my machine could get sound mixing. This is now somehow done automatically. You just need to adjust "Desktop --> Preferences --> Multimedia System Selector" and choose "ALSA".
You are just and only complaining and bitching...
Ssl |
|
Back to top |
|
|
Kensai Guru
Joined: 09 Mar 2004 Posts: 569 Location: Puerto Rico
|
Posted: Mon Jul 04, 2005 1:17 am Post subject: |
|
|
Ssl wrote: |
You are just and only complaining and bitching...
Ssl |
Most people critizicing gnome are doing the same as you mentioned above. _________________ Gentoo: Gigabyte: nFORCE 2: nVIDIA GeForce 6600: AMD Athlon XP 3200+
Leaving the above specs to immortalize the first system I Installed Gentoo on! |
|
Back to top |
|
|
hongkongblue2 n00b
Joined: 06 Apr 2005 Posts: 64 Location: Hong Kong, China
|
Posted: Mon Jul 04, 2005 7:11 am Post subject: Gnome-Panel-2.10.2 Warns of existing panel already open |
|
|
Gnome-Panel-2.10.2 Warns of existing panel already open.
Upgraded to 2.10.2, now whenever gnome opens it warns of a panel already open.
Tried deleting the default session then restarting but no joy - the nag screen comes back.
No impact on Gnome performance, just a nag.
Unable to find solution via google or forums. Anyone any ideas? _________________ Gentoo [~x86] GCC-4.1.0 (Beta) : NPTL ONLY (nitro-sources [2.6.12-n5]) : Mobo:915G-intel, HDA Audio-Alsa, 1GB Ram, 4xSATA:SW-RAID@Reiser4, HT-P4 3GHz, 19" LCD. |
|
Back to top |
|
|
|