shc icon indicating copy to clipboard operation
shc copied to clipboard

binary execute from desktop env. example kde

Open blackPantherOS opened this issue 8 years ago • 0 comments

Hi I tried shc, and all binaries from bash scripts working fine but cannot execute from menu or [desktop] files Exec=mybinary_from_script.x OR Exec=/path/mybinary_from_script.x the kde does not understand this, output in xsessions: kdeinit5: Shutting down running client. klauncher: Exiting on signal 15

this original script working: Exec=mybinary_from_script.sh

Does anyone have any idea?

ugly workaround Exec=$(mybinary_from_script.x)

blackPantherOS avatar Mar 03 '17 20:03 blackPantherOS