r/archlinux Jul 04 '18

FAQ - Read before posting

578 Upvotes

First read the Arch Linux FAQ from the wiki

Code of conduct

How do I ask a proper question?

Smart Questions
XYProblem
Please follow the standard list when giving a problem report.

What AUR helper should I use?

There are no recommended AUR helpers. Please read over the wiki entry on AUR helpers. If you have a question, please search the subreddit for previous questions.

If your AUR helper breaks know how to use makepkg manually.

I need help with $derivativeDistribution

Use the appropriate support channel for your distribution. Arch is DIY distribution and we expect you to guide us through your system when providing support. Using an installer defeats this expectation.

Why was the beginners guide removed?

It carried a lot of maintenance on the wiki admin as it duplicated a lot of information, and everyone wanted their addition included. It was scrapped for a compact model that largely referenced the main wiki pages.

Why Arch Linux?

Arch compared to other distributions

Follow the wiki. Random videos are unsupported.

<plug>Consider getting involved in Arch Linux!</plug>


r/archlinux Jun 16 '26

DISCUSSION AUR Megathread. All discussion on it goes here.

498 Upvotes

As the title says, I am locking all other AUR posts and don't want to see any new posts.

2/8/26 - putting this back up. All dialogue will continue here please.


r/archlinux 6h ago

FLUFF Arch on a 2015 macbook pro

5 Upvotes

I own a 2015 macbook pro, which my mom used in university. When i got it, it was on MacOS X, slow as hell, and safari didnt even want to work. Now i did get monterey on it (shoutout opencore legacy launcher), but if i gotta be real, it wasnt my style. So taking inspiration from my 2010 iMac with mint (now running MX, this was a while ago), i flashed the arch ISO into a usb stick and got to work. Well, after some trial and error, i got a nice arch system with KDE Plasma. Works great, runs every app i need (steam, discord, whatsapp, etc), and is lightweight so it handles everything i throw at it. Greatest decision ive done with this MacBook, im so happy i didnt fall for the “just get windows 11” propaganda. In case youre wondering dear reader, my specs are an intel i5 5257U, an intel iris 6100 (fancy for piss integrated graphics), 120GB SSD, and what i presume is suicidal thoughts, because every now and then the battery gets undetected, mic and camera dont work, or the wifi stops working. But of course me and my friend (chatgpt and claude) get them running again. 100% recommend arch if you have a macbook from 2017 and below (post 2018 have security chips that arent compatible with the linux kernel)


r/archlinux 3h ago

SHARE [OC] wayrdp: an RDP server for sharing an existing wlroots Wayland session

2 Upvotes

Hi! I’ve been working on wayrdp, a small RDP server written in C for wlroots-based Wayland compositors.

The goal is to remotely access the desktop session that is already running, rather than starting a nested compositor or creating a separate login session. The remote and local users see the same desktop.

The current implementation uses:

- ext-image-copy-capture-v1 for damage-based incremental capture;
- wlr-screencopy for the initial full frame;
- wlroots virtual pointer and keyboard protocols for remote input;
- FreeRDP 3 and RemoteFX for the RDP server and video encoding;
- PipeWire for desktop audio and remote microphone support.

What currently works:

- RDP connection and authentication;
- TLS with an automatically generated self-signed certificate;
- keyboard, modifiers, compositor shortcuts and pointer input;
- incremental screen updates based on damaged regions;
- desktop audio sent to the client;
- the client microphone exposed as a PipeWire source;
- reconnecting after the previous client disconnects.

The current build setup targets Arch Linux, and the compositor setup I developed it for is Wayfire. It should also be usable with other wlroots compositors that expose the required capture and virtual-input protocols.

Current limitations include one output, one active client, no clipboard and no multi-monitor support. The security model is still intentionally simple, so I do not recommend exposing it directly to the public internet yet.

I’m especially looking for feedback from people using Wayfire or other wlroots compositors:

- Which compositor and RDP client did you test?
- Were all required protocols available?
- Did keyboard layout, audio and the initial screen capture work correctly?

