Tray icon to replace the 'updates' nwg-panel executor #55
nwg-piotr
started this conversation in
Porting for other distros
Replies: 1 comment 1 reply
-
This is excellent news! Thank you for extending this functionality! I will work out updates and try and create a update script for Slackware within the next day or so, can't wait to try it out! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All the info below concerns the not-yet-merged indicator nwg-shell-config branch.
As soon as it's merged, it'll provide a system tray indicator, that will take care of checking and installing updates. It means, that the Arch-specific 'updates' nwg-shell executor goes on retirement, and will no longer be shipped in preinstalled panel configs. @mac-a-r0ni (and possibly other packagers): you will no longer need to remove it from default panel configs.
The
updater_indicator.py
script is meant to work with various Linux distributions. It provides thenwg-update-indicator
command. For now just Arch-related stuff is implemented.What does it do?
nwg-system-update
script, to install updates.The form below allows users to use their own command instead of
nwg-system-update
. Those may be e.g. pamac-addicted Arch derivatives users. ;)The provided
nwg-system-update
script is very simple in the Arch version, and usesbaph
to install updates:(
$1
carries localized "Press enter to exit...")The updater_indicator.py code is quite well documented inside. To add support for your Linux distribution, please take a look at them. You may either contribute to the code, or just tell me what to do.
Beta Was this translation helpful? Give feedback.
All reactions