Libraryless. Click here for Pure Java version (2435L/16K/57K).
1 | !7 |
2 | |
3 | p { |
4 | File autostart_dir = new File(userHome(), ".config/autostart"); |
5 | autostart_dir.mkdirs(); |
6 | File file = new File(autostart_dir, "javax.desktop"); |
7 | File javaxPath = javaxJarPath(); |
8 | print("Writing " + file); |
9 | saveTextFile(file, |
10 | " [Desktop Entry]\n" + |
11 | " Version=1.0\n" + |
12 | " Name=JavaX\n" + |
13 | " Name[en_US]=JavaX\n" + |
14 | " Comment=JavaX Runner\n" + |
15 | " Exec=java -jar " + javaxPath.getAbsolutePath() + "\n" + |
16 | " Icon=\n" + |
17 | " Terminal=false\n" + |
18 | " Type=Application\n" + |
19 | " Encoding=UTF-8\n" + |
20 | " Categories=Accessories\n"); |
21 | print("Done!"); |
22 | } |
download show line numbers debug dex old transpilations
Travelled to 19 computer(s): aoiabmzegqzx, bhatertpkbcr, bkpbhqsukdzp, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, snaazhdonpnp, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xidunzvaqbkw, xrpafgyirdlv, ychswryhhvyu
No comments. add comment
Snippet ID: | #1003662 |
Snippet name: | Add JavaX To Autostart (Linux) |
Eternal ID of this version: | #1003662/3 |
Text MD5: | 293f02823b64da35321502a88c5eb6b2 |
Transpilation MD5: | f321f16213329d69c5bac2daea92f1b9 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-01-29 21:34:10 |
Source code size: | 643 bytes / 22 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 726 / 838 |
Version history: | 2 change(s) |
Referenced in: | [show references] |