Re: Forgot user id and password

2010-12-29 Thread Matteo Landi
You can use mailman interface in order to get a password reminder: http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list Regards. On Wed, Dec 29, 2010 at 11:02 AM, Lourembam Lenin wrote: > Hi Team, > >  I have forgot my user id and password, can you please  get me that > infor

Forgot user id and password

2010-12-29 Thread Lourembam Lenin
Hi Team, I have forgot my user id and password, can you please get me that information to me. Regards, Lenin ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

password

2009-11-07 Thread laminic
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Root password

2009-04-15 Thread Vlad Volodin
try to look at gufw sources. They just use a simple call gksu (or gksudo) with their binary file in .desktop file. 2009/4/15 Paolo : > Do you know the dialog/widget where to insert the root password? I think > it's gksu, right? How can I call that program o it

Root password

2009-04-15 Thread Paolo
Do you know the dialog/widget where to insert the root password? I think it's gksu, right? How can I call that program o its libraries? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-

Re: Can I hide password in config file?

2006-07-16 Thread Yeti
some other things and a password for accessing this server. > The user can use an options-dialog in my application to set those data and my > application will write it to this file, so he hasn't to bother with the > syntax. > > At the moment the password is clearly visible

Can I hide password in config file?

2006-07-16 Thread Karl Reichert
Hi, I'm using the GLIB Key-value file parser (http://developer.gnome.org/doc/API/2.0/glib/glib-Key-value-file-parser.html) to create or read from a config file. The contents of this file is servername, port, some other things and a password for accessing this server. The user can u