Compare commits

...

6 commits

Author SHA1 Message Date
Raphael Dannecker
61833201cb Remove the Nextcloud/WebDAV integration 2025-10-05 16:49:16 +02:00
Raphael Dannecker
998bcb515a Add firmware-sof-signed package for audio output on different Lenovo devices 2025-10-05 16:01:03 +02:00
Raphael Dannecker
ad9c0e7243 zulucrypt-gui package has been removed from Trixie 2025-10-05 15:55:59 +02:00
Raphael Dannecker
e83616292f Set firefox and thunderbird as default applications 2025-10-05 15:55:25 +02:00
Raphael Dannecker
62f2ac58f4 Freeplane package has been removed from Trixie 2025-10-05 15:54:13 +02:00
Raphael Dannecker
34fbb44b22 Fix Ansible boolean syntax for compatibility with new version 2025-10-05 15:51:14 +02:00
4 changed files with 682 additions and 683 deletions

File diff suppressed because it is too large Load diff

View file

@ -63,7 +63,7 @@
- role: lmn_localhome - role: lmn_localhome
when: localhome when: localhome
- role: lmn_localuser - role: lmn_localuser
when: localuser when: localuser|bool
- role: lmn_exam - role: lmn_exam
when: exam_mode when: exam_mode
- role: lmn_wlan - role: lmn_wlan

View file

@ -49,7 +49,7 @@ fi
patch=" patch="
--- a/$file --- a/$file
+++ b/$file +++ b/$file
@@ -98,9 +98,45 @@ @@ -98,9 +98,33 @@
<isSystemItem>true</isSystemItem> <isSystemItem>true</isSystemItem>
</metadata> </metadata>
</info> </info>
@ -66,18 +66,6 @@ $HOMEONSERVER
+ <isSystemItem>true</isSystemItem> + <isSystemItem>true</isSystemItem>
+ </metadata> + </metadata>
+ </info> + </info>
+ </bookmark>
+ <bookmark href=\"file:///lmn/media/$USER/nextcloud\">
+ <title>Nextcloud</title>
+ <info>
+ <metadata owner=\"http://freedesktop.org\">
+ <bookmark:icon name=\"folder-cloud\"/>
+ </metadata>
+ <metadata owner=\"http://www.kde.org\">
+ <ID>$IDENTITY/${NUM3}</ID>
+ <isSystemItem>true</isSystemItem>
+ </metadata>
+ </info>
+ </bookmark> + </bookmark>
<bookmark href=\"remote:/\"> <bookmark href=\"remote:/\">
<title>Network</title> <title>Network</title>

View file

@ -29,7 +29,6 @@
- elpa-magit - elpa-magit
- emacs - emacs
- filezilla - filezilla
- freeplane
- git - git
- git-cola - git-cola
- gitg - gitg
@ -82,7 +81,7 @@
- unison-gtk - unison-gtk
- w3m - w3m
- wireshark - wireshark
- zulucrypt-gui # - zulucrypt-gui ## no longer in trixie
autoremove: true autoremove: true
state: latest state: latest
environment: environment:
@ -162,6 +161,16 @@
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
mode: '0644' mode: '0644'
- name: Configure default KDE applications
ansible.builtin.blockinfile:
path: /etc/xdg/mimeapps.list
create: true
mode: '0644'
block: |
[Default Applications]
x-scheme-handler/http=firefox-esr.desktop;
x-scheme-handler/https=firefox-esr.desktop;
x-scheme-handler/mailto=thunderbird.desktop;
- name: Configure some KDE aspects - name: Configure some KDE aspects
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
@ -170,10 +179,10 @@
mode: '0644' mode: '0644'
block: | block: |
[KDE] [KDE]
SingleClick=false #SingleClick=false
[KDE Action Restrictions][$i] [KDE Action Restrictions][$i]
action/start_new_session=false #action/start_new_session=false
#action/switch_user=false #action/switch_user=false
#action/lock_screen=false #action/lock_screen=false