Page 1 of 1

How place 'check updates' launcher directly in the panel?

Posted: Thu Apr 24, 2025 1:04 pm
by Pretty Vacant
First thing we do after being online is to check for updates. We right-click the 'wireframe' icon in the panel and scroll down to 'check for updates'. How can you place this 'check updates' directly in the panel?

Next, when there are updates, but no 'green wireframe' icon appears, we left-click on the 'wireframe' icon; Synaptic opens. We select 'mark all upgrades' but it is not shown which updates are being made. Only after clicked 'apply'. Then it is too late to refuse any update. How check all updates in Synaptic

Re: How place 'check updates' launcher directly in the panel?

Posted: Thu Apr 24, 2025 1:14 pm
by asqwerth
Synaptic -

1. click on the "reload" button at the top. This will check the repos and refresh the package lists.

2. go to "Status" in the left pane.
3. click on "Upgradeable" filter in the left pane. That will show all the packages that have updates.

Re: How place 'check updates' launcher directly in the panel?

Posted: Fri Apr 25, 2025 4:38 am
by Pretty Vacant
asqwerth wrote: Thu Apr 24, 2025 1:14 pm Synaptic -
Thanks for that, and what about the 'launcher'?

Re: How place 'check updates' launcher directly in the panel?

Posted: Fri Apr 25, 2025 4:39 am
by Eadwine Rose
Right click, preferences. You can set the left click to open synaptic if you prefer.

Re: How place 'check updates' launcher directly in the panel?

Posted: Fri Apr 25, 2025 5:15 am
by asqwerth
The notifer wireframe box icon is not a launcher icon, but something that appears in the "notification area" (what Windows calls system tray).

The MX app in question is called apt-notifier. However, if you create a panel launcher with that, clicking on it just runs the program to place the wireframe box in the notification area. That launcher is not going to check updates itself.

Or you could try, Eadwine says, to right click on the wireframe box and examine the preferences/settings option in the context menu.

Re: How place 'check updates' launcher directly in the panel?  [Solved]

Posted: Fri Apr 25, 2025 6:58 pm
by fehlix
Pretty Vacant wrote: Thu Apr 24, 2025 1:04 pm First thing we do after being online is to check for updates. We right-click the 'wireframe' icon in the panel and scroll down to 'check for updates'. How can you place this 'check updates' directly in the panel?
Use a desktop entry with the following content:

Code: Select all

[Desktop Entry]
# filename: check-for-updates.desktop
# copy to ~/.local/share/applications/check-for-updates.desktop
# fehlix: 25.04.2025
# see MX Linux forum post:  https://forum.mxlinux.org/viewtopic.php?p=817623#p817623
# 
Type=Application
Name=Check for Updates
Icon=apt-notifier
Terminal=false
StartupNotify=false
Categories=System;
StartupWMClass=apt-notifier
Keywords=apt;update;upgrade;notifier;
Exec=/usr/lib/apt-notifier/bin/updater_reload_run
TryExec=/usr/lib/apt-notifier/bin/updater_reload_run
Comment=MX Updater: Check for Updates
Save as file check-for-updates.desktop and copy to/ under

Code: Select all

~/.local/share/applicatios/check-for-updates.desktop
which is:

Code: Select all

$HOME/.local/share/applicatios/check-for-updates.desktop
Search now in the menu for "Check for Updates" and right-click to add to the panel
Incase it does not work for you post QSI, so we can help you.

Re: How place 'check updates' launcher directly in the panel?

Posted: Sat Apr 26, 2025 5:50 am
by danux
Eadwine Rose wrote: Fri Apr 25, 2025 4:39 am Right click, preferences. You can set the left click to open synaptic if you prefer.
It would be nice to exist in Preferences also the option to set the left click to open MX Package Installer instead of Synaptic (when there are no updates).

Re: How place 'check updates' launcher directly in the panel?

Posted: Mon Apr 28, 2025 6:37 am
by Pretty Vacant
fehlix wrote: Fri Apr 25, 2025 6:58 pm Use a desktop entry with the following content:
Marvellous! This is exactly what i'm looking for: a 1 click check updates.
Thanx fehlix!