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

Remove all files when disabling extension #1270

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 6, 2022

  1. Remove all files when disabling extension

    If the extension is uninstalled, the DBus file and others
    remain in the system. This can cause problems to other programs
    that interact with GSConnect.
    
    This patch fixes this issue by removing all the files when the
    extension is disabled, and recreating them when it is enabled.
    
    Fix GSConnect#1269
    rastersoft committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    3bf8d4d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Added "unlock-dialog" mode

    This mode allows, in Gnome Shell 42, to avoid disabling the
    extension when the system hibernates, and thus avoids all the
    I/O needed for deleting and re-creating the files.
    rastersoft committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8e7ba7e View commit details
    Browse the repository at this point in the history