|
|

07-23-2008, 10:23 AM
|
|
|
Two different users on the same machine
On Tue, Jul 22, 2008 at 11:36 PM, Rahul Sundaram
<sundaram@fedoraproject.org> wrote:
>> No, I am using XscreenSaver. How to switch to gnome screensaver?
>
> # yum remove xscreensaver*
> # yum install gnome-screensaver
Can one instead use KDE screensaver? If so, how?
Paul
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

07-23-2008, 01:04 PM
|
|
|
Two different users on the same machine
On Tue, Jul 22, 2008 at 11:36 PM, Rahul Sundaram
<sundaram@fedoraproject.org> wrote:
>> No, I am using XscreenSaver. How to switch to gnome screensaver?
>
> # yum remove xscreensaver*
> # yum install gnome-screensaver
Thanks, Rahul. Tried that, but when switching user, got the following error:
"Unable to start new display
The name org.gnome.DisplayManager was not provided by any .service files"
Any ideas?
Paul
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

07-23-2008, 01:41 PM
|
|
|
Two different users on the same machine
On Wed, Jul 23, 2008 at 1:04 PM, Paul Smith <phhs80@gmail.com> wrote:
>>> No, I am using XscreenSaver. How to switch to gnome screensaver?
>>
>> # yum remove xscreensaver*
>> # yum install gnome-screensaver
>
> Thanks, Rahul. Tried that, but when switching user, got the following error:
>
> "Unable to start new display
> The name org.gnome.DisplayManager was not provided by any .service files"
>
> Any ideas?
Some progress: the above happens because I am using KDM and not GDM.
What is the corresponding to gdmflexiserver to work with KDM?
Paul
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

08-01-2008, 01:36 AM
|
|
|
Two different users on the same machine
Paul Smith wrote:
Dear All,
I am running XFCE on F9, and I would like to know how to allow two
different users to login on my machine at the same time. On F8, I
remember a menu entry
System --> New Login
but I cannot find it on F9.
Any ideas?
Thanks in advance,
I'm not sure I understand the problem... You have a user coming in (over
network?) and they can't login? Or what?
If you just wan't a session as another user, you use
"xterm -e su - USER2" &
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

08-01-2008, 01:36 AM
|
|
|
Two different users on the same machine
Paul Smith wrote:
Dear All,
I am running XFCE on F9, and I would like to know how to allow two
different users to login on my machine at the same time. On F8, I
remember a menu entry
System --> New Login
but I cannot find it on F9.
Any ideas?
Thanks in advance,
I'm not sure I understand the problem... You have a user coming in (over
network?) and they can't login? Or what?
If you just wan't a session as another user, you use
"xterm -e su - USER2" &
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

08-04-2008, 10:58 PM
|
|
|
Two different users on the same machine
On Fri, Aug 1, 2008 at 1:36 AM, Bill Davidsen <davidsen@tmr.com> wrote:
>> I am running XFCE on F9, and I would like to know how to allow two
>> different users to login on my machine at the same time. On F8, I
>> remember a menu entry
>>
>> System --> New Login
>>
>> but I cannot find it on F9.
>>
>> Any ideas?
>>
>> Thanks in advance,
>>
> I'm not sure I understand the problem... You have a user coming in (over
> network?) and they can't login? Or what?
>
> If you just wan't a session as another user, you use
> "xterm -e su - USER2" &
Thanks, Bill. Your suggestion of using the xterm command is a good
one, but how can one give to USER2 a graphical X session, for
instance, on CTRL+ALT+F8?
Paul
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

08-05-2008, 02:47 AM
|
|
|
Two different users on the same machine
On Mon, 2008-08-04 at 22:58 +0100, Paul Smith wrote:
> On Fri, Aug 1, 2008 at 1:36 AM, Bill Davidsen <davidsen@tmr.com> wrote:
> >> I am running XFCE on F9, and I would like to know how to allow two
> >> different users to login on my machine at the same time. On F8, I
> >> remember a menu entry
> >>
> >> System --> New Login
> >>
> >> but I cannot find it on F9.
> >>
> >> Any ideas?
> >>
> >> Thanks in advance,
> >>
> > I'm not sure I understand the problem... You have a user coming in (over
> > network?) and they can't login? Or what?
> >
> > If you just wan't a session as another user, you use
> > "xterm -e su - USER2" &
>
> Thanks, Bill. Your suggestion of using the xterm command is a good
> one, but how can one give to USER2 a graphical X session, for
> instance, on CTRL+ALT+F8?
Basically you need to run a separate instance of the X server on another
virtual console. This is usually handled by the Display Manager (*not*
the Desktop Manager). Possible display managers include kdm, gdm, xdm
etc. (you can pretty much mix and match display managers and desktops,
e.g. kdm+Gnome). You need to figure out which one you're using and check
its manual, unless XFCE already has a built-in function for this as KDE
and Gnome do.
Or just Google for "multiple x servers".
poc
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

