MX Package UPDATER Appearance  [Solved]

Message
Author
User avatar
Ironfighter
Posts: 299
Joined: Tue May 07, 2019 4:45 am

Re: MX Package Installer Appearance

#11 Post by Ironfighter »

Mauser wrote: Sat Jul 05, 2025 2:05 pm This is someone with a lot of information that useful information that might have information you might be helpful in your situation. I highly recommend recording and saving all this information for future reference if ever needed and or other video posts. Please forgive my atrociousness spelling. viewtopic.php?f=94&p=824251&sid=74d1de5 ... 37#p824251
Thank you but could you reload your link please. It is not working for me.
"To achieve the greatest result, seek the quintessential"
General Shi Jue, late president of the Tai Chi Chuan Society of the Republic of China

User avatar
Mauser
Posts: 1496
Joined: Mon Jun 27, 2016 7:32 pm

Re: MX Package Installer Appearance

#12 Post by Mauser »

Ironfighter wrote: Sun Jul 06, 2025 4:36 am
Mauser wrote: Sat Jul 05, 2025 2:05 pm This is someone with a lot of information that useful information that might have information you might be helpful in your situation. I highly recommend recording and saving all this information for future reference if ever needed and or other video posts. Please forgive my atrociousness spelling. viewtopic.php?f=94&p=824251&sid=74d1de5 ... 37#p824251
Thank you but could you reload your link please. It is not working for me.
Something went wrong with the link. :confused: Try this. https://www.youtube.com/watch?v=VfTPBn5OxDA
I am command line illiterate. :confused: I copy & paste to the terminal. Liars, Wiseguys, Trolls, and those without manners will be added to my ignore list. :mad:

User avatar
Ironfighter
Posts: 299
Joined: Tue May 07, 2019 4:45 am

Re: MX Package Installer Appearance

#13 Post by Ironfighter »

@Mauser Thank you I will study later today.
@asqwerth Here are screenshots from both machines taken when I updated today (Note - since my previous posts I have changed the text colour from white to green on Machine 1).
I don't want to sound precocious but I would like machine 1 to look the same as Machine 2 if possible.
Image

Image
"To achieve the greatest result, seek the quintessential"
General Shi Jue, late president of the Tai Chi Chuan Society of the Republic of China

User avatar
DukeComposed
Posts: 1458
Joined: Thu Mar 16, 2023 1:57 pm

Re: MX Package Installer Appearance

#14 Post by DukeComposed »

Ironfighter wrote: Sun Jul 06, 2025 10:17 pm I don't want to sound precocious but I would like machine 1 to look the same as Machine 2 if possible.
Machine 2 shows the output of running a nala command. Adjust the text color preferences to match and then switch to using nala.

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

Re: MX Package Installer Appearance

#15 Post by asqwerth »

@Ironfighter

This has nothing to do with themimg. It also does NOT have anything to do with MX PackageInstaller. So your title and original post is misleading.

This appears to be the terminal output that happens when you use MX-UPDATER.

No wonder all us helpers were so confused. We thought you were referring to the look of the graphical interface of MXPI.


Seems to me your first machine is an older point release of MX23, where the apt-notifier icon was set up to update using apt rather than nala. Nala's text output is nicer looking. I am not logged into MX at the moment. Can you right click on the notifer icon in the system tray and check the various options and preferences. Is there a way to change the updater to use nala from these options?

If not, you need to check your $HOME/.config/MX-Linux [not sure of the actual folder name or if I got the case correct] .

There should be a apt-notifier.conf file within. If you open it, you can check for a "use nala" line. If it's set at FALSE, change it to TRUE.
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
Ironfighter
Posts: 299
Joined: Tue May 07, 2019 4:45 am

Re: MX Package Installer Appearance

#16 Post by Ironfighter »

asqwerth wrote: Sun Jul 06, 2025 11:24 pm @Ironfighter

This has nothing to do with themimg. It also does NOT have anything to do with MX PackageInstaller. So your title and original post is misleading.

This appears to be the terminal output that happens when you use MX-UPDATER.

No wonder all us helpers were so confused. We thought you were referring to the look of the graphical interface of MXPI.


Seems to me your first machine is an older point release of MX23, where the apt-notifier icon was set up to update using apt rather than nala. Nala's text output is nicer looking. I am not logged into MX at the moment. Can you right click on the notifer icon in the system tray and check the various options and preferences. Is there a way to change the updater to use nala from these options?

If not, you need to check your $HOME/.config/MX-Linux [not sure of the actual folder name or if I got the case correct] .

There should be a apt-notifier.conf file within. If you open it, you can check for a "use nala" line. If it's set at FALSE, change it to TRUE.
Please accept my apologies for a misleading title and post.

Attached are two screenshot from machine 1 - I haven't made any adjustments to either at this stage.

Image

Image
"To achieve the greatest result, seek the quintessential"
General Shi Jue, late president of the Tai Chi Chuan Society of the Republic of China

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

Re: MX Package Installer Appearance

#17 Post by Eadwine Rose »

Please edit the post title on your first post. Also.. please don't post screenshots of code output, they cannot be searched. You can post code on the forum like this:

[code]code output here[/code]

Thanks.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
Melber
Developer
Posts: 1355
Joined: Tue Mar 23, 2021 4:19 pm

Re: MX Package Installer Appearance  [Solved]

#18 Post by Melber »

Uncomment the use_nala line (line 40) in apt-notifier.conf
ie. from

Code: Select all

# use_nala = true
to

Code: Select all

use_nala = true
and save

User avatar
Ironfighter
Posts: 299
Joined: Tue May 07, 2019 4:45 am

Re: MX Package Installer Appearance

#19 Post by Ironfighter »

    Eadwine Rose wrote: Mon Jul 07, 2025 3:51 am Please edit the post title on your first post. Also.. please don't post screenshots of code output, they cannot be searched. You can post code on the forum like this:

    [code]code output here[/code]

    Thanks.
    No problem - would you care to suggest a suitable title?
    Regarding the code - noted.

    @Melber Thank you - My machines are shut down for the night but I will follow your suggestions and post the outcome.
    "To achieve the greatest result, seek the quintessential"
    General Shi Jue, late president of the Tai Chi Chuan Society of the Republic of China

    User avatar
    Ironfighter
    Posts: 299
    Joined: Tue May 07, 2019 4:45 am

    Re: MX Package Installer Appearance

    #20 Post by Ironfighter »

    Melber wrote: Mon Jul 07, 2025 4:25 am Uncomment the use_nala line (line 40) in apt-notifier.conf
    ie. from

    Code: Select all

    # use_nala = true
    to

    Code: Select all

    use_nala = true
    and save
    Thank you for your solution and the way you explained it. Her is my Machine 1 MX Package Updater appearance now that I have followed your advice:-
    You do not have the required permissions to view the files attached to this post.
    "To achieve the greatest result, seek the quintessential"
    General Shi Jue, late president of the Tai Chi Chuan Society of the Republic of China

    Post Reply

    Return to “General”