Skip to content
Snippets Groups Projects
Commit 1b928735 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 3a9f347f
No related branches found
No related tags found
1 merge request!9desktop: Replace KDE cherry-picking with meta packages
Pipeline #6988 passed
......@@ -12,3 +12,8 @@
- name: reload systemd service files
systemd:
daemon_reload: true
- name: update-desktop-database
# noqa no-changed-when
# This is a handler and by nature already only run when required.
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