172
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

I'm bored and want to practice my Rust skills. I am the creator of open-tv. If you have any idea for a linux desktop app, even if it seems quite complex, I will take it.

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 19 points 1 month ago* (last edited 1 month ago)

I'd like to see a simple, dependency-free, calculator app, written in Rust, using egui. All other GUI calculator apps I've seen so far are unnecessarily heavy, using bloated toolkits like GTK or Qt.

This would be handy for those run a GTK/Qt-free environment, and/or those who just want a tiny calculator app (optimised for the smallest binary size) without any external dependencies. Preferably even compiled using musl, to remove any glibc dependencies - resulting in a simple, small, portable binary that can run on any distro and doesn't even need to be installed.

Eventually, I would like to see this idea expanded to other apps - such as a simple text editor, a simple image editor, and maybe even a simple and lightweight web browser using Servo.

[-] [email protected] 3 points 1 month ago* (last edited 1 month ago)

Jesus Christ.

I use the calculator in Ubuntu tor very simple purposes. It was crashing on me every time I opened it.

I tracked down why.

It was trying to get a foreign currency exchange rate file - which I was horrified that you'd think about even having in a calculator.

The reason that was failing? Because I had a VPN enabled.

And it wouldn't even fail gracefully. Nope it would poof, disappear.

The fix is to disable vpn, and disable foreign currency in the preferences.

I was so pissed off. And on the next upgrade the same thing happened, which I'd forgotten all about, so went through it AGAIN!

[-] [email protected] 3 points 1 month ago

This was in fact what prompted my search - the Gnome calculator is so horribly bloated, and yeah, it should have no business making network connections, at least not by default - this should be an opt-in behaviour.

load more comments (2 replies)
this post was submitted on 13 May 2024
172 points (94.8% liked)

Linux

45443 readers
1312 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS