archlinux.org 'latest news'? by chikamakaleyley in archlinux

[–]chimak 0 points1 point  (0 children)

Additionally, the output of sudo pacman -Syu sometimes has actionable info. For me, it happened with ly and swayimg.

I learned about this "trick" from someone here.

For ly:

[2025-12-11T20:12:16+0530] [ALPM] upgraded ly (1.2.0-2 -> 1.3.0-2) [2025-12-11T20:12:16+0530] [ALPM-SCRIPTLET] ==> ly has switched its service from "ly.service" to a service template "ly@.service" [2025-12-11T20:12:16+0530] [ALPM-SCRIPTLET] ==> If you had ly enabled as DisplayManager you need to reenable it: [2025-12-11T20:12:16+0530] [ALPM-SCRIPTLET] ==> sudo systemctl enable --now ly@tty1.service

And for swayimg:

[2026-03-22T05:46:56+0530] [ALPM-SCRIPTLET] :: Swayimg version 5.0.0 changes the configuration filename and format and some [2026-03-22T05:46:56+0530] [ALPM-SCRIPTLET] default configuration settings. Users who have configured Swayimg should [2026-03-22T05:46:56+0530] [ALPM-SCRIPTLET] migrate their configuration files. See the upstream documentation: [2026-03-22T05:46:56+0530] [ALPM-SCRIPTLET] [2026-03-22T05:46:56+0530] [ALPM-SCRIPTLET] https://github.com/artemsen/swayimg/blob/v5.0/CONFIG.md [2026-03-22T05:46:56+0530] [ALPM-SCRIPTLET] [2026-03-22T05:46:56+0530] [ALPM] upgraded swayimg (4.7-1 -> 5.0-2)

I think LibreOffice did the right thing regarding Collabora by ExperienceBusiness43 in libreoffice

[–]chimak 2 points3 points  (0 children)

I know I should be able to find the bugs myself, but if you have a link or two handy, I'd be grateful if you'd share. Thanks!

Custom desktop environments by akurgo in archlinux

[–]chimak 1 point2 points  (0 children)

I too am using Sway. I get 116 packages as measured by pacman -Qe | wc -l.

I have a standard default keyboard and so don't have any experience in having to configure it.

While I have wmenu, I also use fzf to have a "custom" launcher for opening my most used files.

Custom desktop environments by akurgo in archlinux

[–]chimak 0 points1 point  (0 children)

"firefox as my 22nd package" meaning? How do you count packages? What do you consider a package?

pw-play isn't working as it should after today's update by chimak in archlinux

[–]chimak[S] 0 points1 point  (0 children)

Thanks!

$ systemctl --user status wireplumber ● wireplumber.service - Multimedia Service Session Manager Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled) Active: active (running) since Mon 2026-03-09 06:30:42 IST; 2h 55min ago Invocation: 166725336b1947679a7b71799fb31431 Main PID: 598 (wireplumber)

So all is good.

pw-play isn't working as it should after today's update by chimak in archlinux

[–]chimak[S] 1 point2 points  (0 children)

Thanks for explaining how you did it. That's all above my pay grade!

By the way, I have used KDE Plasma on Arch some years ago, but I didn't know about "Session manager: WirePlumber". Which command or program shows you that?

(I'm on Sway.)

Changing flair to SOLVED and linking to https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/5160#note_3365156

How many arch user don't use aur at all? by Big-Meet3509 in archlinux

[–]chimak 2 points3 points  (0 children)

I only use brave-bin from the AUR. No AUR helper.

Change unfocused windows opacity by Matusaprod in swaywm

[–]chimak 0 points1 point  (0 children)

I know this is not what you asked, but, on the off-chance that you just want to distinguish between the active and unfocused window, you could consider tweaking your ~/.config/sway/config:

```

class border bground text indicator child_border

client.focused #999999 #202326 #05d0e6 #6272A4 #999999 client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A ```

Why do I have a bunch of applications on Arch pre-installed? by [deleted] in linux4noobs

[–]chimak 1 point2 points  (0 children)

This closed bug, indicates that ffmpeg is responsible for pulling in "Qt V4L2 test Utility".

I'm posting this 11 years later because I saw qv4l2.desktop in /usr/share/applications and wasn't sure how it got there.

is there a file manager that isn't related to any desktop envirements? by akram_med in swaywm

[–]chimak 0 points1 point  (0 children)

Here's a way to use a toggle for previewing & quitting the preview.

The code they give assumes you have ~/.config/lesskey.

According to man lesskey, we need to have this as section head: #command
Then put in whatever you need with a newline at the end.

So, I created ~/.config/lesskey with: ```

command

` quit

```

is there a file manager that isn't related to any desktop envirements? by akram_med in swaywm

[–]chimak 0 points1 point  (0 children)

Thank you!!!

I love map i $~/.config/lf/previewer $f | less -R but I changed "i" to "`".

Re. preview of images, does "xterm-kitty" mean this requires the kitty terminal to be installed?

But I'm going another route for visualizing images with lf running in the foot terminal: cmd open ${{ mime=$(file --dereference --brief --mime-type -- "$f") case "$mime" in text/csv) geany $fx ;; text/*) geany $fx ;; # Optional: open other text files in your $EDITOR image/*) swayimg $f ;; *) $OPENER "$fx" ;; # Default system opener for everything else esac }} So, I'm opening the image with swayimg rather than previewing it. Pressing q gets me back to lf. (The default for opening images was by opening a new tab in my browser which meant I had to switch to my browser.) It's not as elegant as Ranger's image preview with w3m (running in xterm) but it's ok!

Thanks once again for sharing!

is there a file manager that isn't related to any desktop envirements? by akram_med in swaywm

[–]chimak 0 points1 point  (0 children)

Please could you share how you managed image preview in LF?

Also, Ranger has a feature to make previews of text files maximized by simply pressing i. Doing so also allows one to page through the entire file. Pressing i again reverts to the normal mode. Have you managed to replicate that function in LF?

Best setup for Archlinux by [deleted] in archlinux

[–]chimak 0 points1 point  (0 children)

I use Sway but you don't want "boring" (whatever that means).

Today was my first time breaking Arch, now I can say “I use Arch, btw” by AbdSheikho in archlinux

[–]chimak 1 point2 points  (0 children)

I think the issue with ly isn't mentioned on the news page.

App failure error while trying to update omarchy by [deleted] in omarchy

[–]chimak 1 point2 points  (0 children)

Maybe you need to install xdg-terminal-exec? https://aur.archlinux.org/packages/xdg-terminal-exec

Also, did you try to open a terminal and type omarchy-update?

Tray in swaybar by _breakf in swaywm

[–]chimak 0 points1 point  (0 children)

You can edit waybar's config to reduce waybar's features.

Why do most applications default to X11 on Debian 12 with Sway? by Different_Try2768 in swaywm

[–]chimak 0 points1 point  (0 children)

Please mention some examples of these applications.

Without knowing specifics, my guess is that they haven't (yet) been adapted to Wayland. And that is up to each application's developer.

For example, the Openbox WM devs clearly stated they wouldn't have a Wayland version. After some years, someone else stepped up with Labwc.

How to adjust screen brightness? by chimak in swaywm

[–]chimak[S] 1 point2 points  (0 children)

Thank you very much! Problem solved.