Linux Mint's System Information Tool in Zorin 18

I find Linux Mint's new System Information tool very useful, and want to share how I get it working under Zorin.

Installation:

Requirements:

If you don't see any errors then now it should be installed. But don’t just run away and launch it because it won’t :slight_smile:

Post Installation:

Fix Not launching:

  • First create the missing directory:
    sudo mkdir /etc/linuxmint
    
  • Add the following info:
    echo 'RELEASE=18
    EDITION="Ubuntu 24.04"
    CODENAME=noble
    DESCRIPTION="Ubuntu 24.04 Noble"' | sudo tee /etc/linuxmint/info
    

Alright after this, System Information should be launching. Go on try it.

You see, it still not finished. Let’s fix these.

  1. Background Color:

    gnome-text-editor admin:///usr/lib/linuxmint/mintreport/app.py
    

    Go to line number 177 and replace 86be43 with 039dea and save the changes.

  2. Correct OS name:

    gnome-text-editor admin:///usr/lib/linuxmint/mintreport/app.py
    

    Go to line number 364 and replace Linux Mint with Zorin OS and save the chnages.

  3. Missing Logo:

    Zorin logo: https://icons8.com/icon/ot47Rd4y4xi1/zorin

    Visit the above link and change the color to white and download as svg in 24×24 size.

  • Now open file manager, First go to your Downloads folder and copy the zorin logo svg you have downloaded.

  • Now press CTRL + L to highlight the path bar and enter admin:///usr/share/pixmaps

  • Paste the zorin logo in this place and rename it to zorin-logo-white.svg

  • Final modification for logo to appear:

    gnome-text-editor admin:///usr/share/linuxmint/mintreport/mintreport.ui
    

    Go to line number 76 and replace linuxmint-logo-filled-ring with zorin-logo-white and save the chnages.

Thats all, now it’s ready. Launch System Information from app menu.

-x-

Have a Good day

8 Likes

Thank you, it worked. Maybe you want to add that you have to go to Downloads
('cd Downloads' or open terminal here) before you enter the sudo dpkg -i... command.
The links to the .deb files didn't work on my system, I had to remove the filename in the URL and search manually for the package, then it worked.
I got some problems with the taskbar (launchers didn't open), but I'm not sure if it is related to the installation, and I'm in live session and have not updated my packages).

The value of the drive capacity is a bit different from the Zorin system information. All drives are added here (USB boot stick plus SSD)

Edit: After I closed the both windows Zorin taskbar disappeared...strange...I'd be careful to install it on my real system. But I have installed some other third party gnome extensions, maybe there are conflicts now.

I have great respect for you for figuring all that out! It really took a lot of steps!

2 Likes

@Forpli thank you for the inputs.

There is still few things needed to be modified I guess in order to get the correct drive size and Gnome version.

About the taskbar crash, I think that is related to mintreport-tray that comes along with this. Since we're inside gnome environment, it is not needed and probably safe to remove/disable. However I have installed in my real system and no crash of any kind so far. The mintreport ones will launch and not the tray ones. mintreport-tray ones can be removed.

Also the links I attached for the deb files are working fine on my side, clicking on them directly downloads the deb files.

I will update my post tomorrow with the suggestion you made and share the way to disable mintreport-tray.

I have a Question to this:

It specificly this 3.0.2 Version neccessary? I ask because this Package is avalable in the Repo's but only in Version 2.4:

Yes, mintreport requires python3-xapp (≥3.0.0)

Under Zorin's Nobel repositories 2.4.x is the highest one available. That's why I use the 3.0.2 version as available in the Mint's package website.

Installing 3.0.2 seems to be have no conflicts. I haven't face any issues due to this. All works fine.

Just in case, if you face any issues due to this then you can remove it using:

sudo dpkg --purge python3-xapp && sudo apt install -f
3 Likes

Okay, thank You.

This is a bit strange, I don't know why its showing different Disk size in your case. I checked on my side, this is showing correctly in System Settings and System Information (mintreport). Cross checked with Resources and it also shows the same for me.

I suspect it could be due to mintreport-tray. Try to remove and disable it:

mv -v ~/.local/share/applications/mintreport-tray.{desktop,bkp}
sudo mv -v /usr/share/applications/mintreport-tray.{desktop,bkp}
sudo mv -v /usr/lib/linuxmint/mintreport/tray.{py,py-bak}

And from Task Manager check if mintreport-tray is already running, kill it from there and check if this fixes the crash or not.

After the installation you may find two entries for System Information, one is mintreport and other is mintreport-tray. The tray ones don't launch, so we need only mintreport ones which works after the launch fix is applied. The above 3 commands will get rid of mintreport-tray. Then remove the currently added launcher from the taskbar and again add it from the menu, check if this time it launches or not.

1 Like

Hello littlekun, unfortunately, I can't test that right now because I already ended the live session. Thanks anyway! I wasn't specifically referring to the mintreport launcher that wouldn't open (I hadn't pinned it to the taskbar), but rather all the other launchers of the taskbar (Nautilus, Terminal, etc.) suddenly stopped working.
If I try out the admin tool soon when the instructions are published, I'll give it another go.

1 Like

Okay, I tried it, too and it worked weel for me:

One Thing to add here:

I had this; this is because of a missing Package called aptkit but this is available in the Repo's and You can install it and it works - at leat in my Case. You could add this to the Install List under ''Requirements''.

Thanks for reporting.

I have updated it in the post.

About the System Administrator tool of Mint - It seems to have no conflicts and issues after manually installing under Zorin. Works right away after the installation.

But, However:

(My impressions & thoughts)

  1. Those toggle buttons are like alien under Zorin, and can't be customisable to match Zorin's look and feel.
  2. System Administrator(mintsysadm) uses its own separate grub config under /etc/default/grub.d/98_mintsysadm.cfg
    This could conflict for the users who have already made configuration inside /etc/default/grub.
  3. Currently it only offers limited grub modification - Boot menu and Boot parameters. If these are the only two requirements by the end users, then you have no issues at all. But for other grub configuration you have to do it in the traditional ways.

Here is the link to the package: http://packages.linuxmint.com/pool/main/m/mintsysadm/mintsysadm_1.0.4_all.deb

Overall seems to be a handy tool.

1 Like