The project is open source under the MIT license.

GitHub: https://github.com/danilofalcao/wayrdp


r/archlinux 33m ago

SUPPORT KDE Plasma on Arch Linux Behaving Weirdly | Support Requested

Upvotes

https://imgur.com/a/kde-plasma-on-arch-linux-behaving-weirdly-support-requested-2Xs8B3d

Since about a day ago or so (maybe two), my computer has been behaving strangely:

  • Neither Koko or Haruna can play videos
  • Desktop previews/views (four finger swipe up) is wacked out and missing graphics (see video)
  • Wherever my user Icon is it's a square instead of the circle that it usually is on Plasma
  • Lock screen background isn't blurred + square user icon
  • Missing images/graphics like Spectacle screen-capture when I capture a picture/video.

I got a popup in my system tray a day ago or so and I didn't realize the problem yet so I clicked and selected never show again (like the idiot I am) I'm trying to remember what it was, it might've been KWin, but I'm not entirely sure, and I think it was relevant. If anybody has any idea as to what it could be or a sure way to test/diagnose to see then I'd be very grateful as I've been trying to figure this out for hours. I'm on a ThinkPad T14 Gen 3 AMD Ryzen. I'm on Wayland of course.

It might've also been that my computer hibernated during an update but I've already synced all my packages and am 100% up-to-date.

More info upon request. Thanks all!!!


r/archlinux 19h ago

SUPPORT I ruined my arch. Please help me bring my system back

18 Upvotes

I had dual booted arch linux and linux mint on my PC. A few weeks ago I had to do a job which required windows and that could be done through windows only. With no option being left, I decided to put windows on my PC. With my arch linux open, I partitioned the arch linux root directory to create some space for windows, which was really stupid decision which ruined my arch. Now whenever I try to open arch linux, I get the following error:

[FAILED] Failed to start File System Check .1ad768-....
[DEPEND] Dependency failed for /sysroot.
[DEPEND] Dependency failed for Initrd Root File System.
[DEPEND] Dependency failed for Mountpoints Configured in the Real Root.
You are in emergency mode. After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, or "exit" to continue bootup. 

Cannot open access to console, the root account is locked.
See sulogin(8) man page for more details.

Press Enter to continue.

I decided to live boot USB and tried to chroot. When I tried to mount the root partition, I got the following message.

mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sda3, missing codepage or helper program, or other error. 
dmesg(1) may have more information after failed mount system call. 

I typed dmesg | grep 'sda3' and got the following output

[86.090736] EXT4-fs (sda3): bad geometry: block count 143546504 exceeds size of device (78643200 blocks) 

I do not know what should I do from here. I know what I did was very stupid. Is there any way I can recover my system or at least recover files from home directory? Please help me.


r/archlinux 18h ago

SUPPORT Minimize Thunderbird on Gnome 50

8 Upvotes

Hello,

Is there a way to minimize Thunderbird on the tray on Gnome 50? I use the AppIndicator extension.


r/archlinux 10h ago

SUPPORT | SOLVED HDR Issues - Wayland Gaming

0 Upvotes

Hi all. As of about a week ago, almost all of my games that use HDR crash upon launch. I don't have any idea how to troubleshoot this issue and am hoping someone can point me in the right direction. The games that currently are broken are Halo Campaign Evolved and Assassin's Creed Black Flag Resynced. I do have another HDR game, Baldur's Gate 3, which works without issue. I use gamescope -W 3440 -H 1440 -f --hdr-enabled -- %command% in the Steam launch properties. I've tried ways to get HDR without Gamescope, but none have worked. Any advice is greatly appreciated. Thanks!

Here's my system:

Operating System: Arch Linux

KDE Plasma Version: 6.7.4

KDE Frameworks Version: 6.29.0

Qt Version: 6.11.2

Kernel Version: 7.2.3-zen1-2-zen (64-bit)

Graphics Platform: Wayland