08-05-2008, 12:21 PM
|
|
|
Two different users on the same machine
On Tue, Aug 5, 2008 at 2:47 AM, Patrick O'Callaghan
<pocallaghan@gmail.com> wrote:
>> >> I am running XFCE on F9, and I would like to know how to allow two
>> >> different users to login on my machine at the same time. On F8, I
>> >> remember a menu entry
>> >>
>> >> System --> New Login
>> >>
>> >> but I cannot find it on F9.
>> >>
>> >> Any ideas?
>> >>
>> >> Thanks in advance,
>> >>
>> > I'm not sure I understand the problem... You have a user coming in (over
>> > network?) and they can't login? Or what?
>> >
>> > If you just wan't a session as another user, you use
>> > "xterm -e su - USER2" &
>>
>> Thanks, Bill. Your suggestion of using the xterm command is a good
>> one, but how can one give to USER2 a graphical X session, for
>> instance, on CTRL+ALT+F8?
>
> Basically you need to run a separate instance of the X server on another
> virtual console. This is usually handled by the Display Manager (*not*
> the Desktop Manager). Possible display managers include kdm, gdm, xdm
> etc. (you can pretty much mix and match display managers and desktops,
> e.g. kdm+Gnome). You need to figure out which one you're using and check
> its manual, unless XFCE already has a built-in function for this as KDE
> and Gnome do.
>
> Or just Google for "multiple x servers".
Thanks, Patrick. In my case, the Display Manager is kdm.
Paul
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

08-05-2008, 02:31 PM
|
|
|
Two different users on the same machine
On Mon, 2008-08-04 at 21:17 -0430, Patrick O'Callaghan wrote:
> On Mon, 2008-08-04 at 22:58 +0100, Paul Smith wrote:
> > On Fri, Aug 1, 2008 at 1:36 AM, Bill Davidsen <davidsen@tmr.com> wrote:
> > >> I am running XFCE on F9, and I would like to know how to allow two
> > >> different users to login on my machine at the same time. On F8, I
> > >> remember a menu entry
> > >>
> > >> System --> New Login
> > >>
> > >> but I cannot find it on F9.
> > >>
> > >> Any ideas?
> > >>
> > >> Thanks in advance,
> > >>
> > > I'm not sure I understand the problem... You have a user coming in (over
> > > network?) and they can't login? Or what?
> > >
> > > If you just wan't a session as another user, you use
> > > "xterm -e su - USER2" &
> >
> > Thanks, Bill. Your suggestion of using the xterm command is a good
> > one, but how can one give to USER2 a graphical X session, for
> > instance, on CTRL+ALT+F8?
>
> Basically you need to run a separate instance of the X server on another
> virtual console. This is usually handled by the Display Manager (*not*
> the Desktop Manager). Possible display managers include kdm, gdm, xdm
> etc. (you can pretty much mix and match display managers and desktops,
> e.g. kdm+Gnome). You need to figure out which one you're using and check
> its manual, unless XFCE already has a built-in function for this as KDE
> and Gnome do.
>
> Or just Google for "multiple x servers".
>
> poc
>
I am still unclear where the two users are. If the second user is on a
different machine this sounds like a job for vncserver and vncviewer.
--
================================================== =====================
Old Mother Hubbard lived in a shoe, She had so many children, She didn't
know what to do. So she moved to Atlanta.
================================================== =====================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@sbcglobal.net
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

08-05-2008, 03:08 PM
|
|
|
Two different users on the same machine
On Mon, 2008-08-04 at 22:58 +0100, Paul Smith wrote:
> On Fri, Aug 1, 2008 at 1:36 AM, Bill Davidsen <davidsen@tmr.com>
> wrote:
> >> I am running XFCE on F9, and I would like to know how to allow two
> >> different users to login on my machine at the same time. On F8, I
> >> remember a menu entry
> >>
> >> System --> New Login
> >>
> >> but I cannot find it on F9.
> >>
> >> Any ideas?
> >>
> >> Thanks in advance,
> >>
> > I'm not sure I understand the problem... You have a user coming in
> (over
> > network?) and they can't login? Or what?
> >
> > If you just wan't a session as another user, you use
> > "xterm -e su - USER2" &
On my F8 system under Gnome the option is: Applications->System Tools->
New Login. But it is not clear why you want to use this and for what
purpose. It looks like it allows you to login as a new user without
stopping the status of the old login.
The suggestions you received will allow another user login but so will
logging off and logging in again. So is the purpose you are trying to
achieve?
--
================================================== =====================
Beauty: What's in your eye when you have a bee in your hand.
================================================== =====================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@sbcglobal.net
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|
|
All times are GMT. The time now is 11:14 AM.
VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org
|