1
0
forked from brl/citadel-tools
Commit Graph

10 Commits

Author SHA1 Message Date
2dc8bf2922 Support for flatpak and GNOME Software in Realms
When a realm has enabled 'use-flatpak' a .desktop file for GNOME
Software will be automatically generated while that realm is running.

This .desktop file will launch GNOME Software from Citadel inside a
bubblewrap sandbox. The sandbox has been prepared so that GNOME
Software will install flatpak applications into a directory that belongs
to the realm associated with the .desktop file.

When a realm has enabled 'use-flatpak' this directory will be bind
mounted (read-only) into the root filesystem of the realm so that
applications installed by GNOME Software are visible and can be launched.
2024-09-06 10:24:28 -04:00
04da0fcba7 Added realm-config-ui, removed citadel-realms-ui 2021-10-04 06:24:51 -04:00
3d3b794b1d Set static gtk versions and updated citadel-realms-ui for API version changes 2020-10-09 01:45:30 -04:00
b759e761d3 Initial commit of GTK realm manager 2020-08-03 19:18:49 -04:00
d0eada1e3b Initial commit of realms dbus daemon 2019-08-25 17:15:13 -04:00
b38c7cb943 updated main Cargo 2019-04-02 15:33:07 -04:00
2dc32d1f20 Refactor multiple tools into a single binary.
citadel-tool now installed with a hardlink for each binary tool and
dispatches on the exe path to the tool implementation. This makes
the build faster, uses less disk space, and makes it easier to
create new small tools.
2019-01-30 21:31:13 -05:00
ff115e6005 Put everything into a single workspace 2019-01-17 11:03:37 -05:00
f513af539f oops, this is the intended layout 2018-12-11 11:30:17 -05:00
73b7878ca0 initial commit 2018-12-11 11:19:12 -05:00