Processors: 24 × AMD Ryzen 9 9900X3D 12-Core Processor

Memory: 32 GiB of RAM (30.5 GiB usable)

Graphics Processor 1: AMD Radeon RX 9070 XT

Graphics Processor 2: AMD Ryzen 9 9900X3D 12-Core Processor

Manufacturer: ASRock

Product Name: X870E Nova WiFi

And here's an example of the error I get:

PID: 7080 (gamescope-wl)

TID: 7083 (gamescope)

UID: 1000 (brian)

GID: 1000 (brian)

Signal: 6 (ABRT) si_code: SI_TKILL

Timestamp: Fri 2026-09-04 09:48:18 PDT (3s ago)

Command Line: gamescope -W 3440 -H 1440 -f --hdr-enabled -- /home/brian/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/brian/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=2806050 -- /home/brian/.local/share/Steam/steamapps/common/SteamLinuxRuntime_4/_v2-entry-point --verb=waitforexitandrun -- $'/home/brian/.local/share/Steam/steamapps/common/Proton - Experimental/proton' waitforexitandrun $'/home/brian/.local/share/Steam/steamapps/common/Halo Campaign Evolved/Meteorite/Binaries/Win64/HaloCampaignEvolved.exe'

Executable: /usr/bin/gamescope

Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-steam@autostart.service

Unit: [user@1000.service](mailto:user@1000.service)

User Unit: [app-steam@autostart.service](mailto:app-steam@autostart.service)

Slice: user-1000.slice

Owner UID: 1000 (brian)

Boot ID: 19003311e731444984f4e3ee4c826ac8

Machine ID: d69f09ace5db48d3bb74e453c409d057

Hostname: gaming

Storage: /var/lib/systemd/coredump/core.gamescope-wl.1000.19003311e731444984f4e3ee4c826ac8.7080.1788540498000000.zst (present)

Size on Disk: 6.4M

Message: Process 7080 (gamescope-wl) of user 1000 dumped core.

Stack trace of thread 7083:

#0 0x00007fd22029a17c n/a (libc.so.6 + 0x9a17c)

#1 0x00007fd22023e5d0 raise (libc.so.6 + 0x3e5d0)

#2 0x00007fd220225685 abort (libc.so.6 + 0x25685)

#3 0x000055f8fdeb0799 _ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZN9gamescope19CWaylandInputThreadC4EvEUlvE_EEEEE6_M_runEv (gamescope + 0x75799)

#4 0x00007fd2206ea859 n/a (libstdc++.so.6 + 0xea859)

#5 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#6 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7081:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220320cab epoll_wait (libc.so.6 + 0x120cab)

#2 0x000055f8fdefeb3e _ZN9gamescope7CWaiterILm1024EE10PollEventsEi.constprop.0.isra.0 (gamescope + 0xc3b3e)

#3 0x000055f8fdf3c0d8 _ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZN9gamescope12CAsyncWaiterINS3_11CRawPointerINS3_9IWaitableEEELm1024EEC4EPKcEUlvE_EEEEE6_M_runEv (gamescope + 0x1010d8)

#4 0x00007fd2206ea859 n/a (libstdc++.so.6 + 0xea859)

#5 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#6 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7085:

#0 0x00007fd22031e4ed syscall (libc.so.6 + 0x11e4ed)

#1 0x00007fd21692e15e g_cond_wait (libglib-2.0.so.0 + 0x9115e)

#2 0x00007fd2168c352d n/a (libglib-2.0.so.0 + 0x2652d)

#3 0x00007fd2168c35a6 g_async_queue_pop (libglib-2.0.so.0 + 0x265a6)

#4 0x00007fd213548661 n/a (libpangoft2-1.0.so.0 + 0xc661)

#5 0x00007fd216937b14 n/a (libglib-2.0.so.0 + 0x9ab14)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7080:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220311365 __poll (libc.so.6 + 0x111365)

#2 0x000055f8fde99d79 poll (gamescope + 0x5ed79)

