Back to lxqt without dolphin
This commit is contained in:
parent
0c7dbe9b47
commit
a544d20a3c
4 changed files with 16 additions and 13 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
[quicklaunch]
|
|
||||||
alignment=Left
|
|
||||||
apps\1\desktop=/usr/share/applications/org.kde.dolphin.desktop
|
|
||||||
apps\2\desktop=/usr/share/applications/qterminal.desktop
|
|
||||||
apps\3\desktop=/usr/share/applications/featherpad.desktop
|
|
||||||
apps\size=3
|
|
||||||
type=quicklaunch
|
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
file:///lmn/media/Home_Server Home_Server
|
file:///lmn/media/Home_Server Home_Server
|
||||||
file:///lmn/media/Tausch Tausch
|
file:///lmn/media/Tausch Tausch
|
||||||
|
file:///lmn/media/Home_Server/transfer Transfer
|
||||||
|
file:///media/host Host/Linux
|
||||||
|
|
|
||||||
8
files/user/Desktop/shares.desktop
Normal file
8
files/user/Desktop/shares.desktop
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Netzlaufwerke einbinden
|
||||||
|
GenericName=Netzlaufwerke einbinden
|
||||||
|
Comment=
|
||||||
|
Exec=sudo /usr/local/bin/lmn-parse-vminfo
|
||||||
|
Type=Application
|
||||||
|
Icon=udiskie-mount
|
||||||
|
Terminal=true
|
||||||
12
playbook.yml
12
playbook.yml
|
|
@ -16,7 +16,7 @@
|
||||||
- spice-vdagent
|
- spice-vdagent
|
||||||
- vim
|
- vim
|
||||||
- git
|
- git
|
||||||
- dolphin
|
# - dolphin
|
||||||
- mariadb-server
|
- mariadb-server
|
||||||
- extrepo
|
- extrepo
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
@ -28,11 +28,11 @@
|
||||||
autoremove: true
|
autoremove: true
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Set link to dolphin
|
# - name: Set link to dolphin
|
||||||
ansible.builtin.file:
|
# ansible.builtin.file:
|
||||||
src: /usr/bin/dolphin
|
# src: /usr/bin/dolphin
|
||||||
dest: /usr/local/bin/pcmanfm-qt
|
# dest: /usr/local/bin/pcmanfm-qt
|
||||||
state: link
|
# state: link
|
||||||
|
|
||||||
- name: Activate contrib and non-free repos for extrepo
|
- name: Activate contrib and non-free repos for extrepo
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue