-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Implement systray icon * - use user statefile * - matching state styling * Add pylint to CI * - Avoid import errors as there's no use checking them here - - Doing so successfully would require we use python pip for our packaging, which is a problem for another day - Some minor alterations for pylint * - Fixed some pylint warnings * - switch exception to importerror * - pylint docstrings * - ignore pylint module name * - Remove Gtk3 - Remove exo open - Remove kioclient - Remove gettext * - check for /usr/local prefix * Add the --tray arg to the main script to launch the Arch-Update systray applet * Add the systemd service 'arch-update-tray.service' to start the Arch-Update systray applet * Remove the arch-update-tray.service on make uninstall * Add systray dependencies to READMEs * Initialize state file if it doesn't exists To avoid the systray failing with 'Statefile does not exists' on the first run * Use the --tray arg of the main script in the systemd service Calling the python script directly does not make sure that the statefile exists, risking that it fails with 'Statefile does not exists' error * Add the missing qt6-svg dependency to READMEs * Update po files * Restart the tray systemd service on failure * Add the systray documentation to the man pages * Simplify the overall README and adapt it to the new systray applet * Typo in README * Another typo in README * Yet another typo in README * Use long opts in README * Little fix in README * Simplify the overall FR README and adapt it to the new systray applet * Fix the wayland specific dependency in READMEs * Use regular Arch-Update icon in notifications * Add new screenshots to the READMEs * Add logo to the READMEs * Allow inline html in READMEs * Remove useless screenshots from READMEs * Various fixes in FR README * Style fix in man page * Improve wording in FR README * Various improvements in French doc --------- Co-authored-by: Robin Candau <[email protected]>
- Loading branch information
Showing
15 changed files
with
425 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
|
||
# Exclude the rules that refers to the line length | ||
exclude_tag :line_length | ||
|
||
# Allow inline HTML | ||
exclude_tag :html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.