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
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
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
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
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-
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
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