A GTK Frontend for GNOME Online Accounts
GNOME Online Accounts GTK is part of the XApp Project.
It is designed to work in all desktop environments and all Linux distributions.
The master
branch produces 3.50.x releases, built for GTK4 and GNOME Online Acccounts 3.50.
The 3.49
branch produces 3.49.x releases, built for GTK3 and GNOME Online Accounts 3.49.
- libgoa (>= 3.50)
- libgoa-backend (>= 3.50)
- gtk4
- glib
- meson (>= 0.53.0)
- libgoa (>= 3.49.2)
- libgoa-backend (>= 3.49.2)
- gtk3
- glib
- meson (>= 0.53.0)
# install build tools if necessary
sudo apt install build-essential devscripts equivs git meson
# clone this git repository, switch into cloned directory
git clone https://github.com/xapp-project/gnome-online-accounts-gtk && cd gnome-online-accounts-gtk
# generate build-dependency package and install it
mk-build-deps -s sudo -i
# build .deb packages
debuild --no-sign
# install packages
sudo debi
The concrete packages to install depend on your distro. Please note that we can't guarantee that the available library versions are compatible.
- Install the following build tools
- meson
- ninja
- Install the libraries mentioned above in the Dependencies section
- Clone this git repository and run the following commands in the cloned directory:
# prepare build, options can be set with -Doption=value
# Please check the output for errors and the effective build options.
meson --prefix=/usr/local build
# compile and install
sudo ninja -C build install
# to uninstall:
sudo ninja -C build uninstall
The translations for this project are hosted on Launchpad.
The content of po/
is overwritten when the translations are imported from Launchpad.
If you want to help translating this project, please use Launchpad. Do not modify the files in po/
directly.