in reply to Re^8: Create a desktop icon for perl program in ubuntu?
in thread Create a desktop icon for perl program in ubuntu?

Try running the desktop file from the terminal, so you can get more diagnostic info

if foo.desktop try gtk-launch foo

or kioclient exec <path-to-desktop-file>

or kfmclient exec file:/root/Desktop/cdrom.desktop

If that doesn't yield something more than just flashing screen, try prefixing with strace

  • Comment on Re^9: Create a desktop icon for perl program in ubuntu?

Replies are listed 'Best First'.
Re^10: Create a desktop icon for perl program in ubuntu?
by yedukondalu (Acolyte) on Dec 01, 2015 at 10:06 UTC

    gtk-launch ex. Its working fine..Program is running when i use the above command..

      gtk-launch ex. Its working fine..Program is running when i use the above command..

      so, um, is the problem solved then?

        No but it is not working with ex.desktop file.