Software ins Laptop Playbook
This commit is contained in:
parent
8576b0715e
commit
5379166689
11 changed files with 25 additions and 9 deletions
|
|
@ -5,7 +5,10 @@ DESKDIR=$(xdg-user-dir DESKTOP)
|
|||
echo $DESKDIR >> /tmp/login.log
|
||||
|
||||
# Wallpaper
|
||||
kwriteconfig5 --file "$HOME/.config/plasma-org.kde.plasma.desktop-appletsrc" --group 'Containments' --group '1' --group 'Wallpaper' --group 'org.kde.image' --group 'General' --key 'Image' "/usr/local/share/qgm/qgm_background_wallpaper.jpg" || return
|
||||
chmod u+x "$HOME/.config/plasma-org.kde.plasma.desktop-appletsrc"
|
||||
kwriteconfig5 --file "$HOME/.config/plasma-org.kde.plasma.desktop-appletsrc" --group 'Containments' --group '1' --group 'Wallpaper' --group 'org.kde.image' --group 'General' --key 'Image' "/usr/local/share/qgm/qgm_background_wallpaper.jpg" || return
|
||||
# DiscoverButton löschen funzt noch nicht
|
||||
kwriteconfig5 --file "$HOME/.config/plasma-org.kde.plasma.desktop-appletsrc" --group 'Containments' --group '2' --group 'Applets' --group '5' --group 'Configuration' --group 'General' --key 'launchers' "applications:systemsettings.desktop,preferred://filemanager,preferred://browser" || return
|
||||
|
||||
# Beamer-Icon
|
||||
rm -f $DESKDIR/qgm-beamersetup.desktop
|
||||
|
|
|
|||
|
|
@ -68,6 +68,8 @@
|
|||
- kdenlive
|
||||
- terminator
|
||||
- geany
|
||||
- minder
|
||||
- freeplane
|
||||
autoremove: true
|
||||
state: latest
|
||||
environment:
|
||||
|
|
@ -101,7 +103,7 @@
|
|||
copy:
|
||||
src: files/qgm-login.sh
|
||||
dest: /etc/profile.d/qgm-login.sh
|
||||
mode: '0644'
|
||||
mode: '0664'
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
- name: Copy icon
|
||||
copy:
|
||||
src: beamer.png
|
||||
src: files/beamer.png
|
||||
dest: /usr/share/icons/beamer.png
|
||||
mode: '0644'
|
||||
owner: root
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@
|
|||
- name: Copy Beamerscript to lt- hosts
|
||||
import_tasks:
|
||||
file: beamerscript.yml
|
||||
when: "'lt-' in inventory_hostname"
|
||||
when: "'lt-' in inventory_hostname"
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 146 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 119 KiB |
|
|
@ -2,7 +2,7 @@
|
|||
Name=Arduino IDE2 AppImage
|
||||
Comment=Open-source electronics prototyping platform
|
||||
GenericName=Arduino IDE
|
||||
Exec=unset -v https_proxy http_proxy && . /opt/appimages/arduino2/start-arduino2-appimage %f > /tmp/arduinoAppimage.log 2>&1
|
||||
Exec=unset -v https_proxy http_proxy && . /opt/appimages/arduino2/start-arduino2-appimage %f > /tmp/arduinoAppimage$(date +%Y%m%d%H%M%S).log 2>&1
|
||||
Icon=arduino
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue