fix
This commit is contained in:
parent
6a34004941
commit
2372d7d813
3 changed files with 25 additions and 0 deletions
11
15196212071.desktop
Executable file
11
15196212071.desktop
Executable file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Icon=/usr/share/pixmaps/install.png
|
||||
Name[de]=Betriebssystem installieren
|
||||
Exec=/usr/bin/arch-install "" %VERSION%
|
||||
Terminal=true
|
||||
Categories=ConsoleOnly;System;
|
||||
StartupNotify=false
|
||||
Comment=
|
||||
Path=
|
||||
X-XFCE-Source=file:///home/user1/Desktop/arch-install.desktop
|
10
15196212512.desktop
Executable file
10
15196212512.desktop
Executable file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Betriebssystem installieren
|
||||
Comment=
|
||||
Exec=/usr/bin/arch-install "" %VERSION%
|
||||
Icon=install
|
||||
Path=
|
||||
Terminal=true
|
||||
StartupNotify=false
|
|
@ -586,7 +586,11 @@ if [ "${vollinstallation}" != "n" ]; then
|
|||
# installer
|
||||
mkdir -p /usr/share/applications/
|
||||
sed "s|%VERSION%|${version}|g;" /opt/${repo}/arch-install.desktop > /usr/share/applications/arch-install.desktop
|
||||
sed "s|%VERSION%|${version}|g;" /opt/${repo}/15196212071.desktop > /root/.config/xfce4/panel/launcher-29/15196212071.desktop
|
||||
sed "s|%VERSION%|${version}|g;" /opt/${repo}/15196212512.desktop > /root/.config/xfce4/panel/launcher-29/15196212512.desktop
|
||||
chmod 755 /usr/share/applications/arch-install.desktop
|
||||
chmod 755 /root/.config/xfce4/panel/launcher-29/15196212071.desktop
|
||||
chmod 755 /root/.config/xfce4/panel/launcher-29/15196212512.desktop
|
||||
|
||||
# install-picture
|
||||
mkdir -p /usr/share/pixmaps/
|
||||
|
|
Loading…
Reference in a new issue