this post was submitted on 21 Jan 2026
130 points (97.1% liked)
Linux
11254 readers
303 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Mobile... I want a Linux phone ๐ญ
@Sprocketfree @cm0002 the problem is not that they don't exist it's that they barely have apps.
linux and the DEs dont make it easy to write apps for, this is a compositor/window manager/de issue to solve.
Want to write an for gnome? Javascript or c++. Enjoy libadwaita. Want to write for kde? C++ only. Dont want to write js and you only know kotlin/swift/java/objc? Tough fucking shit, get fucked. Want to write rust? Not supported by kde or gnome ootb, the learning resources are bare etc. Oh and for kde you have to learn QT as well have fun:)
Itd be cool if rust was the baseline standard for writing apps and was fully supported by the major DEs. I honestly cannot be bothered to learn C++ just to make a tiny app for my desktop, I will never use it again in my life because it is dying.
@dreadbeef C bindings can be used on Rust so Gnome should be easier. I find QTs lack of AT-SPI to be a non starter. Also nothing says you need to use gnome or it if you're making your own mobile first compositor.
right, but popular (and valid imo) complaint about mobile on linux is the lack of apps. GUI applications either have to bring their own GUI toolkit (slint/qt/etc) or use the one provided by the host (the DE on linux). Like all of linux, its very fragmented at the moment, and theres no clear leader
@dreadbeef super valid point. I do believe having a Wayland compositor that just reformatted the app via ST-API would be a massive first step. It would force accessibility and dynamic sizing. Given only Gnome has ST-API built in. Qt is just a mess for accessibility
I know... And I'm sad