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
How place 'check updates' launcher directly in the panel? [Solved]
- Pretty Vacant
- Posts: 170
- Joined: Tue Jul 02, 2024 7:41 am
How place 'check updates' launcher directly in the panel?
MX-23.5_x64 Libretto- xfce
Re: How place 'check updates' launcher directly in the panel?
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.
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
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
- Pretty Vacant
- Posts: 170
- Joined: Tue Jul 02, 2024 7:41 am
Re: How place 'check updates' launcher directly in the panel?
Thanks for that, and what about the 'launcher'?
MX-23.5_x64 Libretto- xfce
- Eadwine Rose
- Administrator
- Posts: 14416
- Joined: Wed Jul 12, 2006 2:10 am
Re: How place 'check updates' launcher directly in the panel?
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
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
Re: How place 'check updates' launcher directly in the panel?
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.
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
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
Re: How place 'check updates' launcher directly in the panel? [Solved]
Use a desktop entry with the following content: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?
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
Code: Select all
~/.local/share/applicatios/check-for-updates.desktop
Code: Select all
$HOME/.local/share/applicatios/check-for-updates.desktop
Incase it does not work for you post QSI, so we can help you.
Re: How place 'check updates' launcher directly in the panel?
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).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.
- Pretty Vacant
- Posts: 170
- Joined: Tue Jul 02, 2024 7:41 am
Re: How place 'check updates' launcher directly in the panel?
Marvellous! This is exactly what i'm looking for: a 1 click check updates.
Thanx fehlix!
MX-23.5_x64 Libretto- xfce