Nidrop
Nidrop
I confirm the problem in fedora 35. This is appimage issue. It seems to be a compatibility problem with the system programs and libraries that come with appimage. You can...
if wayfire didn't set `XDG_SESSION_TYPE` (`env` to check) u can try to set it manually for current terminal session: ``` export XDG_SESSION_TYPE=wayland ``` @ThatGeekyWeeb I'm not an alpine user but...
I don't have HDD with me now, but there is output from USB stick if needed: ``` user@user-pc:~$ sudo eject -v /dev/sdc eject: имя устройства - '/dev/sdc' eject: /dev/sdc: не...
now I have 2 external HDDs: Seagate: ST1000LM048-2E7172 and Western Digital: WD5000LMVW-11VEDS2. Both works differently. Also I found that `hdparm` can change power mode: `-S` for active/idle, `-y` for standby,...
Does xdg specification say anything about closing .desktop apps on logout? I just experienced some strange behavior. My setup: KDE, SDDM and pipewire.desktop. `cat /etc/pipewire/pipewire.conf.d/*`: ``` context.exec = [ {...
I am interested in cross-platform GUI implementations, but I don't know much about GUIs Is your GUI (editor and in-game) using immediate or retained mode? Was it based on something...
Same question. Chromium can use both. Chromium from flatpak works ok, but chromium from Nix fails to run Vulkan. For testing: Enable `chrome://flags/#enable-vulkan`, optionally `chrome://flags/#ignore-gpu-blacklist`, restart and check `chrome://gpu/`. If...
@seitenca Does OpenGL also work in you case?
@seitenca I confirm it. Brave works even without `nixVulkanIntel` in my case (idk why). `nixGL brave`: ``` Graphics Feature Status Canvas: Hardware accelerated Canvas out-of-process rasterization: Disabled Direct Rendering Display...
@kbdharun Does apx consider the CPU architecture when initializing the container?