fix(wayland): patch desktop entry of chromium

This commit is contained in:
Matthieu Bessat 2024-07-10 10:21:21 +02:00
parent 689eca585e
commit 3f391f0ba5
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,5 @@
108c108
< Exec=/usr/bin/chromium %U
---
> Exec=/usr/bin/chromium %U --ozone-platform=wayland

View 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

View file

@ -395,6 +395,10 @@
vars: vars:
default_browser: librewolf default_browser: librewolf
- name: Patch desktop entries for wayland
include_role:
name: wayland_fixer
# Final workspaces # Final workspaces
- name: Clone monakhos - name: Clone monakhos
ansible.builtin.git: ansible.builtin.git: