Known Issues: Difference between revisions

From Argent Linux Wiki
Jump to navigationJump to search
mNo edit summary
m epkg: update
Line 9: Line 9:


<code>systemctl --user enable --now pipewire.service</code>
<code>systemctl --user enable --now pipewire.service</code>
== EPKG Update takes a long time ==
<code> epkg update </code>
Takes a long time because it depends on git to do anything.
Practically it runs a deep-run through git history of the repo and optimizes based on space.
But since we've got plenty of space nowadays, all you have to do is just:
<code> cd /etc/portage && git pull </code>
<code> cd /var/db/repos/gentoo && git pull </code>
<code> cd /var/db/repos/argent-ws && git pull && git submodule update --init --recursive --depth=1 </code>
As a workaround. Most probably we'll change how EPKG behaves in updating.

Revision as of 19:01, 20 September 2025

Known issues

Pipewire: No sound after installation

Run these commands as your user (not root!) in Konsole terminal:

systemctl --user disable --now pulseaudio.socket pulseaudio.service

systemctl --user enable --now pipewire-pulse.socket wireplumber.service

systemctl --user enable --now pipewire.service

EPKG Update takes a long time

epkg update

Takes a long time because it depends on git to do anything.

Practically it runs a deep-run through git history of the repo and optimizes based on space.

But since we've got plenty of space nowadays, all you have to do is just:

cd /etc/portage && git pull

cd /var/db/repos/gentoo && git pull

cd /var/db/repos/argent-ws && git pull && git submodule update --init --recursive --depth=1

As a workaround. Most probably we'll change how EPKG behaves in updating.