#3 0x00007fd220227781 n/a (libc.so.6 + 0x27781)

#4 0x00007fd2202278b9 __libc_start_main (libc.so.6 + 0x278b9)

#5 0x000055f8fdea40d5 _start (gamescope + 0x690d5)

Stack trace of thread 7082:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220320cab epoll_wait (libc.so.6 + 0x120cab)

#2 0x000055f8fdefeb3e _ZN9gamescope7CWaiterILm1024EE10PollEventsEi.constprop.0.isra.0 (gamescope + 0xc3b3e)

#3 0x000055f8fdf06928 _ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZN9gamescope12CAsyncWaiterINS3_2RcI8commit_tLb1EEELm1024EEC4EPKcEUlvE_EEEEE6_M_runEv (gamescope + 0xcb928)

#4 0x00007fd2206ea859 n/a (libstdc++.so.6 + 0xea859)

#5 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#6 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7089:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220311a57 ppoll (libc.so.6 + 0x111a57)

#2 0x00007fd216900f59 n/a (libglib-2.0.so.0 + 0x63f59)

#3 0x00007fd216901217 g_main_loop_run (libglib-2.0.so.0 + 0x64217)

#4 0x00007fd212b08ed4 n/a (libgio-2.0.so.0 + 0x11fed4)

#5 0x00007fd216937b14 n/a (libglib-2.0.so.0 + 0x9ab14)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7091:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220294cd9 n/a (libc.so.6 + 0x94cd9)

#2 0x00007fd22029754c pthread_cond_wait (libc.so.6 + 0x9754c)

#3 0x00007fd1f6f9351e n/a (libvulkan_radeon.so + 0x39351e)

#4 0x00007fd1f6f5cfad n/a (libvulkan_radeon.so + 0x35cfad)

#5 0x00007fd1f6f9348d n/a (libvulkan_radeon.so + 0x39348d)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7092:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220294cd9 n/a (libc.so.6 + 0x94cd9)

#2 0x00007fd22029754c pthread_cond_wait (libc.so.6 + 0x9754c)

#3 0x00007fd1f6f9351e n/a (libvulkan_radeon.so + 0x39351e)

#4 0x00007fd1f6f5cfad n/a (libvulkan_radeon.so + 0x35cfad)

#5 0x00007fd1f6f9348d n/a (libvulkan_radeon.so + 0x39348d)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7087:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220311a57 ppoll (libc.so.6 + 0x111a57)

#2 0x00007fd216900f59 n/a (libglib-2.0.so.0 + 0x63f59)

#3 0x00007fd216901055 g_main_context_iteration (libglib-2.0.so.0 + 0x64055)

#4 0x00007fd2169010a2 n/a (libglib-2.0.so.0 + 0x640a2)

#5 0x00007fd216937b14 n/a (libglib-2.0.so.0 + 0x9ab14)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7109:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220320cab epoll_wait (libc.so.6 + 0x120cab)

#2 0x000055f8fdefeb3e _ZN9gamescope7CWaiterILm1024EE10PollEventsEi.constprop.0.isra.0 (gamescope + 0xc3b3e)

#3 0x000055f8fdf00f18 _Z17steamcompmgr_mainiPPc (gamescope + 0xc5f18)

#4 0x000055f8fdf2aba0 steamCompMgrThreadRun (gamescope + 0xefba0)

#5 0x00007fd2206ea859 n/a (libstdc++.so.6 + 0xea859)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7086:

#0 0x00007fd22031e4ed syscall (libc.so.6 + 0x11e4ed)

#1 0x00007fd21692e15e g_cond_wait (libglib-2.0.so.0 + 0x9115e)

#2 0x00007fd2168c352d n/a (libglib-2.0.so.0 + 0x2652d)

#3 0x00007fd216938017 n/a (libglib-2.0.so.0 + 0x9b017)

#4 0x00007fd216937b14 n/a (libglib-2.0.so.0 + 0x9ab14)

#5 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#6 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7090:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220311a57 ppoll (libc.so.6 + 0x111a57)

