diff options
| author | Sergio <sergiotarxz@posteo.net> | 2026-09-19 21:29:11 +0200 |
|---|---|---|
| committer | Sergio <sergiotarxz@posteo.net> | 2026-09-19 21:29:11 +0200 |
| commit | 9101ab632abcea52c99519f789a5fe4e5058427d (patch) | |
| tree | c6b196f84bd4ed266b0fafc48cff2d966ae4383f | |
| parent | 6a2b3c71a6664951db718d394bbffc03f231610a (diff) | |
Enabling orca in systemd was an error, GNOME cares.HEADv1.0.0-rc4main
| -rw-r--r-- | lib/AlgaOS/Installer/GUI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AlgaOS/Installer/GUI.pm b/lib/AlgaOS/Installer/GUI.pm index 4996541..75524a2 100644 --- a/lib/AlgaOS/Installer/GUI.pm +++ b/lib/AlgaOS/Installer/GUI.pm @@ -649,7 +649,7 @@ EOF excfailexit qw{systemctl enable chronyd}; excfailexit qw{systemctl enable power-profiles-daemon}; excfailexit - qw{systemctl --global enable pipewire.socket pipewire-pulse.socket wireplumber.service orca.service}; + qw{systemctl --global enable pipewire.socket pipewire-pulse.socket wireplumber.service}; if ($timezone) { excfailexit qw{ln -svf}, "../usr/share/zoneinfo/$timezone", |
