this post was submitted on 20 Jun 2023
30 points (100.0% liked)

Pop!_OS (Linux)

5186 readers
6 users here now

Pop!_OS is an operating system developed by System76 for STEM and creative professionals who use their computer as a tool to discover and create. Unleash your potential on secure, reliable open source software. Based on your exceptional curiosity, we sense you have a lot of it.

Unleash your potential

Whether this is your first experience with Linux, or your latest adventure, all are welcome to discuss and ask questions about Pop!_OS and COSMIC. Keep the discussions friendly though, and remember to assume good intentions whenever you reply. We're all here because we have a shared love for Linux and open source software.

System76 Logo

Support us by buying System76 hardware for you or your company! Or by donating on the Pop!_OS website through the "Support Pop" button. Pop!_OS and COSMIC are fully funded by System76 hardware sales. All systems are assembled in the USA. With your support, we'll work to push the Linux desktop forward with COSMIC.

Links

Guides

Hardware

Recommended

Community Rules

Follow the Code of Conduct

All posts on pop_os must adhere to the Pop!_OS community Code of Conduct. https://github.com/pop-os/code-of-conduct

Be helpful

Posts to pop_os must be helpful. When responding to a user asking for help, do not provide tongue-in-cheek responses like "RTM" or links to LMGTFY. Linking to direct sources that answer the asker's question is fine, but it's advised to provide some explanation as to how you got to that source.

Critique should be constructive

We within the Pop!_OS community welcome helpful criticism or ideas on ways to improve. However, basic "It's bad" or other simple negative comments don't help anyone fix anything. When voicing a complaint about something, try to point out ways the complaint could be improved or worked around, so that we can make a better product for it.

This rule applies to both Pop!_OS and its projects as well as other products available from third-parties.

Don't post malicious "advice"

It can be funny to joke about malicious commands, however this is not the venue for it. Do not advise users to run commands which will lock up their systems, steal their data, or erase their drive. Examples of this include (but are not limited to) fork bombs, rm, etc.

Posts violating this rule will be removed, even if the post is clearly in jest. Repeated offences may lead to a ban. You may understand that the command isn't serious, but a new user might not.

No personal attacks

Posts making a personal attack on any user will not be tolerated.

No hate speech

Hate speech of any kind will not be tolerated. Any violations will be removed, and are grounds for a ban.

founded 2 years ago
MODERATORS
 

cross-posted from: https://programming.dev/post/91261

Hello everyone, I recently started working on a Gtk client for Lemmy written in Rust, called Lemoa and the awesome Relm4 crate.

So far, it supports most of the basic things that do not require a login, like viewing trending posts, browsing communities, viewing profiles, etc... Login features are planned to become added within the next one or two weeks, so that Lemoa can be used as a replacement for the web UI on a desktop.

Screenshot of an example community page:

Id you want to feel free to already try it at "alpha stage" (installation instructions are in the Readme).

Feedback and any kind of contributions welcome!

PS: I'm sorry if that's the wrong place to post about it, I didn't know where else to.

you are viewing a single comment's thread
view the rest of the comments
[–] M4775 1 points 2 years ago (3 children)

Looks like we're having some issues for Ubuntu/Pop. https://github.com/lemmy-gtk/lemoa/issues/1

And

Compiling openssl v0.10.55
error: failed to run custom build command for `openssl-sys v0.9.90`

I tried the fix suggested - changing realm4 and realm4-components to 0.5.0 in Cargo.toml, but no real difference.

The person who made that issue got it to build in Docker https://github.com/lemmy-gtk/lemoa/pull/2. So it can work in Docker if you use Docker.

[–] mmstick 2 points 2 years ago* (last edited 2 years ago) (2 children)

That issue doesn't mention openssl. Make sure you have libssl-dev installed. The issue is referring to a hard requirement for a newer version of libgobject-2.0, but that's something that either lemoa, relm4, or gtk-rs will have to resolve.

For now it's probably best to wait for the Flatpak release of this. Or perhaps they'll figure out a solution.

[–] M4775 1 points 2 years ago (1 children)

Yeah, I realized that was something different, but I thought there might be a general issue with Ubuntu because the dev builds on Void. And I was confident it was likely going to be a case of waiting for the pieces to come together better.

[–] mmstick 1 points 2 years ago

Void most likely has a newer version of GTK than Ubuntu 22.04 now, so that's probably why.