Skip to content

[feat] systray linux: unlink temp files as soon as they are in use

meskio requested to merge meskio/bitmask-vpn:unlink_icons into master

Stop generating one file in /tmp for each icon change. Let's move the clean up to the set icon instead of waiting for the quit clean up. Unlink will remove the file from /tmp, but app_indicator will hold a descriptor until it finishes with it.

Merge request reports