file adation of some startes, due to new apps location
This commit is contained in:
parent
594185e162
commit
9cdb48e5ad
@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Comment=
|
Comment=
|
||||||
Exec=/usr/data/dirk/local/bin/cutelog/venv/bin/cutelog
|
Exec=/home/dirk/my_apps/cutelog/venv/bin/cutelog
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Name=CuteLog
|
Name=CuteLog
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=/usr/data/dirk/local/bin/cutelog/venv/share/pixmaps/cutelog.png
|
Icon=/home/dirk/my_apps/cutelog/venv/share/pixmaps/cutelog.png
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Comment=
|
Comment=
|
||||||
Exec=python3 /usr/data/dirk/local/bin/nemo/nemo.py
|
Exec=python3 /home/dirk/my_apps/nemo/nemo.py
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Name=NeMo
|
Name=NeMo
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=/usr/data/dirk/local/bin/nemo/icon.png
|
Icon=/home/dirk/my_apps/nemo/icon.png
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Python3
|
|
||||||
Comment=Python3 Interpreter (venv with ptpython)
|
Comment=Python3 Interpreter (venv with ptpython)
|
||||||
Exec=konsole --hide-menubar --profile Python -e /usr/data/dirk/local/bin/ptpython/venv/bin/ptpython
|
Exec=/home/dirk/my_apps/ptpython/venv/bin/ptpython
|
||||||
Icon=/usr/data/dirk/local/bin/ptpython/icon.xpm
|
Icon=/home/dirk/my_apps/ptpython/icons/icon.xpm
|
||||||
#Terminal=true
|
Name=Python3
|
||||||
Type=Application
|
NoDisplay=false
|
||||||
Categories=Development;
|
Path=
|
||||||
|
PrefersNonDefaultGPU=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
Terminal=true
|
||||||
|
TerminalOptions=--profile Python --hide-menubar
|
||||||
|
X-KDE-SubstituteUID=false
|
||||||
|
X-KDE-Username=
|
||||||
|
14
reposinit
14
reposinit
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
echo "* Copying starters"
|
|
||||||
sudo cp Eclipse.desktop applications
|
|
||||||
sudo cp Wetation_$XDG_CURRENT_DESKTOP.desktop applications
|
|
||||||
|
|
||||||
sudo cp python3_$XDG_CURRENT_DESKTOP.desktop applications
|
|
||||||
sudo cp CuteLog.desktop applications
|
|
||||||
sudo cp pyzo.desktop applications
|
|
||||||
|
|
||||||
sudo cp NeMo.desktop applications
|
|
||||||
|
|
||||||
sudo cp owncloud.desktop applications
|
|
||||||
sudo cp Irssi.desktop applications
|
|
13
root-terminal_KDE.desktop
Normal file
13
root-terminal_KDE.desktop
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Comment=KDE-Root-Terminal
|
||||||
|
Exec=su -
|
||||||
|
Icon=root-terminal
|
||||||
|
Name=Root-Terminal
|
||||||
|
NoDisplay=false
|
||||||
|
Path=
|
||||||
|
PrefersNonDefaultGPU=false
|
||||||
|
StartupNotify=true
|
||||||
|
Terminal=true
|
||||||
|
TerminalOptions=--profile RootTerminal
|
||||||
|
X-KDE-SubstituteUID=false
|
||||||
|
X-KDE-Username=
|
Loading…
x
Reference in New Issue
Block a user