v2.0.1
If you haven't already, please read the v2.0.0
changelog which contains important information.
Highlight
The systray applet now attempts to read the arch-update.desktop
file at the below paths and in the following order when clicked:
$XDG_DATA_HOME/applications/arch-update.desktop
$HOME/.local/share/applications/arch-update.desktop
$XDG_DATA_DIRS/applications/arch-update.desktop
/usr/local/share/applications/arch-update.desktop
<-- Default installation path when installing Arch-Update from source/usr/share/applications/arch-update.desktop
<-- Default installation path when installing Arch-Update from the AUR
In case you want/need to customize the arch-update.desktop
file, copy it in a path that has a higher priority than the default installation path and modify it there (to ensure that your custom arch-update.desktop
file supersedes the default one and that your modifications are not being overwritten on updates).
Improvements/Fixes
- Fix a typo in the FR documentation by @Antiz96 in #155
- Make systray applet also searching in XDG_DATA_HOME & XDG_DATA_DIRS when looking for the .desktop file by @Antiz96 and @trigg in #156
Full Changelog: v2.0.0...v2.0.1