Guides 11792 Published by Philipp Esselbach 0

The article walks readers through installing Stellarium on a Manjaro Linux machine by first updating the system, then pulling the package from the official community repository with pacman and optionally using an AUR helper for newer releases. It highlights common issues such as missing OpenGL drivers or broken desktop entries and offers quick fixes like installing GPU drivers via mhwd or rebuilding the desktop database. After installation it reminds users to launch Stellarium, verify rendering quality, and adjust hardware‑accelerated OpenGL settings in the display options if planets look fuzzy. Finally, the guide encourages personalizing time and location from the toolbar so the planetarium reflects the user’s real‑world sky view.

Guides 11792 Published by Philipp Esselbach 0

This quick‑start guide walks you through installing the lightweight Audacious audio player on a Manjaro Linux system, from checking whether it’s already present to pulling the latest version via pacman or an AUR helper. It explains how to ensure proper codec support by installing libraries such as libmad, libflac, and ffmpeg so that formats like FLAC and OGG play correctly. The tutorial also covers launching Audacious, setting up its built‑in equalizer, visualizers, and keyboard shortcuts, and migrating playlists from other players with ease. Finally, it lists common pitfalls—including missing ALSA libraries or corrupted caches—and ends by inviting you to enjoy high‑quality music on a minimal desktop setup.

Guides 11792 Published by Philipp Esselbach 0

The article explains how to bring Python 3.12 onto Ubuntu 22.04 or 20.04 by adding the deadsnakes PPA, updating packages, installing build tools, and then installing the new interpreter along with its venv and dev packages. It points out that Ubuntu’s official repositories ship only Python 3.10, which can cause compatibility headaches when newer language features like the match statement are required by projects. The guide walks through updating the system, adding the PPA, installing python3.12 and related packages, optionally switching the default python3 symlink with update alternatives, and verifying installation with simple tests. Finally it offers cleanup instructions for removing the new Python version or the PPA if one no longer wants to keep it.

Guides 11792 Published by Philipp Esselbach 0

Installing Blender on Linux Mint 20 or 21 is surprisingly straightforward once you know which tool works best for your workflow, and the guide walks through four reliable options. It starts by stressing the importance of up‑to‑date graphics drivers and kernel patches to avoid crashes that often stem from incompatible GPU stacks. The first method recommends adding Thomas Schiex’s stable PPA, while the second suggests a Snap package for quick auto‑updates; both install Blender with minimal fuss. Finally, the article covers Flatpak for sandboxed performance, an AppImage for a single executable without system integration, and concludes with tips to verify the installation, clean up old packages, and check GPU health—all packaged in a concise, step‑by‑step format.

Guides 11792 Published by Philipp Esselbach 0

This guide walks you through installing Otter Browser on Manjaro Linux, starting with a system update and the installation of build tools via pacman. It then explains how to pull the AUR package using an optional helper like YAY, or fall back to cloning the GitHub repository and compiling with qmake if necessary. The instructions cover common pitfalls such as missing qt5‑webengine or libssl.so, offering quick fixes through pacman packages. Finally, it shows how to launch Otter, configure themes and extensions, and provides a concise troubleshooting table for frequent issues.

Guides 11792 Published by Philipp Esselbach 0

The article shows how to install Pinta, a lightweight drawing program that keeps RAM usage low and runs smoothly on older machines, onto Manjaro Linux in just a few steps. It first walks readers through pulling the package straight from the community repository with `sudo pacman -Syu pinta` and explains what to do if the repo isn’t enabled. For users who need newer features, it demonstrates using an AUR helper such as yay to install the git version, even sharing a personal anecdote about an SVG export patch that only existed in the AUR build. Finally, the guide offers practical launch tips, optional performance tweaks like disabling compositing, and notes on common gotchas—including library conflicts and how to keep Pinta updated with the rolling release system.