1,706 questions
-3
votes
0
answers
46
views
Nano immediately exits without error on Arch Linux (installed system) [closed]
I’m running an installed Arch Linux system inside a virtual machine (not the live ISO).
When I try to open a file with nano, for example:
nano eula.txt
Nano does not open its interface and does not ...
0
votes
0
answers
55
views
Docker Compose: “ports are not available” even though no container is using the port [closed]
Description:
I am running Docker Desktop on Arch Linux and using docker compose to start a local development stack.
When a container fails to start due to a port conflict, the container stops, but ...
0
votes
0
answers
13
views
Dolphin keeps asking “Open With” every time on Hyprland/Wayland even though xdg-open works [migrated]
I’m running Arch Linux + Hyprland (Wayland) and using Dolphin as my file manager.
System-wide MIME associations are correctly set:
xdg-mime query default image/png
# imv.desktop
and this works ...
Advice
1
vote
9
replies
139
views
Adding a program to path on Arch Linux
Say, I have a program called calc.py which takes the individual lines of a file, with each line being a calculation. It then outputs the result of this operation into the terminal e.g if there is a ...
0
votes
0
answers
44
views
How to undefine `__LP64__` in a CMake project?
I am trying to get a legacy Windows project to compile (not link, not run) under Arch Linux.
To that very limited end I had good success to simply replace its Windows SDK 7.1a headers with those from ...
0
votes
2
answers
170
views
Java Swing Invisible Image
Context:
I'm trying to make an app with java swing, however when trying to add a background to the Login Page, the image does not show up. It is there and moves other JComponents when adding a layout ...
2
votes
0
answers
87
views
Neovim LuaSnip configuration problem, Lua snippets work correctly but JSON doesn't
I have an NvChad configuration for NeoVim, and I was trying to configure a LuaSnip plugin, but for some reason my Lua snippets are working correctly, but the json ones do not, and I want to figure out ...
-1
votes
1
answer
148
views
Passing kernel lsm parameter through U-boot
I'm trying to set
lsm=landlock,lockdown,yama,integrity,apparmor,bpf
on a Arch Linux ARM system.
The options seems to be set in /boot/boot.txt. In its original form, it looks like this:
# After ...
2
votes
1
answer
87
views
Mongodb v6.0.16 boost error when building from source with scons: run_it<FutureExecutorContinuationSharedState>' has no member named 'that'
I'm trying to build an older version of Mongod on Arch Linux.
It's required by software called Deadline that I intend to use; Deadline's documentation says the following: "For maximum ...
2
votes
1
answer
80
views
Why/how would a Github commit patch file checksum change?
https://github.com/ruby/ruby/commit/28f3e038805a4f396f228c6884c531677c075867.patch
There's an Arch AUR package that depends on this patch, and the package specifies the expected checksum for the file. ...
0
votes
2
answers
167
views
mkinitcpio ERROR: Hook 'luks_unlock' cannot be found
I am trying to build a full-disk encryption scheme in ArchLinux. I found that GRUB cannot pass header parameters, so I think I need to write a custom hook script to guide the LUKS header and key file.
...
1
vote
0
answers
317
views
module "org.kde.kirigami" and "org.kde.desktop" not installed
I'm following the tutorial: A full Python + Kirigami application to learn how to build Python applications using PySide6 and Kirigami for KDE, under Arch Linux and Fedora.
However, when running the ...
1
vote
1
answer
542
views
Cannot switch from user myself back to root using `su` command, it reports authentication failure. `sudo` command not found either [closed]
I am currently using Arch Linux on WSL2, and I am new to it. In the previous time, I mostly used Ubuntu 18.04 on VMWare. I switch to Arch Linux and WSL2 is because I want to explore something new, and ...
0
votes
1
answer
78
views
GDB not detecting GLib auto-load python scripts
Following this article, GDB is installed in the same prefix as glib (I'm using official distro packages. However, when I run info auto-load python-scripts, I get No auto-load scripts. I have enable ...
0
votes
1
answer
271
views
Error installing ruby 3.1.0 with ruby-build on Arch Linux / Manjaro
I'm trying to install Ruby 3.1.0 on my machine, but it fails with:
BUILD FAILED (ManjaroLinux 25.0.2 on x86_64 using ruby-build 20250529.1)
It works with version 3.2.0 and up.
I can't figure what is ...