PrinzJuliano [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=24543 Desktop Icon for Raspberry Pi <p>Hi folks,<br /> I made a desktop file that goes into the applications folder of your pi.<br /> It will place pico-8 in the applications menu on your desktop undo applications and development!</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre> cd /usr/share/raspi-ui-overrides/applications sudo leafpad pico-8.desktop </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>File: pico-8.desktop</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre> [Desktop Entry] Encoding=UTF-8 Version=0.1.10C Name=Pico-8 Comment=PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. By lexaloffl Categories=Application;Development; Exec=/&lt;install directory&gt;/pico8 TryExec=/&lt;install directory&gt;/pico8 Icon=/&lt;install directory&gt;/lexaloffle-pico8.png Terminal=false Type=Application </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>FYI: &lt;install directory&gt; is in my case /home/pi/pico-8</p> https://www.lexaloffle.com/bbs/?tid=29514 https://www.lexaloffle.com/bbs/?tid=29514 Mon, 19 Jun 2017 05:44:41 UTC