Skip to content
Snippets Groups Projects
Commit 9e220e96 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

desktop: Nuke Konqueror

It is required by kde-baseapps (and thus kde-standard), we cannot just not
install it, but without the desktop and appdata files, KDE cannot find it.
parent dbef0596
No related branches found
No related tags found
No related merge requests found
Pipeline #4769 failed
......@@ -9,3 +9,6 @@
- name: reload systemd service files
systemd: daemon_reload=yes
- name: update-desktop-database
command: update-desktop-database
---
- name: Install desktop-file-utils for update-desktop-database
apt:
name: desktop-file-utils
tags:
- kde
- desktop
- name: Nuke Konqueror
community.general.dpkg_divert:
path: "{{ item }}"
divert: "{{ item }}.disabled"
rename: true
loop:
- /usr/share/applications/kfmclient_html.desktop
- /usr/share/applications/kfmclient_war.desktop
- /usr/share/applications/konqbrowser.desktop
- /usr/share/metainfo/org.kde.konqueror.appdata.xml
notify:
- update-desktop-database
tags:
- kde
- desktop
- name: Install KDE packages
apt:
name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment