• GNOME/Freedesktop Incompetent Assholes

    From Farley Flud@ff@linux.rocks to comp.os.linux.advocacy,comp.os.linux.misc,alt.os.linux on Mon Oct 7 21:56:48 2024
    From Newsgroup: alt.os.linux

    Note: This post is for GNU/Linux experts only. If you are just another
    distro lackey then, please, fuck off.

    Today, I invoked the Pan newsreader. It would not fucking scroll
    with the mouse wheel. What the friggin' fuck?

    Also, some other GUI programs would not scroll.

    I've had this problem before, and, sure enough, it was libinput,
    a product of GNOME/Freedesktop that was the fault.

    Once again, those incompetent assholes changed their device numbers:

    xinput list-props 8
    ...
    libinput Send Events Modes Available (270): 1, 0
    libinput Send Events Mode Enabled (271): 0, 0
    libinput Send Events Mode Enabled Default (272): 0, 0
    ...

    They changed the "Send Events Mode Enabled" from 269 to 271.

    What the fuck for? Only those incompetent assholes will know.

    In my X/FVWM3 boot I have to change it to:

    xinput --set-prop 8 271 1 0

    Why no fucking advanced notice? Only those incompetent assholes will know.

    GNOME/Freedesktop are the scourge of GNU/Linux. Those bastards are
    just as bad as SYSTEMD -- and that's bad!

    But the stupified distro lackey won't even bat an eye. These useless
    creeps will just use their Ubuntu/Mint/Whatever without an inkling
    into the degeneration wrought by these incompetent assholes.
    --
    Systemd: solving all the problems that you never knew you had.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Joel@joelcrump@gmail.com to comp.os.linux.advocacy,comp.os.linux.misc,alt.os.linux on Mon Oct 7 18:33:11 2024
    From Newsgroup: alt.os.linux

    Farley Flud <ff@linux.rocks> wrote:

    This post is for GNU/Linux experts only. If you are just another
    distro lackey then, please, fuck off.


    "Distro lackeys" are just trying to get the most out of a modern
    machine, dummy. LFS/Gentoo don't really offer that, unless one takes
    some initiative to assemble it. You have failed, miserably, to do
    anything approaching that.
    --
    Joel W. Crump

    Amendment XIV
    Section 1.

    [...] No state shall make or enforce any law which shall
    abridge the privileges or immunities of citizens of the
    United States; nor shall any state deprive any person of
    life, liberty, or property, without due process of law;
    nor deny to any person within its jurisdiction the equal
    protection of the laws.

    Dobbs rewrites this, it is invalid precedent. States are
    liable for denying needed abortions, e.g. TX.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From vallor@vallor@cultnix.org to comp.os.linux.advocacy,comp.os.linux.misc,alt.os.linux on Tue Oct 8 03:01:53 2024
    From Newsgroup: alt.os.linux

    On Mon, 07 Oct 2024 21:56:48 +0000, Farley Flud <ff@linux.rocks> wrote in <pan$bad8$b677bed3$aca0e5e2$5bb3eab5@linux.rocks>:

    xinput --set-prop 8 271 1 0

    As I wrote elsewhere: you're doing it wrong.

    $ cat game_kbd.sh
    #!/bin/bash

    xinput set-prop 'ASUF1204:00 2808:0104 Touchpad' \
    'libinput Disable While Typing Enabled' 0
    exit $?

    Rather than using the numbers, use the string
    constants -- they are less likely to change.
    --
    -v ASUS TUF Dash F15 x86_64 NVIDIA RTX 3060 Mobile
    OS: Linux 5.15.0-122-lowlatency Release: Mint 21.3 Mem: 15.9G
    "Who is "General Failure" and why is he reading my disk?"
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From candycanearter07@candycanearter07@candycanearter07.nomail.afraid to comp.os.linux.advocacy,comp.os.linux.misc,alt.os.linux on Tue Oct 8 19:40:04 2024
    From Newsgroup: alt.os.linux

    vallor <vallor@cultnix.org> wrote at 03:01 this Tuesday (GMT):
    On Mon, 07 Oct 2024 21:56:48 +0000, Farley Flud <ff@linux.rocks> wrote in
    <pan$bad8$b677bed3$aca0e5e2$5bb3eab5@linux.rocks>:

    xinput --set-prop 8 271 1 0

    As I wrote elsewhere: you're doing it wrong.

    $ cat game_kbd.sh
    #!/bin/bash

    xinput set-prop 'ASUF1204:00 2808:0104 Touchpad' \
    'libinput Disable While Typing Enabled' 0
    exit $?

    Rather than using the numbers, use the string
    constants -- they are less likely to change.


    Good to know, thanks. If only the monitor id's would stop changing..
    --
    user <candycane> is generated from /dev/urandom
    --- Synchronet 3.20a-Linux NewsLink 1.114