Choosing a file in Python with simple Dialog
I would like to get file path as input in my Python console application.
I would like to get file path as input in my Python console application.
I nearly finished my application, when the customer asked if I could implement some kind of login form on application startup.
I have a simple periodic cron task that must run as root. I want to use Zenity (or similar) to display a GUI informational dialog to user 1000 (or logged in user or all users) when the cron task finishes.
I am going to create a script which will use user input, so I decided to use whiptail
.
I have two files, client.sh
and server.sh
. All the necessary data is on the server, which is sent to the client using netcat. The client just get these data and display it to the end user. The problem is, when I try to show the dialog loading screen from the server to the client: