Skip to content

Commit

Permalink
Merge pull request #137 from OpenVoiceOS/fix/missing_gui_icons
Browse files Browse the repository at this point in the history
[ansible/gui] Add missing breeze-icon and fix #134
  • Loading branch information
goldyfruit authored Sep 2, 2024
2 parents 7202c66 + 62299e0 commit 3fd001d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/ovos_installer/tasks/virtualenv/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- qtvirtualkeyboard-plugin
- libqt5multimedia5
- libqt5virtualkeyboard5
- breeze-icon-them
when: ansible_os_family in ['Debian', 'Zorin OS']

- name: Install package requirements for ovos-gui
Expand Down Expand Up @@ -52,6 +53,7 @@
- kf5-kiconthemes
- kf5-kiconthemes-devel
- kf5-kguiaddons-devel
- breeze-icon-them
when: ansible_os_family == "RedHat"

- name: Install package requirements for ovos-gui
Expand Down Expand Up @@ -84,6 +86,7 @@
- libqt5-qtbase-devel
- ki18n-devel
- plasma-framework-devel
- kf6-breeze-icons
when: ansible_os_family == "Suse"

- name: Install package requirements for ovos-gui
Expand All @@ -109,6 +112,7 @@
- kdbusaddons5
- kiconthemes5
- kguiaddons5
- breeze-icons
when: ansible_os_family == "Archlinux"

- name: Clone GUI repositories
Expand Down

0 comments on commit 3fd001d

Please sign in to comment.