You are not logged in.
In a sea of update notification apps, I made one more.... ![]()
https://github.com/Pyntux/arch-update-checker
Application is written in python + pyqt5...
dependency: python, python-pyqt5, pacman-contrib (git only for build)
App is tray icon which will check for update every 1 hour. After cold start app will check for update with delay of 20 sec (will wait for the network to stabilize). If there is update, app will notify you with notification and will change icon in tray. You can also manual check for updates. If there is update, "update" option will become visible on right click. That option will start "konsole" (it can easily be changed in the code) with "pacman -Syu" command.
- I am looking for a way for the application to auto recognize your default terminal emulator (it's not like I put a lot of effort into it).
- the icons used by the application are temporary.
- Testing, anyone?
For now, app is only on my git repo, for testing purposes.... You can clone repo and make pkg with "makepkg"
P.S. I need some opinion and testing to know if I should move this app to AUR....
Last edited by Pyntux (2023-03-22 00:50:54)
I do not speak English, but I understand...
Offline
- I am looking for a way for the application to auto recognize your default terminal emulator
TERMINAL is a semi-commonly used environment variable for this purpose.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
license=('MIT')You should include the license (containing the correct copyright message) with the sourcecode and copy it to /usr/share/licenses/pkgname/ in install() .
https://wiki.archlinux.org/title/PKGBUILD#license has some useful details.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
OK, I know that about licence.... App with be GPL3, this is just speedy made PKGBUILD ![]()
I do not speak English, but I understand...
Offline