You are getting this from Xwayland, so you’re running a rootless X server in the background. It’s nice that it works seamlessly, but it’s not really Wayland doing anything but managing the X window.
- 0 Posts
- 50 Comments
themoken@startrek.websiteto Technology@lemmy.world•Why the U.S. Should Sanction India Over Scam Call CentersEnglish6·24 days agoAgreed. It’s one thing if it’s climate change or something where we at least need to put a plan out there even if there’s zero chance of it happening, but for basic common sense stuff like this don’t bother. If we ever get back to trying to make average American lives better with the government, this is low hanging fruit.
I don’t have experience with MSI recently, but I’d be really surprised if you couldn’t flash a new BIOS off the system partition or FAT32 USB. You may not be able to update from Linux directly, but almost all motherboards I’ve seen support doing it from the BIOS interface.
themoken@startrek.websiteto Linux@lemmy.ml•All good things come to an end: Shutting down Clear Linux OS40·2 months agoIntel has been struggling overall, and lately has been letting some of its Linux engineers go. Nothing absolutely fundamental has been affected yet (AFAICT) but I guess Clear Linux didn’t make the cut.
themoken@startrek.websiteto unions@lemmy.ml•San Diego labor unions turned apartments into a cash machine5·2 months agoSeriously. It’s great to see unions gain power, but there’s a giant conflict of interest in becoming a landlord to do that.
themoken@startrek.websiteto Linux@lemmy.ml•Black screen on wake from suspend on game mode2·3 months agoIt would allow SSH if the desktop is locked, they’re separate. If you can get in via SSH then you can poke around logs like dmesg and see what’s up. There will probably be some messages to give you something more specific to search with.
themoken@startrek.websiteto Technology@lemmy.world•Experts warn mobile sports betting could be gateway to gambling crisis for young men in New YorkEnglish48·3 months agoSports gambling is just terrible for everyone except the bloodsuckers that run it. Sports teams don’t want it because it incentivizes cheating / rigging games. Personal bankruptcy and domestic abuse skyrocket when people lose money they can’t afford to lose. Now the apps feed an unstable addiction literally all day long.
Thanks to the Supreme Court for pulling a bullshit ruling out of their collective asses in 2018 that makes everything worse for average Americans.
Shit, I don’t even gamble and I’m just sick of their logos and ads all over every thing when I watch a game. Used to be they had “Gambling Prohibited” up around the stadium, now they may as well own the teams.
themoken@startrek.websiteto Technology@lemmy.world•Valve CEO Gabe Newell’s Neuralink competitor is expecting its first brain chip this yearEnglish18·4 months agoPace makers keep you from dying so they’re sort of on a different level of need. Also, if corps did planned obsolescence on one, you’re probably not around to buy another.
If they were invented today, they would definitely have a predatory subscription model for “monitoring” your heart, or require occasional maintenance at cost to the end user.
themoken@startrek.websiteto Technology@lemmy.world•Half-Life 3 Has Been Designed to be ‘The Final Chapter’, It’s ClaimedEnglish161·4 months agoThe prequels were redeemed? That’s news to me.
themoken@startrek.websiteto Technology@lemmy.world•AI headphones translate multiple speakers at once, cloning their voices in 3D soundEnglish9·4 months agoI’m with you on 1 and 2, but “reduced lingual skills” I think is a bit of a stretch. Becoming fluent in another language takes a lot of effort and people only do it if they have a good long term reason.
I think it’s more likely this would cover the vacation / short term business case that is already covered by human interpreters (or apps already) instead.
themoken@startrek.websiteto Linux@lemmy.ml•Atomic Linux Distros: What Barriers Stand Between You and Making the Switch?11·5 months agoI agree. I have become more amenable to things like Flatpak or Podman/Docker to keep the base system from being cluttered up with weird dependencies, but for the most part it doesn’t seem like there’s a huge upside to going full atomic if you’re already comfortable.
themoken@startrek.websiteto unions@lemmy.ml•Alamo Drafthouse Workers Respond to Mass Layoffs7·8 months agoI organize with Drafthouse in Austin and they did the same here a week or two ago. Just blatant union busting in the guise of layoffs.
themoken@startrek.websiteto Linux@lemmy.ml•After many years on GNOME, I finally switched to Plasma.11·8 months agoGNOME 3 introduced the current shell paradigm where you don’t really have a start menu but a variety of searches, integrated indicators, per-app desktops with a dock etc.
Before, it was far more conventional experience like Plasma/Windows/Cinnamon are now. GNOME 2 was forked to be the MATE desktop if you want to check it out.
themoken@startrek.websiteto Linux@lemmy.ml•I cannot enable `HAVE_KPROBES_ON_FTRACE` - Kernel compile1·8 months agoBasically just start with what you’re aiming to enable and work backwards (as you’ve started to do). With judicious use of grep find out where that symbol is defined. If it’s in arch configs for other arches but not your own, it’s probably that.
There may be better tools out there to do this, but in my experience just sleuthing it out a bit will answer your question. The Kconfig system can be complex, but the files are pretty readable.
themoken@startrek.websiteto Technology@lemmy.world•LG discontinues all UHD Blu-ray and Blu-ray playersEnglish3·9 months agoI’ve only used Jellyfin, what does Plex do better for the non-expert user?
themoken@startrek.websiteto Linux@lemmy.ml•I cannot enable `HAVE_KPROBES_ON_FTRACE` - Kernel compile1·10 months agoIt’s possible that it’s not supported on your arch.
themoken@startrek.websiteto Technology@lemmy.world•Tesla releases API pricing, dev says would cost $60 million per year to run his 3rd-party appEnglish1611·10 months agoI mean, fuck Elon and Tesla but if you’re spending money on a car you’re giving it to a bastard one way or another. The CEOs of Ford, BMW, et. al. might not be making asses of themselves on the global stage, but I’m sure they’re still horrible. Even used cars run on gas 99% of the time.
The only thing Samba is really great for is interop with Windows. If that’s not an issue, Dolphin can browse SFTP directly by adding it as a network share (you may need to setup a password-less key pair to avoid having to login). SSHFS is a similar option and works even if the client is totally naive (it just looks like any other mounted FS).
themoken@startrek.websiteto Linux@lemmy.ml•Ubuntu 25.04 "Plucky Puffin" Development Opens - Defaulting To -O3 Optimizations5·11 months agoRight. GCC -f optimizations are basically like “how hard are we going to try to be clever” and are, I believe, orthogonal to the actual instructions used. Machine dependent args start with -m, like -march or -mavx etc.
In a weird way this makes Linux a microkernel. They’re “macro” but isolated and cooperative. Coolest patch set I’ve read about in a while.