Hotsauce · Stack Overflow

Score of 0

0 answers

379 views

Quickshell Battery Status Widget Not Updating

I've been trying out Quickshell for my CachyOS Hyprland environment. I made a working clock, workspace switcher, and bluetooth menu. I just can't get the battery status widget to work. The text ...

  • reputation score 1

Score of 0

7 answers

480 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 ...

  • reputation score 21

Score of 0

0 answers

56 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 ...

  • reputation score 552

Score of 0

2 answers

186 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 ...

  • reputation score 48

Score of -1

1 answer

235 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 ...

  • reputation score 3279

Score of 2

1 answer

92 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. ...

  • reputation score 7838

Score of 0

2 answers

253 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. ...

  • reputation score 1

Score of 1

0 answers

433 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 ...

  • reputation score 31

Score of 0

1 answer

100 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 ...

  • reputation score 123

Score of 0

1 answer

321 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 ...

  • reputation score 1355

Score of 1

3 answers

962 views

How could I detect key events in the terminal using C?

My operating system is Arch Linux and my desktop environment uses Wayland. I've been trying to make a small renderer in the terminal which moves the camera around using WASD. I've disabled canonical ...

  • reputation score 42

Read the original on stackoverflow.com ↗