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.
I’m sure it’s a nice client but I don’t understand why so many GUI projects have no screenshots in their READMEs. It would be great if I could immediately see if I like it without installing it.
EDIT: thanks for adding the screenshot to your post! It looks awesome!
I completely agree. It’s the bare minimum to include screenshots if you want people to be interested. If the barrier to see if I even like the look of the app is cloning and building the project then I’ll probably just move on to an alternative.
As already stated out, the project is still in alpha. Apart from that, there is a screenshot in the post …
Apologies, I was just agreeing with the commenter above, I didn’t mean to bring negativity to your project. My comment was more just an excuse to comment on Lemmy to get some engagement on the platform.
Oh well, looks like I just misunderstood you then. No worries!
Yes, I totally agree with you! I didn’t yet add screenshots to the README since some parts of the app are still matter to be changed in the near future. The development started actually just four days ago, so there’s still room for UI improvements. I’ll make sure to add screenshots to the README once it’s more mature.
Hi there! First off–this looks awesome! Thanks for making it! Do you need any help with anything? I’m not a slouch at Rust and would love to see a desktop client for Lemmy that everyone can use! Is there anything you need help with testing? Dev? Docs?
looks awesome! awkward question but other people may run into this problem too:
The apt versions of libgtk-4-dev seem to be too old to build lemoa and I can’t find an obvious flatpak alternative, any tips?
I’m on pop_os 22.04 LTS; cargo install error with apt’s libgtk-4-dev installed: Requested ‘glib-2.0 >= 2.74’ but version of GLib is 2.72.4
There now are instructions how to build it using Docker in the Readme :)
legend, thanks!
A fellow chad Catppuccin enjoyer I see
Yes, that’s also the reason why the app uses gtk4 without libadwaita, I want to be able to use Catppuccin on it :)
For me cattpuccin also works with libadwaita apps if you symlink the config in gtk-4.0 folder of the theme to .config/gtk-4.0 or is it something more than the colors you are missing for libadwaita apps? 🙈
Hmm, I’ve symlinked the gtk-4.0 folder to catppuccin, but some apps like Nautilus don’t seem to get themed (not even sure if it uses libadwaita though). Some others do work.
Oh cool… mm, do we have a GNOME forum on this here threadiverse?
Requested here: https://programming.dev/post/320260. Please upvote it in order to become considered as a new community on programming.dev :)
Do you plan on putting it on flathub when it’s out of beta?
Yes, likely. I have never published an app there before so it’ll be kinda interesting to get it working, but I guess that’ll be fine (I’ll probably try it in two weeks or so). I’ll also try to add it to Void Linux’s repos once it’s stable, hope we’ll get accepted there too