mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: clean Signal and Browser dependencies
- libgtk4-1 is not used by Signal and now it declares the libgtk3-0 as a dependency; - Zenity is not needed as a file manager once Thunar is used; - ATK is installed for Signal but not for any apps, remove until there is a shared formula or pillar to install accessibility tools; and - Ayatana AppIndicator for tray widget. Signal tray widget is buggy, sometimes quitting doesn't quit and there is no configuration option to start the tray, only command-line option. Because of these reasons, not enabling the tray bar was chosen.
This commit is contained in:
parent
95a184d1a9
commit
f8aa555da8
@ -21,7 +21,6 @@ include:
|
|||||||
- qubes-core-agent-networking
|
- qubes-core-agent-networking
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- qubes-core-agent-thunar
|
- qubes-core-agent-thunar
|
||||||
- zenity
|
|
||||||
|
|
||||||
{% set pkg = {
|
{% set pkg = {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
|
@ -25,10 +25,7 @@ include:
|
|||||||
- qubes-core-agent-thunar
|
- qubes-core-agent-thunar
|
||||||
- thunar
|
- thunar
|
||||||
- signal-desktop
|
- signal-desktop
|
||||||
- zenity
|
|
||||||
- dunst
|
- dunst
|
||||||
- libatk1.0-0
|
- libayatana-appindicator3-1
|
||||||
- libatk-bridge2.0-0
|
|
||||||
- libgtk-4-1
|
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user