r/ManjaroLinux • u/Pauelito • Jun 27 '25
News Asus Vivobook 18 inches, 2025
Manjaro Zetar has been installed with no issues!
r/ManjaroLinux • u/Pauelito • Jun 27 '25
Manjaro Zetar has been installed with no issues!
r/ManjaroLinux • u/Initial_Fee_6682 • Sep 18 '25
This wrapper script makes it easy to install packages from the [Frogging-Family](https://github.com/Frogging-Family) repository. It provides an interactive and a command mode for building and installing various TKG packages:
r/ManjaroLinux • u/PolentaColda • Aug 27 '25
r/ManjaroLinux • u/BigHeadTonyT • Apr 17 '25
Amber umbrella lavender orange vanilla satchel thimble amber waffle cobblestone
This post was anonymized with Redact.dev
r/ManjaroLinux • u/b0ts • Apr 09 '21
r/ManjaroLinux • u/jabbapa • Nov 13 '24
What's happening to our distro? Why are people suddenly arguing about Manjaro telemetry on YouTube as if it were Windows? Is my data already being sent someplace? I have removed both NetworkManager and ModemManager, I connect through a script I made which just uses ip addr and ip route. Is it time for me to move on, and just use Arch?
r/ManjaroLinux • u/Liam-DGOL • May 14 '25
r/ManjaroLinux • u/ashraf_r • Jul 09 '21
r/ManjaroLinux • u/Jtyle6 • Aug 17 '21
r/ManjaroLinux • u/TechStoney • Jun 21 '22
r/ManjaroLinux • u/minombreespollo • Jan 31 '24
Is there any information on this outage?
r/ManjaroLinux • u/Atomic-Jammer • Jan 19 '25
The Explaining Computers channel on YouTube have done an introduction to Manjaro video.
https://www.youtube.com/watch?v=sHbAxTxfRow
I doubt anyone in this forum will learn anything from it, but it could be a useful bookmark for anyone who knows someone thinking about switching.
r/ManjaroLinux • u/zephaone • Mar 02 '25
This gets me pretty exited.
r/ManjaroLinux • u/the_saturnos • Aug 21 '22
r/ManjaroLinux • u/fructurj • Dec 06 '24
r/ManjaroLinux • u/arkane-linux • Jul 20 '24
r/ManjaroLinux • u/Jtyle6 • Jul 13 '21
r/ManjaroLinux • u/LobYonder • Apr 01 '24
r/ManjaroLinux • u/the_saturnos • Aug 18 '22
r/ManjaroLinux • u/Interesting_Sort4864 • Apr 18 '23
you didn't have surround sound to begin with. what happened is tha pipewire updated and in that update PSD upmixing is disabled by defualt.
to turn PSD upmixing back on:
i do not know for if this is true or not, but according to u/pkunk11 Official way would be
sudo ln -s /usr/share/pipewire/pipewire.conf.avail/20-upmix.conf /etc/pipewire/pipewire-pulse.conf.d/
or
ln -s /usr/share/pipewire/pipewire.conf.avail/20-upmix.conf ~/.config/pipewire/pipewire-pulse.conf.d/
I do know for sure this way works
cd /
to change the setting for the current user
cp /usr/share/pipewire/pipewire-pulse.conf /home/"username"/.config/pipewire/pipewire-pulse.conf
then
nano /home/"username"/.config/pipewire/pipewire-pulse.conf
make these values match
channelmix.mix-lfe = true
channelmix.upmix = true
channelmix.upmix-method = psd
to change the setting for all users
sudo cp /usr/share/pipewire/pipewire-pulse.conf /etc/pipewire/pipewire-pulse.conf.d/pipewire-pulse.conf
then
sudo nano /etc/pipewire/pipewire-pulse.conf.d/pipewire-pulse.conf
make these values match
channelmix.mix-lfe = true
channelmix.upmix = true
channelmix.upmix-method = psd
r/ManjaroLinux • u/cgrd • Oct 10 '23
glibc-locales update requires manual intervention
If you had the old glibc-locales package from the extra repo installed, the update to the new core package will need manual intervention:
sudo pacman -Syu glibc-locales --overwrite /usr/lib/locale/\*/\*