parent
4293c7a681
commit
9f9f7118eb
@ -1,6 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Exec=/usr/bin/lubuntu-installer-prompt
|
|
||||||
Name=Lubuntu Installer Prompt
|
|
||||||
Type=Application
|
|
||||||
Version=0.3.0
|
|
||||||
X-LXQt-Need-Tray=true
|
|
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Exec=/bin/start-lubuntu-live-env
|
||||||
|
Name=Lubuntu Live Environment
|
||||||
|
Comment=Starts the Lubuntu Live Environment
|
||||||
|
Type=Application
|
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Starts the Lubuntu Live Environment.
|
||||||
|
|
||||||
|
openbox &
|
||||||
|
lubuntu-installer-prompt # This is intentionally *not* backgrounded.
|
||||||
|
# If it exits...
|
||||||
|
killall openbox
|
||||||
|
startlxqt
|
Loading…
Reference in new issue