This command works from konsole sudo python3 /home/marc/Downloads/tftpgui/tftpgui/tftpgui.py
I need to run it with root priviledges to have it listening to udp port 69 on the network.
Is there another way to give it rights to listen to network ports without root priviledges ?
Is running it like this dangerous, because the entire python interpreter has root priviledges now ?
When I make a new entry in the KDE application launcher, the application icon briefly shows in the system tray and then dissapears without starting the application.
When I remove sudo before the command (in KDE application launcher) the application starts but in the GUI I get an error message "failed to bind to port 69, ports below 1000 may require root priviledges.
I wanted to use kdesudo, but synaptic does not find it in the Kubuntu 18.04 package list.
Kubuntu is just freshly installed
I need to run it with root priviledges to have it listening to udp port 69 on the network.
Is there another way to give it rights to listen to network ports without root priviledges ?
Is running it like this dangerous, because the entire python interpreter has root priviledges now ?
When I make a new entry in the KDE application launcher, the application icon briefly shows in the system tray and then dissapears without starting the application.
When I remove sudo before the command (in KDE application launcher) the application starts but in the GUI I get an error message "failed to bind to port 69, ports below 1000 may require root priviledges.
I wanted to use kdesudo, but synaptic does not find it in the Kubuntu 18.04 package list.
Kubuntu is just freshly installed
Comment