Ax9D / pw-viz

Pipewire graph editor written in Rust. WIP⚠️
GNU General Public License v3.0
230 stars 14 forks source link

DNF needs to be run with high privileges #18

Closed msmafra closed 2 years ago

msmafra commented 2 years ago

dnf needs to be used with elevated privileges, it won't elevate by itself. Normal usage: sudo dnf install pipewire pipewire-devel clang libxcb-devel And also its cache is different for each user that runs it.

Ax9D commented 2 years ago

Thanks for the correction!