Re: funny gdm-restart script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Calling gdm-restart only reports:
>
>        Not supported
>
> What's not supported? The code for gdm-restart is a shell script and rather
> short:
> -------------------snip
> #!/bin/sh
>
> PIDFILE=/var/run/gdm.pid
> if test '!' -f $PIDFILE ; then
>        echo "$PIDFILE doesn't exist, perhaps GDM isn't running"
>        exit 1
> fi
> # exec the kill to get the correct return code
> echo "Not supported"
> -------------------snip
>
> So, instead of killing a running gdm, the script only echoes the text:
>
> Not supported
>
> Can anybody explain this? This happens in F12 (and F11 too)

It looks like the "/usr/sbin/gdm-restart" and
"/usr/sbin/gdm-safe-restart" are present for historical reasons (I
assume that they worked in previous F/FC versions - I have never used
either of them) and now simply print "Not supported" if gdm is
running.

"/usr/sbin/gdm-stop" will return you to the gdm login screen.

Out of curiosity, in the past, did "/usr/sbin/gdm-restart" restart gdm
without having to log back in?

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux