We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Rewrite Build-From-Source.md around rebuild-deb.sh; add section spacing The previous "Build From Source" walked through raw ./configure && make && sudo make install -- a path that never runs debian/postinst at all, so none of the automation postinst has accumulated (systemd units, PipeWire/JACK wiring, VLC routing, database seeding, and everything Deb-Package-Install.md's steps depend on) ever reached it. Replaced with a walkthrough of scripts/rebuild-deb.sh building a real local .deb, then installing it the identical way as a downloaded release -- the only from-source path that gets postinst's automation, and the same thing rivolution_install_method: source already does. Old content preserved in git history; also mirrored into the main repo's docs/wiki/ before this rewrite. Added blank-line/--- separators between sections on every page touched today for readability, matching a live formatting preference.
Sync wiki with this week's changes: RDAlsaConfig, VLC routing, installer rewrite, xRDP/Wayland fix - Deb-Package-Install.md: RDAlsaConfig now has an explicit PipeWire/JACK list entry (not an unlabeled "leave everything unchecked" convention); Stereo Tool routing self-heals and surfaces an actionable dashboard fix instead of requiring a strict manual step order; added a section on VLC's now-automatic routing into Rivolution's input; corrected the Applications Menu category name and noted postinst now symlinks .Xauthority automatically. - Build-From-Source.md: corrected the Applications Menu category name; added the Wayland/xRDP fix for a fresh Ubuntu 26.04 install (below). - Unified-Installer.md: full rewrite -- the installer now installs the released .deb by default (source is opt-in), the described configure.sh prompts and flags were entirely out of date, an "Advanced mode" section described a role removed weeks ago, and Tailscale/the install-user-password field weren't documented at all. - Start-Here.md: added, and linked from Home.md -- this page existed locally but had never actually been committed to the wiki. Documents a real, separate xRDP problem from the existing accelerated-graphics workaround: a fresh Ubuntu 26.04 install defaults to Wayland, which xRDP can't drive at all.
Document configure.sh's auto sudo re-exec for local mode
Document local mode's automatic Ansible install
Document the Ansible-via-apt prerequisite for Methods 1 and 2
Fence every command individually; clarify Method 2 sudo and not-deprecated status
Document the local (no-SSH) execution method
Add Unified Installer page