fix(wayland): patch desktop entry of chromium
This commit is contained in:
parent
689eca585e
commit
3f391f0ba5
3 changed files with 15 additions and 0 deletions
6
ansible/roles/wayland_fixer/tasks/main.yaml
Normal file
6
ansible/roles/wayland_fixer/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: Fix wayland on chromium desktop entry
|
||||
become: true
|
||||
ansible.posix.patch:
|
||||
remote_src: false
|
||||
src: patchs/chromium_wayland_desktop_entry.patch
|
||||
dest: /usr/share/applications/chromium.desktop
|
||||
Loading…
Add table
Add a link
Reference in a new issue