GithubHelp home page GithubHelp logo

matthewq337 / lemoa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lemmygtk/lemoa

0.0 0.0 0.0 460 KB

Native Gtk client for Lemmy

License: GNU General Public License v3.0

Shell 0.33% Rust 95.54% CSS 0.05% Nix 0.88% Dockerfile 0.47% Meson 2.73%

lemoa's Introduction

Lemoa

Native Gtk client for Lemmy (beta)

Installation

Platform Command
Flathub
AUR paru -S lemoa-git
Void Linux xbps-install -S lemoa

If you don't use any of these platforms, consider building the app from source.

Screenshots

Features

  • Listing trending or subcribed posts
  • Viewing posts and their comments
  • Viewing own profile and other user accounts
  • Viewing and searching communities
  • Logging in with an account
  • Writing, editing and deleting posts or comments
  • {,Un-}Following communities
  • {Up,Down}-Voting posts or comments
  • Viewing the personal inbox (mentions, replies)
  • Reading and writing private messages
  • Saving posts and comments as bookmarks

Troubleshooting

Flatpak installation doesn't follow the system Gtk theme

In order to apply a different theme when using Flatpak, run

flatpak override --filesystem=/usr/share/themes/
flatpak override --env GTK_THEME=Adwaita-dark

You can replace Adwaita-dark with the name of any other Gtk theme you have installed.

If you don't use Flatpak, the correct Gtk Theme should be applied automatically.

Build dependencies

  • rust
  • cargo
  • pkg-config
  • libgtk-4-dev or gtk4-devel (name depends on the distro)

Building

Building with meson

meson --prefix="/usr" _build
ninja -C _build
sudo ninja -C _build install

Building with Docker

sudo docker build --no-cache . -t lemoa:latest
CONTAINER_ID=$(sudo docker create --name lemoa -t lemoa:latest)
sudo docker cp $(CONTAINER_ID):/root/lemoa/target/release/lemoa .

Once the build is done, there will be an executable lemoa binary file in your current directory, executing it starts Lemoa ๐ŸŽ‰.

Building the binary only

Not recommended: To only install the binary (can only be started with the terminal), run

cargo install --git https://github.com/lemmygtk/lemoa.git

You can then start the app via the terminal after adding cargo's bin directory to your PATH variable.

Development

Clone the repository and run

cargo run

Credits

License

Lemoa is licensed under the GNU General Public License: You can use, study and share it as you want.

lemoa's People

Contributors

bnyro avatar thebigg avatar someguynamedmay avatar baarkerlounger avatar matthewq337 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.