Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Archive of the Innatical ID Frontend for tauOS, now replaced by Fyra Accounts

License

Notifications You must be signed in to change notification settings

FyraLabs-Graveyard/innatical-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DO NOT USE

THIS MAY BREAK YOUR SYSTEM

Innatical ID Integration for tauOS

Monorepo containing the GUI and daemon for Innatical ID integration

Building

You'll need the following dependencies:

Note: This dependency list is the names searched for by pkg-config. Depending on your distribution, you may need to install other packages (for example, gtk4-devel on Fedora)

  • meson
  • valac
  • rustc
  • cargo
  • gtk4
  • libadwaita-1

Run meson build to configure the build environment. Change to the build directory and run ninja test to build and run automated tests.

$ meson build --prefix=/usr
$ cd build
$ ninja test

For debug messages on the GUI application, set the G_MESSAGES_DEBUG environment variable, e.g. to all:

G_MESSAGES_DEBUG=all ./gui/innatical-id-settings

Installing

To install, use ninja install, then execute the GUI with innatical-id-settings. The CLI and daemon can be executed with innatical-id-daemon.

$ sudo ninja install
$ innatical-id-settings
$ innatical-id-daemon --help

The innatical-id-daemon package is automatically managed by the GUI and SystemD, however can be configured with CLI flags.

About

Archive of the Innatical ID Frontend for tauOS, now replaced by Fyra Accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published