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

Message
Author
User avatar
Pretty Vacant
Posts: 170
Joined: Tue Jul 02, 2024 7:41 am

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

#1 Post 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
MX-23.5_x64 Libretto- xfce

User avatar
asqwerth
Developer
Posts: 7748
Joined: Sun May 27, 2007 5:37 am

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

#2 Post 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.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
Pretty Vacant
Posts: 170
Joined: Tue Jul 02, 2024 7:41 am

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

#3 Post by Pretty Vacant »

asqwerth wrote: Thu Apr 24, 2025 1:14 pm Synaptic -
Thanks for that, and what about the 'launcher'?
MX-23.5_x64 Libretto- xfce

User avatar
Eadwine Rose
Administrator
Posts: 14416
Joined: Wed Jul 12, 2006 2:10 am

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

#4 Post by Eadwine Rose »

Right click, preferences. You can set the left click to open synaptic if you prefer.
MX-23.6_x64 July 31 2023 * 6.1.0-34amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
asqwerth
Developer
Posts: 7748
Joined: Sun May 27, 2007 5:37 am

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

#5 Post 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.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
fehlix
Developer
Posts: 12574
Joined: Wed Apr 11, 2018 5:09 pm

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

#6 Post 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.

danux
Posts: 34
Joined: Mon Nov 02, 2020 9:59 am

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

#7 Post 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).

User avatar
Pretty Vacant
Posts: 170
Joined: Tue Jul 02, 2024 7:41 am

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

#8 Post 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!
MX-23.5_x64 Libretto- xfce

Post Reply

Return to “Software / Configuration”