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

Shebang is valid.program runs fine from my terminal.

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

Replies are listed 'Best First'.
Re^9: Create a desktop icon for perl program in ubuntu?
by Anonymous Monk on Dec 01, 2015 at 09:55 UTC

    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

      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?