Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

mdouchement/com.github.LibreRambox

Repository files navigation

LibreRambox

This repo hosts the flatpak version of LibreRambox

LibreRambox the Ultimate Open-Source Messaging & Emailing Fusion.

Note that this is an unofficial redistribution.

Installing

flatpak install flathub com.github.LibreRambox

Options

You can set the following environment variables:

  • LIBRERAMBOX_USE_TRAY_ICON=1: Enables the tray icon
  • LIBRERAMBOX_START_IN_TRAY=1: Starts in tray
  • LIBRERAMBOX_USE_WAYLAND=1: Enables Wayland support
  • LIBRERAMBOX_DISABLE_GPU=1: Disables GPU acceleration
  • LIBRERAMBOX_DISABLE_GPU_SANDBOX=1: Disables GPU sandbox

Wayland

The integration between Chromium, Electron, and Wayland seems broken. Adding an additional layer of complexity like Flatpak can't help. For now, using this repo with wayland should be regarded as experimental.

Wayland support can be enabled with LIBRERAMBOX_USE_WAYLAND=1 in Flatseal.

Wayland support can also be enabled on the command line:

flatpak override --user --env=LIBRERAMBOX_USE_WAYLAND=1 com.github.LibreRambox

GPU acceleration may be need to be disabled:

flatpak override --user --env=LIBRERAMBOX_DISABLE_GPU=1 com.github.LibreRambox

Additionally, Nvidia devices may need the GPU sandbox disabled:

flatpak override --user --env=LIBRERAMBOX_DISABLE_GPU_SANDBOX=1 com.github.LibreRambox

Issue reporting

Please only report issues in this repo that are specific to the flatpak version.

Issues that can be replicated in a stable release should be reported in the upstream repo. Make sure, that the reported issue is not flatpak-related.

Development

flatpak-builder build-dir com.github.LibreRambox.yaml --force-clean
flatpak-builder --user --install --force-clean build-dir com.github.LibreRambox.yaml
flatpak run com.github.LibreRambox

Other

This repository is heavily inspired from https://github.com/flathub/org.signal.Signal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages