Skip to content

Conversation

@tintou
Copy link
Member

@tintou tintou commented Jul 9, 2024

Also:

LauncherManager: listen to the changes in launchers in the configuration file

Closes: #39

tintou added 2 commits July 9, 2024 21:46
Differ the actual removal as this might be triggered by a file update.
…ion file

Allow to add a launcher and it being taken into account.
Copy link
Member

@danirabbit danirabbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm this doesn't actually seem to work for me. If the dock is restarted then it will remove the launcher but not while the dock is running

break;
case GLib.FileMonitorEvent.DELETED:
exists = false;
removal_timer = GLib.Timeout.add_seconds (60, () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a comment about why we have this on a timer?

@danirabbit danirabbit mentioned this pull request Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs Review

Development

Successfully merging this pull request may close these issues.

Application icon stays after uninstalling

3 participants