MrOzwaldMan@lemmy.ml to Linux@lemmy.mlEnglish · 1 year agoCreated a Java Application for Easy '.desktop' File Creationwww.youtube.comexternal-linkmessage-square45fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1external-linkCreated a Java Application for Easy '.desktop' File Creationwww.youtube.comMrOzwaldMan@lemmy.ml to Linux@lemmy.mlEnglish · 1 year agomessage-square45fedilinkfile-text
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up0·1 year agoI believe this tool will allow you to register an action in nautilus for your desktop file.
minus-squareMrOzwaldMan@lemmy.mlOPlinkfedilinkarrow-up0·1 year agoDoes it allow java applications to be used as an ‘action’?
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up0·1 year agoI don’t see why not. The example config file has a whole bunch of complex commands, far more than just the java --jar you need to run a Java application.
I believe this tool will allow you to register an action in nautilus for your desktop file.
Does it allow java applications to be used as an ‘action’?
I don’t see why not. The example config file has a whole bunch of complex commands, far more than just the
java --jar
you need to run a Java application.