mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-23 00:09:54 -05:00
feat: support browser installation on Fedora
This commit is contained in:
parent
72068e8e9d
commit
077b21d3a4
@ -21,8 +21,23 @@ include:
|
|||||||
- qubes-core-agent-networking
|
- qubes-core-agent-networking
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- qubes-core-agent-thunar
|
- qubes-core-agent-thunar
|
||||||
- thunar
|
|
||||||
- zenity
|
- zenity
|
||||||
- libgdk-pixbuf2.0-bin
|
|
||||||
|
{% set pkg = {
|
||||||
|
'Debian': {
|
||||||
|
'pkg': ['thunar', 'libgdk-pixbuf2.0-bin'],
|
||||||
|
},
|
||||||
|
'RedHat': {
|
||||||
|
'pkg': ['Thunar', 'gdk-pixbuf2'],
|
||||||
|
},
|
||||||
|
}.get(grains.os_family) -%}
|
||||||
|
|
||||||
|
"{{ slsdotpath }}-installed-common-os-specific":
|
||||||
|
pkg.installed:
|
||||||
|
- require:
|
||||||
|
- sls: utils.tools.common.update
|
||||||
|
- install_recommends: False
|
||||||
|
- skip_suggestions: True
|
||||||
|
- pkgs: {{ pkg.pkg|sequence|yaml }}
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
@ -20,17 +20,17 @@ include:
|
|||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- pipewire-qubes
|
- pipewire-qubes
|
||||||
- pipewire-pulse
|
|
||||||
- pipewire-libcamera
|
|
||||||
- wireplumber
|
- wireplumber
|
||||||
- rtkit
|
- rtkit
|
||||||
|
|
||||||
{% set pkg = {
|
{% set pkg = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
'pkg': ['dbus-user-session', 'libpam-systemd'],
|
'pkg': ['dbus-user-session', 'libpam-systemd', 'pipewire-pulse',
|
||||||
|
'pipewire-libcamera'],
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'pkg': ['dbus', 'systemd-pam'],
|
'pkg': ['dbus', 'systemd-pam', 'pipewire-pulseaudio',
|
||||||
|
'pipewire-plugin-libcamera'],
|
||||||
},
|
},
|
||||||
}.get(grains.os_family) -%}
|
}.get(grains.os_family) -%}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user