
Plasma 5 Applets notifier update
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid
A system tray widget notifying you of available updates for your Arch Linux System with AUR and yakuake support
It uses checkupdates to not lock the database.
Just click the Update System to update
run ./install_plasmoid.sh
AUR package: plasma5-applets-kde-arch-update-notifier-git
added snap support 2 years ago
add option to refersh snaps during upgrade process
added snap support 2 years ago
add option to refersh snaps during upgrade process
added snap support 2 years ago
add option to refersh snaps during upgrade process
fix upgrade process when AUR support is disabled 2 years ago
fixed
Orphan packages 2 years ago
add option to remove orphan packages
Custom Icon Support 2 years ago
Added custom icon support
added various features and fixed bugs 2 years ago
removed plasmashell lock when checking updates
added internet recheck timer
Checkout github closed issues for more info
added yakuake support 2 years ago
added yakuake support
remove yakuake support 2 years ago
removed until branch is fixed
Added yakuake support 2 years ago
credits to naraesk for the code
fixed noconfirm removal 2 years ago
fix bug #19
Color Scheme fix , added exit message and crash when no AUR helper is present 2 years ago
Fixed bug #14 #15 & #16
added noedit to pacaur 2 years ago
added --noedit to pacaur
fixed aur support with aur helpers that only update aur 3 years ago
added pacman upgrade process when user closes konsole for aur helper
fixed aura bug 3 years ago
fixed aura not having sudo on upgrade command
aur support 3 years ago
added AUR support
multithreaded and konsole command change 3 years ago
added multithreaded backend so UI doesn't freeze when running checkupdates
switch konsole command to "sudo pacman -Syu" instead of "sudo pacman -Syyu --noconfirm --force'
switch non-konsole to "sudo pacman -Syu --nocnfirm' instead of "sudo pacman -Syyu --noconfirm --force"
fixed text color on settings 3 years ago
fixed text color on settings
konsole show 3 years ago
add setting option to show in konsole
remove cmakfiles dir 3 years ago
remove cmake files dir
settings and styling 3 years ago
fix settings layout, style fixed
peter2m feedback 3 years ago
fix scaling
fix contrast
kisuyami
1 year ago
Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.archUpdate/contents/ui/main.qml:28:34: Type CompactRepresentation unavailable
file:///usr/share/plasma/plasmoids/org.kde.archUpdate/contents/ui/CompactRepresentation.qml:73:5: Type FullRepresentation unavailable
file:///usr/share/plasma/plasmoids/org.kde.archUpdate/contents/ui/FullRepresentation.qml:5:1: module "QtQuick.XmlListModel" is not installed
Report
Castorino
2 years ago
Report
I-Dream-in-Code
2 years ago
install with aur package you might need --force
Report
beaverusiv
3 years ago
Report
Primus
3 years ago
Report
I-Dream-in-Code
3 years ago
Report
I-Dream-in-Code
3 years ago
(or terminal program of choice)
arguments << "/usr/bin/konsole << "-e"<<"pacman"<<"-Syu" <<"--noconfirm";
Report
I-Dream-in-Code
3 years ago
(or terminal program of choice)
arguments << "/usr/bin/konsole << "-e"<<"pacman"<<"-Syu";
Report
peter2m
3 years ago
BTW. You can remove from package all directories named "CMakeFiles", because they are generated by cmake tool (run in your install_plasmoid.sh script).
Report
I-Dream-in-Code
3 years ago
Report
peter2m
3 years ago
1. I have vertical Panel and icons are arranged in two vertical rows. Icon from this plasmoid is not scalable and takes the place of 4 icons. Takes too much space and looks ugly.
2. "Arch updater settings -> General. Option label: "Check Every (Minutes) has white color, so contrast is bad, but second option "Hide the updates version number" is in black color, so correct.
3. I have dark desktop theme in my Plasma (Simple Flow). When I click on plasmoid icon I see the list of packages to update in black color, so contrast is very bad.
4. The list of packages to update contains mixed packages. I mean I see AUR packages and also these coming from standard repository. I expected only these second ones. These coming from AUR I would like to update separately.
Report
I-Dream-in-Code
3 years ago
Report
peter2m
3 years ago
In top right corner is shown number of packages waiting for update, but I think it could be replaced by tooltip - showing info when mouse cursor will be over the icon. And the status if there is something to update could be mark by color of icon - like in octopi. Thanks that the icon could be decreased.
Report
I-Dream-in-Code
3 years ago
If I may ask, my I made a vertical panel and it only took the size of one icon. Can you give me steps to reproduce your setup? Please email to : [email protected]
Report
peter2m
3 years ago
Report
I-Dream-in-Code
3 years ago
Report
peter2m
3 years ago
And one small suggestion about "Arch updater settings -> General. Option label: "Check Every (Minutes)". The number you could put next to the label, and make just separator between these two options.
About #4. Sorry I was wrong. I checked command "checkupdates" and it seems that command shows only packages related with normal repository. I made this mistake, because in my AUR were the sane packages as checkupdates showed yesterday. Today I updated system using Octopi and after that checkupdates showed less (all of these what I linked with AUR repo. just disappeared). Anyway "checkupdates" works as I expected, so is fine.
And one interesting thing. I wonder why above command shows more than octopi and pamac :/. Almost all yesterday's packages were shown today by octopi and pamac (only glibc was skipping).
Report