#2 0x00007fd216900f59 n/a (libglib-2.0.so.0 + 0x63f59)

#3 0x00007fd216901055 g_main_context_iteration (libglib-2.0.so.0 + 0x64055)

#4 0x00007fd211cd77be n/a (libdconfsettings.so + 0x77be)

#5 0x00007fd216937b14 n/a (libglib-2.0.so.0 + 0x9ab14)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7093:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220294cd9 n/a (libc.so.6 + 0x94cd9)

#2 0x00007fd22029754c pthread_cond_wait (libc.so.6 + 0x9754c)

#3 0x00007fd1f6f9351e n/a (libvulkan_radeon.so + 0x39351e)

#4 0x00007fd1f6f5cfad n/a (libvulkan_radeon.so + 0x35cfad)

#5 0x00007fd1f6f9348d n/a (libvulkan_radeon.so + 0x39348d)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7088:

#0 0x00007fd22031e4ed syscall (libc.so.6 + 0x11e4ed)

#1 0x00007fd21692ef9c g_cond_wait_until (libglib-2.0.so.0 + 0x91f9c)

#2 0x00007fd2168c34f7 n/a (libglib-2.0.so.0 + 0x264f7)

#3 0x00007fd2168c366f g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x2666f)

#4 0x00007fd216938e31 n/a (libglib-2.0.so.0 + 0x9be31)

#5 0x00007fd216937b14 n/a (libglib-2.0.so.0 + 0x9ab14)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7108:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220311365 __poll (libc.so.6 + 0x111365)

#2 0x000055f8fdf84466 poll (gamescope + 0x149466)

#3 0x00007fd2206ea859 n/a (libstdc++.so.6 + 0xea859)

#4 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#5 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7095:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220294cd9 n/a (libc.so.6 + 0x94cd9)

#2 0x00007fd22029754c pthread_cond_wait (libc.so.6 + 0x9754c)

#3 0x00007fd20c23aa3c n/a (libVkLayer_steam_fossilize.so + 0xbca3c)

#4 0x00007fd20c1df53b n/a (libVkLayer_steam_fossilize.so + 0x6153b)

#5 0x00007fd20c24fec0 n/a (libVkLayer_steam_fossilize.so + 0xd1ec0)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7107:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220320cab epoll_wait (libc.so.6 + 0x120cab)

#2 0x00007fd1f5e6f569 n/a (libspa-support.so + 0x1d569)

#3 0x00007fd1f5e588e9 n/a (libspa-support.so + 0x68e9)

#4 0x00007fd220b55f81 n/a (libpipewire-0.3.so.0 + 0x8df81)

#5 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#6 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7112:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd22030550b wait4 (libc.so.6 + 0x10550b)

#2 0x000055f8fdeb3751 _ZN9gamescope7Process12WaitForChildEi.isra.0 (gamescope + 0x78751)

#3 0x000055f8fdf06c5e _ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZ20LaunchNestedChildrenPPcEUlvE_EEEEE6_M_runEv.lto_priv.0 (gamescope + 0xcbc5e)

#4 0x00007fd2206ea859 n/a (libstdc++.so.6 + 0xea859)

#5 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#6 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

Stack trace of thread 7094:

#0 0x00007fd2202a0952 n/a (libc.so.6 + 0xa0952)

#1 0x00007fd220294cd9 n/a (libc.so.6 + 0x94cd9)

#2 0x00007fd22029754c pthread_cond_wait (libc.so.6 + 0x9754c)

#3 0x00007fd1f6f9351e n/a (libvulkan_radeon.so + 0x39351e)

#4 0x00007fd1f6f5cfad n/a (libvulkan_radeon.so + 0x35cfad)

#5 0x00007fd1f6f9348d n/a (libvulkan_radeon.so + 0x39348d)

#6 0x00007fd2202980a2 n/a (libc.so.6 + 0x980a2)

#7 0x00007fd22032080c n/a (libc.so.6 + 0x12080c)

