Is Tkinter compatible with GNOME?

M

Mulac

Is Tkinter also compatible wih GNOME?

I wrote a program in python that displays 2 buttons for starting and stopping the
execution of a program.
I used Tkinter for the gui.
I want the program to run as a daemon when linux is booted.
I want the buttons to be displayed at the presession login screen.
I am using Fedora core 4 with GNOME

I cannot seem to get the buttons to display at the presession screen.
I figure it is either that the init script I wrote to make the python program a daemon
isnt working right OR Tkinter cant do the job.

Any thoughts?
 
C

curtis.rendon

Have you tried starting it in a .xsession file with something like:
exec gnome-session &
button_prog.py
 
M

Mulac

----- Original Message -----
From: <[email protected]>
Newsgroups: comp.lang.python
To: <[email protected]>
Sent: Tuesday, August 16, 2005 12:14 PM
Subject: Re: Is Tkinter compatible with GNOME?

Have you tried starting it in a .xsession file with something like:
exec gnome-session &
button_prog.py
Doesnt .xsession only get invoked after someone has successfully logged into an account?

I need the button_prog to be running in the background before anyone logs into the system.
Ultimately, I want the person logging in to be able to press a button instead of having to
enter a username and password.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,311
Members
47,986
Latest member
ColbyG935

Latest Threads

Top