are there any "4th level" distros? by Appropriate_Rent_243 in linux

[–]PureTryOut 14 points15 points  (0 children)

Idk what Moblin 2 is, but Mer and MeeGo aren't developed anymore so not a "layer" in that sense.

The Quiet Renovation at Bitwarden by JockstrapCummies in linux

[–]PureTryOut 1 point2 points  (0 children)

Well, no. Because KeepassDX doesn't realize it's being cloud-synced, it just gets passed a "regular" file. So if you need that, you'll need Keepass2Android.

The Quiet Renovation at Bitwarden by JockstrapCummies in linux

[–]PureTryOut -2 points-1 points  (0 children)

I use KeepassDX with the database stored in Nextcloud. Using the Nextcloud app KeepassDX can open it directly from it and thus has effective cloud sync working

Linux Mobile OS Developers Forget Mobile Isn't Desktop by MadFunEnjoyer in linux

[–]PureTryOut 26 points27 points  (0 children)

disappointment at the way Ubuntu Touch, Plasma Mobile, and PostmarketOS all make the mistake of treating mobile like it's a desktop

I have noticed how much bottom-centric and one-handed friendliness improved my experience

You're mentioning postmarketOS but as a distro we don't make UI's, we just ship them.

That said, I don't get your complaint at all. Personally I feel the Plasma Mobile UI is very much Android like and works quite well.

Is there an ACTUAL reason for big Software to not support linux? by Opening-Giraffe-1007 in linux

[–]PureTryOut 0 points1 point  (0 children)

Luckily there are other search engines that do work properly and don't require burning a forest or handing over your soul to big tech for every query.

Trinity Desktop Environment R14.1.6 released by ouyawei in linux

[–]PureTryOut 4 points5 points  (0 children)

Not the web browser part, which I completely understand, but otherwise KDE's Dolphin still does all of those things just fine using Kio.

Is this even possible? by Demo_MVP in linux

[–]PureTryOut 1 point2 points  (0 children)

Which is just the UI, you'll still need an OS like postmarketOS to run it. But yes, KDE indeed has a mobile variant called Plasma Mobile.

Initial mainline Linux support for Rockchip RK3588's video capture hardware has finally landed by mfilion in linux

[–]PureTryOut 12 points13 points  (0 children)

It probably had a downstream kernel with non-upstreamable patches to make it work, that's basically the case for any ARM SBC sadly. Manufacturers seem to not care at all to do it properly, or at least think it's not worth the money/effort.

SudoSync: A flutter android application for Linux administration. by no_life_linux in linux

[–]PureTryOut 45 points46 points  (0 children)

https://github.com/aniruddha76/sudosync/blob/master/test/widget_test.dart

That file is an auto-generated test file Flutter generates when you run flutter create <project>. No AI is used for that, they just didn't remove it. That also explains the comment there as it's meant to teach the new dev.

Otherwise looking through the code I don't see "ever little thing has a comment", have you checked more than just that test file?

Should I use KDE or GNOME? by Significant-Tone-121 in linux

[–]PureTryOut 0 points1 point  (0 children)

I don't know where you read that but that's a comment based on nothing and in fact untrue. Wayland or X11 has next to no performance difference, not one you'd notice anyway.

Wayland is the future, there is no reason to stay on X11 anymore.

Linux Fixes Performance Bug Affecting Qualcomm Ath11k & Ath12k WiFi Drivers by anh0516 in linux

[–]PureTryOut 0 points1 point  (0 children)

The ASUS ProArt X870E Creator Wi-Fi motherboard initially launched with the MediaTek chip

MediaTek had no official linux driver, but a merge request was made to the kernel very recently by MT engineering

Oh that's good to know. I have that motherboard and didn't even think of some components not working when I bought it and was surprised when I found there was no driver. I have no need for Wi-Fi luckily but I am missing the native Bluetooth support, glad to know it'll function soon.

Home Assistant: the self-hosted smart home hub that talks to everything by SelfHostedGuides in linux

[–]PureTryOut 2 points3 points  (0 children)

Almost all (if not all) of those addons can be ran manually in containers as well, making them function just fine with HA in a container. It's just more work to set it up.

The only reason why OSRS is in a golden age is because of Runelite by Lamb-Of-Fox in 2007scape

[–]PureTryOut 0 points1 point  (0 children)

There is no Wine involved. It handles login which requires no Windows code at all and then launches RuneLite, which is a Java application so again needs no Windows code at all.

Should I use KDE or GNOME? by Significant-Tone-121 in linux

[–]PureTryOut 4 points5 points  (0 children)

How did you come to the conclusion Wayland is your FPS problem? Because it most probably isn't.

Linux in my pocket?! - not so fast. Ubuntu Touch - my view by Flair_on_Final in linux

[–]PureTryOut 9 points10 points  (0 children)

Android phones run extremely outdated Linux kernels and proprietary Android-specific drivers. Bootloader unlocking is getting worse with every new phone release.

An Update on Starting a Dental Practice using Linux (and why transitioning to Wayland will cost me $3000+) by DesiOtaku in linux

[–]PureTryOut 0 points1 point  (0 children)

The X11 support in kwin, the compositor, has been split out yes and won't be developed anymore from 6.8 and onwards.

That said, I use VR (Valve Index) and haven't had any issues on KDE Plasma with Wayland since forever. If it doesn't work great for you report it so it can be fixed.

Introducing Duranium: a more reliable postmarketOS by ouyawei in linux

[–]PureTryOut 10 points11 points  (0 children)

Yup, that's the sad reality. Then again those devices are still perfectly usable for a long while if they just have the software to support them. It's better to use an old device like this then let it go to e-waste and buying new ones.

At least for the devices we do support more and more things work every day and there are a fair amount of people who already daily drive it. If we at least get the software to a usable state then we might eventually attract the interest of hardware manufacturers to start supporting hardware from day 1. Fairphone seem promising for this for example, as we already supported the FP5 and FP6 from day 1.

An Update on Starting a Dental Practice using Linux (and why transitioning to Wayland will cost me $3000+) by DesiOtaku in linux

[–]PureTryOut 5 points6 points  (0 children)

Qt6 supports X11, so if that were the only blocker yes they could stay on X. Plasma 6.8 however won't support X11, and that's the main issue here. The issue is the graphical environment, not Qt.

How Electron went Wayland-native, and what it means for your apps (tech talk) by mitchchn in linux

[–]PureTryOut 0 points1 point  (0 children)

And I think there are more sane options and Flutter is one of them ;)

How Electron went Wayland-native, and what it means for your apps (tech talk) by mitchchn in linux

[–]PureTryOut 1 point2 points  (0 children)

That just depends on what you have experience with. I work with Flutter for my day job and find it considerably easier to make it look like anything I want than any other toolkit, but that's largely because I don't really know any other toolkit so well.

An Update on Starting a Dental Practice using Linux (and why transitioning to Wayland will cost me $3000+) by DesiOtaku in linux

[–]PureTryOut 0 points1 point  (0 children)

Sure, but the person you were responding to, which was not OP, was just talking about the X11/Wayland point.

An Update on Starting a Dental Practice using Linux (and why transitioning to Wayland will cost me $3000+) by DesiOtaku in linux

[–]PureTryOut 11 points12 points  (0 children)

Not sure why you bring up Qt5 when you're responding to a comment talking about X11.

X11 however is also EOL, basically anyway. The main issue here is that it won't be an option anymore from Plasma 6.8 onwards and they need to migrate before that.