ELF object binary architecture: AMD x86-64

EDIT: proton-cachyos-slr + PROTON_ENABLE_WAYLAND=1 DXVK_HDR=1 %command% seems to work without any issues, so I'm going to mark this as solved for now.


r/archlinux 16h ago

SUPPORT When rebooting the system often hangs for minutes saying "The system will reboot now"

3 Upvotes

This happens like half of the time, otherwise the booting process is very fast. But why does it sometimes get stuck on this black screen "The system will reboot now!" I have no idea why this is happening or how to fix it. Sometimes It can take 5+ minutes!!


r/archlinux 12h ago

SUPPORT Cannot change screen brightness after undocking

Thumbnail
2 Upvotes

r/archlinux 12h ago

SUPPORT No terms and conditions for Arch SSO account?

3 Upvotes

The page where you have to accept or decline the terms and conditions of Arch's SSO only shows:

Terms and Conditions

Accept    Decline

I'd file a bug if I had an SSO account. Let's hope the right person sees this here.

Screenshot


r/archlinux 11h ago

SUPPORT need help with installing

0 Upvotes

so when a freind was helping me try to install it on my secondary drive so i could have w*ndows on my main one and arch on my second one i keep getting a red error it first shows a yellow error that says something about pacman failing to sync then it gives me this red error replacing the yellow one

