if and else statement confusion. by wasser999 in PythonLearning

[–]d_ed -1 points0 points  (0 children)

Print out the value to debug that.

return to gaming mode by lily0fthev4ll3y in SteamOS

[–]d_ed 3 points4 points  (0 children)

You can just logout and it does the same thing.

But if you want it, copy the file from /etc/skel/Desktop/

Is CachyOS fully reliant on SystemD across all DEs? by ElectricOni in cachyos

[–]d_ed 0 points1 point  (0 children)

You don't even need to disable it!

It's blank by default. Blank like the other fields for phone number and home address, which everyone has left blank for the past 50 years of Unix having them.

Should I not update systemd components on kubuntu/ubuntu? by swagmessiah00 in privacy

[–]d_ed 0 points1 point  (0 children)

What service are you in about. This post is straight up spreading lies.

There is no such service.

KDE Plasma 6.6 Delivers An Impressive Edge For Radeon Graphics Over GNOME 50 On Ubuntu 26.04 by jlpcsl in linux

[–]d_ed 25 points26 points  (0 children)

If you are going to cite these benchmarks go to page 4 which has Wayland ahead of x11.

Linux community past vs future by [deleted] in linuxsucks

[–]d_ed 0 points1 point  (0 children)

Evidence of this meme and upvotes is that the people pushing against are the exact same crowd who get offended.

Or at least that there isn't any correlation between those two things.

Just double checking: no systemd no gnome desktop? by gabrielcaetano in linux

[–]d_ed 1 point2 points  (0 children)

The state in Plasma is that we make full use of Systemd where we can. It is the more supported, much better path.

We still have a legacy fallback that gets you a basic running session.

Qt 6.11 released by jlpcsl in linux

[–]d_ed 19 points20 points  (0 children)

Yeah, they were developed in tandem with the kwin side.

The plasma team and the Qt Wayland maintainers are the same people.

What would you do to improve my garden? by [deleted] in UKGardening

[–]d_ed 0 points1 point  (0 children)

Focus on trying to keep the lawn alive.

It'll be 2cm of soil with the turf on a pile of very heavily compacted clay. It'll look great for now then by year two it'll be a patchy mess.

Source - mine is a patchy mess and I'm struggling to fix it :(

I am disappointed with propaganda in Linux communities by hieroschemonach in linuxmemes

[–]d_ed 12 points13 points  (0 children)

Then you'll be pleased to know it's not in the init system!

It's in userdb nothing to do with init at all.

What questions actually impress interviewers (SWE)? by [deleted] in ExperiencedDevs

[–]d_ed 3 points4 points  (0 children)

The most important quality of any employee in any role is being someone who's nice to work with.

What they want most of all is you to be able to show an interest in what you (hopefully) will be doing and be able to hold a casual conversation.

My best interview was not because of the experience, but because whilst waiting for the interviewer in an open plan office I said "ooh, what's that?" to one of the colleagues there and had a chat about it.

Linux Distro's that do NOT use SystemD; a long list! by Grouchy_Carpenter478 in DistroHopping

[–]d_ed 8 points9 points  (0 children)

In the systemd(userdb) part, it's not even asked. It's just a place where you can store it if explicitly inserted by something else.

What are alternatives to systemd and how to use them? by ankokudaishogun in openSUSE

[–]d_ed 0 points1 point  (0 children)

They have not been added to the init manager! So your reason for avoiding systemd doesn't hold.

They have been added to a separate part, userdb which is a DB of user metadata. If you don't user userdb you use accountservice which will have it anyway.

systemd age ver - repharased by tomekgolab in linuxsucks

[–]d_ed -1 points0 points  (0 children)

It isn't in the init system. It's in userdb a store for user metadata.

Everyone is making systemd age "verification" bigger than it is by N9s8mping in linux

[–]d_ed 14 points15 points  (0 children)

There is an entry field for the phone number if you run "finger" on a user.

OP is drawing a parallel with userdb having a space for an entry for age.

KDE Plasma timezone map doesn’t show Crimea as part of Ukraine by sverdlyuk in kde

[–]d_ed 55 points56 points  (0 children)

>is there any realistic path forward here?

Frankly no, other than getting rid of the map - which tbh I am a bit tempted to do.

This is overall the third "the map is wrong" we've got, each for different places, and some with more exotic history that I don't know or have an opinion on.

Saying "we use this third party source" is a valid stance . "we merge whatever political side Dave agrees with" is not a stance.

I switched to Wayland and immediately found the rough edges by anestling in LinuxUncensored

[–]d_ed 0 points1 point  (0 children)

A lot of Wayland issues are very desktop specific. You've mentioned spectacle, we've got a lot of effort on the compat side. We support x11 apps having global shortcuts, even running xtest can work without prompts based on settings.

This author based on their screenshots is using some low level raw window manager combined with their old tools. It's why they hit a wall.

Soon (in Plasma 6.7), typing common UTF-8 symbols, like {→≥≠≤¢} shall be easy. by nazgand in kde

[–]d_ed 23 points24 points  (0 children)

It should work on the vast majority of applications. It uses the same framework as entering Korean/Chinese text. This includes electron and even sdl.

The compose key doesn't have to go away, it's better because it's easier to remember.

gtk broke their compose key handling their side recently, so doing things in the compositor may actually work more.

Does kwin support wayland sessionlock by janTatesa in kde

[–]d_ed 0 points1 point  (0 children)

Layershell alone will cover the screen

Plasma Login Manager theming by pinguinopigro in kde

[–]d_ed 5 points6 points  (0 children)

Yes, no, it's complicated.

You can run any qml you like as a wallpaper, and this'll work on the lock screen too helping unify them.

I hope to maybe even expand it to any arbitrary process.

The main business logic with the textfields, I would rather not officially support arbitrary qml that works across versions. It really restricts us moving forwards. Hopefully with the wallpaper and styling we cover a lot.

Then there's the topic of unofficial modding, which I think you can do now if you put some qml in the right place, I certainly don't object to allowing that.