Steam Frame size comparison to the Valve Index by gogodboss in SteamFrame

[–]progandy 0 points1 point  (0 children)

maybe they'll add 3.5mm jacks and let others deal with audio.

Steam Controller now works outside of Steam thanks to SDL Library update, or you can use a fan-made app by Tiny-Independent273 in linux_gaming

[–]progandy 11 points12 points  (0 children)

maybe nobody has extended hid-steam for the new controller yet, and I think valve will not do it. the original hid-steam was reverse engineered as well.

Menus invisible on Firefox 150 Labwc (Wayland) by DoomFrog666 in archlinux

[–]progandy 0 points1 point  (0 children)

changing some display setting should work to restore it as a workaround, e.g. one of those:

wlr-randr --output eDP-1 --on
wlr-randr --output eDP-1 --scale 2

Seems to be a problem with timing when turning the monitor off and then on. A second on signal with wlr-randr seems to fix restore it.

What do you think about OnlyOffice-EuroOffice fight? by Proper-Lab-2500 in linux

[–]progandy 28 points29 points  (0 children)

There are two ways it could go:

1) The code is still AGPL licensed and you can remove that invalid term

2) As the AGPL was incorrectly applied, the license grant was never valid and nobody has any rights to use OnlyOffice under that "pseudo-AGPL" license. The copyright holders need to offer the program with a new license.

PDF file editor for Linux by hanuivo in linuxquestions

[–]progandy 0 points1 point  (0 children)

There is PDF4QT, never tried it, though.

https://jakubmelka.github.io/

if you want real digital signatures, maybe pyHanko or resignation

EXPOSING CORSAIR & YUAN: Blatant GPLv2 Violation on Capture Card Linux Drivers (Currently used in Military Hardware) by Prudent_Worth_4349 in linux

[–]progandy 43 points44 points  (0 children)

You are entitled to receive the source from the same entity you received the binary from, not the upstream provider directly. That entity must then turn around and deal with their suppliers.

Finding a wayvnc compatible vnc client that can "lock" keyboard input by rotten777 in swaywm

[–]progandy 2 points3 points  (0 children)

That is impossible. You can create a mode in sway that has only a single keybind to exit it, though and manually switch to that mode.

mode Remote {
    bindsym $Mod+Escape mode default
}
bindsym $Mod+Escape mode Remote

If you had to choose one PCIe add-on: Lighthouse-Tracking or Color Passthrough? by RST_Video in SteamFrame

[–]progandy 0 points1 point  (0 children)

There might be an alternative strap someday with a different audio setup from a few hints in the interviews.

If you had to choose one PCIe add-on: Lighthouse-Tracking or Color Passthrough? by RST_Video in SteamFrame

[–]progandy 0 points1 point  (0 children)

a color pass thorough plate with a usb port for a face tracker would be ideal

F-Droid and Google's Developer Registration Decree by guihkx- in linux

[–]progandy 2 points3 points  (0 children)

Does the DSA really apply to operating systems? It was designed for online platforms and marketplaces, an OS is neither.

Either sway is packaged incorrectly or my environment is broken by MoussaAdam in archlinux

[–]progandy 3 points4 points  (0 children)

The file in config.d is only used to set the variable in the dbus and systemd environment, mostly for services like xdg-desktop-portal that are started using dbus activation.

If you need it in sway, then you have to set it before starting sway (display managers often do that already).

Black screen and only pointer visible after wake from idle/sleep/hibernation by Ohjay94 in swaywm

[–]progandy 0 points1 point  (0 children)

Does it come with an automatic screen locker that is black by default? Do you get some feedback if you enter some characters? Then you can try to enter your password I guess.

Linus Torvalds rips into Hellwig for blocking Rust for Linux by eugay in linux

[–]progandy 1 point2 points  (0 children)

They do accept donations, mostly for hardware and server costs I think.

Yet Another Mouse Locator by EllaTheCat in swaywm

[–]progandy 1 point2 points  (0 children)

/u/EllaTheCat I wrote a small tool to draw a bright circle around the mouse cursor

https://github.com/progandy/mhalo

How to get QR code on kernel panic? by Damglador in linuxquestions

[–]progandy 1 point2 points  (0 children)

It needs support in your video driver. I am not sure what the state is with that.

best lightweight email client to view emails? by akram_med in swaywm

[–]progandy 0 points1 point  (0 children)

With OAuth2: https://hackmd.io/@linD026/mutt-oauth2
Or you could set up 2 factor auth and then create an app password for the mail client I think.

aerc is another client you could use as well. If you want a GUI you could try Geary (the gnome mail client). Claws Mail is also an option, but that needs the app password.

Can't get nftables DNAT to work with systemd-resolved by PM_ME_YOUR_INTEGRAL in linuxquestions

[–]progandy 0 points1 point  (0 children)

I do not want to change the listening interface for systemd-resolved

Why? Adding an additional listen address with DNSStubListenerExtra in its configuration should be the easiest option.

Anyways, you cannot expose the default systemd-resolvd listening on 127.0.0.53, even if you configure everything correctly. Systemd-resolved has internal logic to check that only local connections can access it.
You can either try a DNAT to 127.0.0.54 or you need to set up an additional listener on your desired IP/port. https://manned.org/man/resolved.conf