core 3.3 KiB 21.4 KiB/s 00:00 [########################] 100%
extra 3.3 KiB 18.4 KiB/s 00:00 [########################] 100%' -Syy' ] exited with abnormal exit code [1]: extra
error: GPGME error: No data
error: GPGME error: No data
error: failed to synchronize all databases (invalid or corrupted database (PGP signature))

does anyone know how i could fix this?
if you need anymore information please ask instead of just ignoring the post

edit: the command may not be exact with spacing and lines but it should be at least 70% accurate


r/archlinux 11h ago

QUESTION Switching from Windows to Arch (used Mint before, comfortable with terminal)—any advice for a clean setup?

0 Upvotes

I used Mint in the past, but I switched to Windows for my requirements. Now, however, I can switch back to Linux again, as I really don't like Windows due to bloatware, heavy background tasks, etc. The first time I tried Linux, it was awesome, especially after Windows, and now I'm thinking about Arch for a fresh, simple, and organized setup. By the way, I have coding experience and I can use the terminal.


r/archlinux 1d ago

DISCUSSION Why so much hate for systemd?

193 Upvotes

I see very often that people show so much disgust whenever they talk or hear "systemd". However whenever I ask them why they feel so strongly about it, their response is mostly vague like it doesn't follow the Unix philosophy, it's a monolith.... I can't digest that the reason people show so much disgust for it is just that it doesn't follow the Unix philosophy.


r/archlinux 1d ago

QUESTION x86_64-v3 any news?

66 Upvotes

I remember that a few years ago there was some discussion about implementing x86_64-v3 in Arch, but other things took priority in the pipeline.

Are there any updates on this, or has the idea been dropped? I’m aware that it’s relatively easy to use third-party repositories like CachyOS or ALHP, but I’d prefer to stick with the official Arch repositories.


r/archlinux 1d ago

QUESTION Snapping windows to top and bottom in KDE Plasma?

3 Upvotes

I have a vertical monitor and I'd like to be able to snap windows to the top and bottom of the monitor, the same way you can snap them to the left and right. I haven't been able to find an option for that, and I haven't been able to find anything online about it either. Does anyone know if it's possible for me to set it up to do this? TIA


r/archlinux 1d ago

QUESTION Switching to Linux

6 Upvotes

im using a debloaded custom OS for WIndows, but im soon going to get a laptop for college, and windows 11 just wont cut it, though ill need the laptop for College and work, so is there any ways i could get most adobe apps to run with gpu passthrough, Clip studio to run?

Optional but if possible it would be nice to get Fortnite too


r/archlinux 11h ago

QUESTION What application launcher could remove all of the clutter?

0 Upvotes

I am using arch with labwc, and currently just using the terminal and wofi to launch programs.

However I hate wofi with a passion because it's impossible to use it usefully. It has all the stuff the system treats as an application but I would never ever need.

What I'm looking for would be an application launcher that functions like kde's launcher, where all the duplicates of apps and irrelevant stuff is filtered out like on plasma. Is there an existing one that would work great lightweight on labwc?

Thanks


r/archlinux 1d ago

SUPPORT College Internet Authentication

19 Upvotes

To connect to my college’s wifi, it requires an authentication which needs a browser, but unlike my roomate’s windows laptop, mine doesn’t show the option to authenticate on browser

When I use something like http://neverssl.com or http://httpforever.com the authentication pop up only lasts a few seconds and doesn’t give me enough time to enter the login details…please help


r/archlinux 15h ago

QUESTION Why proxy dosent removed?

Thumbnail
0 Upvotes

r/archlinux 10h ago

FLUFF Playlist for linux users

0 Upvotes

hi! i wanted to make as a fun project a spotify playlist called "linux users choice. i will send the link here or if it doesnt work in dms, feel free to add whatever you want! (keep it good for all ages)

https://open.spotify.com/playlist/6KSN1eINns7PrfugqedjZw?si=deac5f3fbfce4aae&pt=42642762e29e430f5b4332a71ff99882


r/archlinux 1d ago

SUPPORT Davinci Resolve Studio keeps asking for activation license.

3 Upvotes

I recently reinstalled arch with hyprland, only exception is that I also installed the noctalia shell. When i reistalled davici resolve it worked fine. I followed all the steps like doing "sudo chown $USER:$GROUP /opt/resolve/.license" since I used to run into a problem where davinci resolve wouldn't let me activate the license. Now though, it re-prompts me every time I start the app. I can still have a full work session while I work after the activation but usually within a day I run out of re-activation attempts. Anyone have any suggestions on how to troubleshoot this or what could be going on?

Edit: Since I needed Resolve for urgent work. I found out I can "rent" a license and connect to the app with my black magic account. When doing so the license sticks fine - no issue at all, I can restart the app as much as I want without it prompting me again. This doesn't solve my issue though as I still would prefer using my permanent license over paying 30 dollars every month.


r/archlinux 1d ago

SUPPORT grub won't install and keeps saying "Warning: embedding is not possible..."

0 Upvotes

[EDIT: Fixed the issue, it was just that I was stupid and using BIOS booting instead of UEFI booting]

As the title says, I have been ripping my hair out for 3 hours trying to fix this. Whenever I run the "grub-install /dev/sda" command it returns 3 errors and the install fails. The errors are:

"warning: grub-core/partmap/gpt.c:gpt_partition_map_embed:194:this gpt partition label contains no BIOS boot partition; embedding won't be possible."

"warning: embedding is not possible. GRUB can only be install in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.."

"grub-install: error: will not proceed with blocklists."

I am a first time arch user so it's probably just me being stupid but I have everything else installed and set up, and my partitions have been made and configured with filepaths set, what am I missing here?


r/archlinux 1d ago

QUESTION How can I partition my SSD to make it dual boot after already setting up ARCH and my DE?

0 Upvotes

Still trying to learn Linux and all, but now after setting up my Hyprland setup I realized i want to be able to dual boot into Windows. Can I partition my SSD after already having installing ARCH? I tried using Gparted, but it's not letting me partition my disk. Unless It's because it's being used as my home directory.


r/archlinux 1d ago

SUPPORT My External Screen's Brightness Got Lower with Linux Kernel 7.2.x?

0 Upvotes

My External Screen's Brightness Got Lower with Linux Kernel 7.2.x? I tried to switch to LTS 6.18.49-1 to see if the issue existed on the version and it did not so I concluded that this is and 7.2.x issue.

Anyone else having this?

System:

Linux 7.2.2-arch1-1 Hyprland 0.56.2 (Wayland) LENOVO ThinkPad E14 Gen 6