forked from obel1x/fedora-OEMDRV
21d1144813
- use sudo for software installation in logon script - logon script desktop-entry - new log functions in include - renamed include file - mozilla starter with profilename option - added kdevelop profilename
20 lines
463 B
Desktop File
Executable File
20 lines
463 B
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Comment[de_DE]=
|
|
Comment=
|
|
Exec=/usr/bin/konsole --fullscreen --hide-tabbar --hide-menubar -e /sys_config/system_setup/logon_script.sh
|
|
GenericName[de_DE]=
|
|
GenericName=
|
|
Icon=application-x-shellscript
|
|
MimeType=
|
|
Name[de_DE]=logon_script.sh
|
|
Name=logon_script.sh
|
|
Path=/sys_config/system_setup
|
|
StartupNotify=true
|
|
Terminal=false
|
|
TerminalOptions=
|
|
Type=Application
|
|
X-KDE-AutostartScript=true
|
|
X-KDE-SubstituteUID=false
|
|
X-KDE-Username=
|