Antiz96 / arch-update

An update notifier & applier for Arch Linux with a systray applet that assists you with important pre / post update tasks.
GNU General Public License v3.0
113 stars 11 forks source link

fix(systray): Prevent multiple instances of the systray applet to be able to run at the same time #199

Closed Antiz96 closed 4 months ago

Antiz96 commented 4 months ago

Description

Add a test to check if there's already a running instance of the systray applet before starting it to avoid the possibility to have multiple instances running at the same time.

Fixed bug

Fixes https://github.com/Antiz96/arch-update/issues/196