From gcarr at lanl.gov Wed Aug 10 21:45:58 2005 From: gcarr at lanl.gov (Gary P Carr) Date: Wed, 10 Aug 2005 15:45:58 -0600 Subject: Captive Environment Message-ID: <6.2.3.4.2.20050810154304.01e8c910@pobox1663.lanl.gov> We would like to set up an account with a limited, captive environment. Basically we want the account to run an application when a user logs into it, and limit the user to only interacting with the application program. Any ideas, or suggestions about where to look for information on doing something like this? From rstrode at redhat.com Thu Aug 11 02:58:42 2005 From: rstrode at redhat.com (Ray Strode) Date: Wed, 10 Aug 2005 22:58:42 -0400 Subject: Captive Environment In-Reply-To: <6.2.3.4.2.20050810154304.01e8c910@pobox1663.lanl.gov> References: <6.2.3.4.2.20050810154304.01e8c910@pobox1663.lanl.gov> Message-ID: <1123729123.19622.2.camel@localhost.localdomain> Hi, > We would like to set up an account with a limited, captive > environment. Basically we want the account to run an application when > a user logs into it, and limit the user to only interacting with the > application program. Create a file in the user's home directory called ~/.Xclients and in it put #!/bin/sh metacity & /path/to/your/program Then run chmod +x ~/.Xclients --Ray Strode From rlepage at gmail.com Sun Aug 14 13:05:26 2005 From: rlepage at gmail.com (Renaud Lepage) Date: Sun, 14 Aug 2005 13:05:26 +0000 Subject: RHGB Development Message-ID: <4957cbeb05081406055bd078ab@mail.gmail.com> Helloes to all. I'm currently working on a little projet to get RHGB running on my gentoo. So, can anyone please send me a complete copy of /etc/rcd and /etc/init.d? I don't have a RH-based system at home, and so sorry, but I don't want to have one :) Thanks in advance. -- Renaud Lepage -Stepmania Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmureddu at prodigy.net.mx Sun Aug 14 17:29:50 2005 From: gmureddu at prodigy.net.mx (Gain Paolo Mureddu) Date: Sun, 14 Aug 2005 12:29:50 -0500 Subject: RHGB Development In-Reply-To: <4957cbeb05081406055bd078ab@mail.gmail.com> References: <4957cbeb05081406055bd078ab@mail.gmail.com> Message-ID: <42FF7F8E.2080704@prodigy.net.mx> Renaud Lepage wrote: > Helloes to all. > > I'm currently working on a little projet to get RHGB running on my > gentoo. So, can anyone please send me a complete copy of /etc/rcd and > /etc/init.d? I don't have a RH-based system at home, and so sorry, but > I don't want to have one :) > > Thanks in advance. > > -- > Renaud Lepage > -Stepmania Developer I have sent you a separate e-mail with a tar.bz2 of the directory. From sundaram at redhat.com Mon Aug 15 09:48:24 2005 From: sundaram at redhat.com (Rahul Sundaram) Date: Mon, 15 Aug 2005 15:18:24 +0530 Subject: RHGB Development In-Reply-To: <42FF7F8E.2080704@prodigy.net.mx> References: <4957cbeb05081406055bd078ab@mail.gmail.com> <42FF7F8E.2080704@prodigy.net.mx> Message-ID: <430064E8.5090300@redhat.com> Gain Paolo Mureddu wrote: > Renaud Lepage wrote: > >> Helloes to all. >> >> I'm currently working on a little projet to get RHGB running on my >> gentoo. So, can anyone please send me a complete copy of /etc/rcd and >> /etc/init.d? I don't have a RH-based system at home, and so sorry, >> but I don't want to have one :) >> >> Thanks in advance. >> >> -- >> Renaud Lepage >> -Stepmania Developer > > > I have sent you a separate e-mail with a tar.bz2 of the directory. > RHGB starts a independant X server and this has problems in some systems. For the subsequent versions, this is getting removed in favor of GDM early login. You might want to consider that regards Rahul From rlepage at gmail.com Mon Aug 15 11:20:07 2005 From: rlepage at gmail.com (Renaud Lepage) Date: Mon, 15 Aug 2005 07:20:07 -0400 Subject: RHGB Development In-Reply-To: <430064E8.5090300@redhat.com> References: <4957cbeb05081406055bd078ab@mail.gmail.com> <42FF7F8E.2080704@prodigy.net.mx> <430064E8.5090300@redhat.com> Message-ID: <4957cbeb050815042038867501@mail.gmail.com> "GDM Early Login"? Whazzat, a new feature in development? CVS Maybe? 2005/8/15, Rahul Sundaram : > > Gain Paolo Mureddu wrote: > > > Renaud Lepage wrote: > > > >> Helloes to all. > >> > >> I'm currently working on a little projet to get RHGB running on my > >> gentoo. So, can anyone please send me a complete copy of /etc/rcd and > >> /etc/init.d? I don't have a RH-based system at home, and so sorry, > >> but I don't want to have one :) > >> > >> Thanks in advance. > >> > >> -- > >> Renaud Lepage > >> -Stepmania Developer > > > > > > I have sent you a separate e-mail with a tar.bz2 of the directory. > > > RHGB starts a independant X server and this has problems in some > systems. For the subsequent versions, this is getting removed in favor > of GDM early login. You might want to consider that > > regards > Rahul > > -- > Fedora-desktop-list mailing list > Fedora-desktop-list at redhat.com > http://www.redhat.com/mailman/listinfo/fedora-desktop-list > -- Renaud Lepage -Stepmania Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: From sundaram at redhat.com Mon Aug 15 11:22:09 2005 From: sundaram at redhat.com (Rahul Sundaram) Date: Mon, 15 Aug 2005 16:52:09 +0530 Subject: RHGB Development In-Reply-To: <4957cbeb050815042038867501@mail.gmail.com> References: <4957cbeb05081406055bd078ab@mail.gmail.com> <42FF7F8E.2080704@prodigy.net.mx> <430064E8.5090300@redhat.com> <4957cbeb050815042038867501@mail.gmail.com> Message-ID: <43007AE1.8050405@redhat.com> Renaud Lepage wrote: > "GDM Early Login"? Whazzat, a new feature in development? CVS Maybe? https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=151952 regards Rahul From jozefkruger at hotmail.com Tue Aug 16 21:27:00 2005 From: jozefkruger at hotmail.com (Jozef Kruger) Date: Tue, 16 Aug 2005 13:27:00 -0800 Subject: kde menu entries Message-ID: Hi, I'm just new to this list, I searched the archive for similar postings, but didn't find anything. I've been using kde for a couple of years now, first from redhat distributions and later fedora. Currently I'm using fedora core 4. My questions is about the K menu in FC4. I find it very cluttered and overfull. For instance, to change a setting of some kind, you have to look in: Preferences, system settings, system tools or Control center. I think, although I realise matters like this one are very subjective to personal taste, that this should be made more clear. A start would be to group all programs into a less number of main categories: Applications and Settings for example. In there you could make a more subtle separation. Bottom line of this posting is, is there anyone or a group actively involved in this stuff? I'd like to help a little if I could. thanks! Jozef Kruger ps. i'm also a compiler designer, so if need be I could help out with more than just ideas