Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port SettingsDaemon.Application to Gtk.Application #81

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Jul 30, 2023

  1. port SettingsDaemon.Application to Gtk.Application

    Gtk.Application has session registration capabilities already, so let's use it.
    
    while here, add the IS_SERVICE and ALLOW_REPLACEMENT flags to the application,
    so we don't need to implement activate() and have a way to replace the running
    session during development. the setup_accounts_services() method was also
    rewritten to not call org.freedesktop.Accounts.FindUserByName excessively.
    
    Signed-off-by: Gustavo Marques <pushstarttocontinue@outlook.com>
    Marukesu committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    36911a1 View commit details
    Browse the repository at this point in the history