Joe Smith wrote: > Bill Davidsen wrote: >> And finally, why not just ssh to the other user with X forwarding? ssh >> -X user2@localhost would let user2 run X apps without xhost >> configuration. >> >> Maybe some of that will help. > > Yes, very helpful--thanks. > > Good point; I forgot about ssh. It's certainly a good solution but seems > pretty heavyweight for what I need, both in setup work and while running. > Not a lot of setup work - If you do not like typing in the password, you can create a key pair. I would use -Y instead of -X, but that is minor. You run the ssh command in an xterm, and then enter the commands you want to run as the second user in that xterm after running the ssh command. Running "ssh -Y user2@localhost" works about the same as running "su - user2". (There are differences, but for what you are after, it should not be a problem.) Now, if you wanted a full desktop for the second user, you could consider using something like Xnest. But that is nore work... Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup!
Attachment:
signature.asc
Description: OpenPGP digital signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines