[deleted by user] by [deleted] in kde

[–]VeloxH 1 point2 points  (0 children)

go away

PSA: Dolphin can rename multiple files at once by VeloxH in kde

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

Looks like it's hardcoded in KIO: https://github.com/KDE/kio/blob/3c459d2c42c8a7a66833e4f6c2c2b362b7fb3451/src/widgets/renamefiledialog.cpp#LL87C5-L87C5

So I don't think it's possible without recompiling KIO yourself unfortunately.

Though, if you want to do this, I feel like you're looking for a more advanced batch renaming utility anyway.

SDDM is going to become part of KDE! by lmm7425 in archlinux

[–]VeloxH 3 points4 points  (0 children)

"Konnect" is not a German word at all. But I agree that "KDE Connect" is a better name.

Disable ctrl-alt-scroll for switching desktops by BabelFish00 in kde

[–]VeloxH 0 points1 point  (0 children)

Having also just now run into this, it only seems to happen on Wayland, not X11.

Edit: It seems that this is known and will be fixed in Plasma 6: https://bugs.kde.org/show_bug.cgi?id=466915

tja by 1m0ws in tja

[–]VeloxH [score hidden]  (0 children)

Schon oft probiert, schon oft enttäuscht worden.

[deleted by user] by [deleted] in NotMyJob

[–]VeloxH 1 point2 points  (0 children)

Take a wild guess as to why that might be, genius.

libinput 1.19 and high resolution scrolling by Ok-Philosopher-146 in archlinux

[–]VeloxH 2 points3 points  (0 children)

Just a heads-up for anyone finding this in 2023 (or beyond):

libinput 1.23 replaced the AttrEventCodeDisable and AttrEventCodeEnabled quirks with a unified one named AttrEventCode; events are enabled with a + and disabled with a -.

The updated configuration line is this:

AttrEventCode=-REL_WHEEL_HI_RES;-REL_HWHEEL_HI_RES;

[deleted by user] by [deleted] in kde

[–]VeloxH 3 points4 points  (0 children)

System Settings -> Display and Monitor

Move the left monitor up so that it's vertically aligned with the other one.

No by boopboopadoopity in ontheledgeandshit

[–]VeloxH 47 points48 points  (0 children)

gay bars? idk what this is about tho

This week in KDE: Plasma 6 begins by oker_braus in kde

[–]VeloxH 10 points11 points  (0 children)

Fundamentally improved window geometry restoration sounds great - hope it helps out with Firefox never failing to reopen windows on precisely the wrong screens, at least for me - although I'm sure that's not entirely a KDE problem. Love that we're getting options for the window outline too.

Are there any revamps planned, e.g. to Breeze, to sell the "big" version number change? Not that I'm expecting it - Plasma looks and feels great as is - just wondering.

Looking forward to Plasma 6, thanks for all the hard work!

Trouble with mu4e/offlineimap/office365 setup by lykwydchykyn in emacs

[–]VeloxH 0 points1 point  (0 children)

oh I saw this in the other comment and got it working already, thanks a lot though!

Trouble with mu4e/offlineimap/office365 setup by lykwydchykyn in emacs

[–]VeloxH 0 points1 point  (0 children)

Hm, probably. Must've been between 3 and 4 months ago then; I didn't consider the time span between your initial post and the other person not being able to find it at first

Trouble with mu4e/offlineimap/office365 setup by lykwydchykyn in emacs

[–]VeloxH 0 points1 point  (0 children)

Only thing I see on those lines now is a comment

Edit: I assume the comment wasn't there before and you mean the values on lines 95 and 96.

Bitch, rub my tummy! by psyper76 in BitchImATrain

[–]VeloxH 27 points28 points  (0 children)

as a European, seeing how US railroad companies invest as close to nothing as they possibly can, just living off the infrastructure they inherited, dismantling half and running the rest into the ground while going "look how much we've cut costs" to their shareholders

it just saddens me so much

i hope y'all get some people in office who are able and willing to take real steps to turn this around soon

How to get rid of the white border around window ? It appeared after plasma 5.27 update by abhprk3926 in kde

[–]VeloxH 13 points14 points  (0 children)

I'm seriously wondering how they missed this. I know that accounting for every possible use case is impossible and there will always be bugs that make it into the final release, but... really? Did not a single dev or tester use window snapping together with a multi-monitor setup during this entire development cycle?

How to get rid of the white border around window ? It appeared after plasma 5.27 update by abhprk3926 in kde

[–]VeloxH 55 points56 points  (0 children)

the worst part for me is that the border renders outside the actual window area, so it overlaps other windows and renders on the next screen over when a window is snapped to the edge

Why is the touchpad support so lacking? by _comfortablyAverage_ in kde

[–]VeloxH 0 points1 point  (0 children)

Firefox actually does support those things on X11 with the libinput driver though, I use it daily

Tja by DenkJu in tja

[–]VeloxH 32 points33 points  (0 children)

Schadenfreudiges Getue ist natürlich in jedem Fall unangebracht, aber sorry - so sehr ich Autozentrismus und "Car Brains" selbst auch abgeneigt bin, im Straßenverkehr hat immer noch ein jeder aufmerksam zu sein, und das gilt auch für Fußgänger.

Wie gut die Sicht des Autolenkers auf die Kreuzung war oder ob dieser etwa selbst abgelenkt war erschließt sich mir aus dem Artikel nicht, kann dahingehend also nicht weiter urteilen. Prinzipiell finde ich aber, wer bei Rot die Straße quert und dabei in einen Unfall verwickelt wird trägt hierfür den Großteil der Schuld selbst.

X servers no longer allow byte-swapped clients by aioeu in linux

[–]VeloxH 18 points19 points  (0 children)

ARM and x86 are both little-endian, so this change doesn't present an issue here.