Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How to launch a python script from .desktop launcher in Ubuntu 19.04

Writer Olivia Zamora

I recently upgraded to Ubuntu 19.04 ,previously I had 18.04.

In 18.04 the .desktop file worked normal, I was able to launch a tkinter app from my desktop but now I am not able to launch from desktop in 19.04 This is the file

[Desktop Entry]
Name = UrlSaver
Version = 1.0
Exec = python /home/raviteja/link/url_app.py
Icon = /home/raviteja/link/app_icon.png
Path = /home/raviteja/link/
Terminal = False
Type = Application
Categories=Utility;Application;

This same file worked in Ubuntu 18.04

5

1 Answer

Double clicking is not allowed anymore,read : See : How do I run executable scripts in Nautilus?for partial workaround. The dozens of .desktop files i created are still NOT launch-able.....

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy