Page 1 of 10

MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 1:26 pm
by manyroads
Hello all.

Not having done this before in the MX-world, I am pleased to announce the "release" of MX18 Continuum (Minimal). :happy: I have completed everything I can think of to build a MX18 Minimal install image (iso).

For those of you who have not been following the forum discussion on the creation of a Minimal MX Install be advised, this is not a re-creation of antiX. This is truly a "minimalist version" of MX 18 Continuum.

This 'minimal' MX Linux 18 Continuum build is designed to provide you with the basic core of MX Continuum --minus-- all major applications, extra Conkies, icons and themes. The intent of this build is to provide you with a 'reasonably' clean MX base from which to build personal and/or shared MX Desktops. I am using this base both for my personal Desktop and to build a Children's Education Desk using MXLinux 18 as its base.

Should you decide that you would rather build this manually, from the regular MX19 install set, you certainly may. There are a few items, in addition to those in the script, you will need to remove via MXPI. They are enumerated below:

#################################
# Remove the following with MXPI:
# Numix (Icon & Window Themes)
# Faenza (Icon theme)
# Faenza-cupertino (Icon theme)
# Arc (Window Theme)
#################################

In addition to all the applications that have been removed, all Conky scripts, excepting those in MX-Default & MX-Elementary folders, have been removed.

If you wish to run my script and/or build a script of your own here is mine to edit as a basis for yours:

#################################
#!/bin/bash
sudo apt-get remove --purge aisleriot asunder chromium-bsu chromium-bsu-data clementine clipit dconf-editor dict fbreader featherpad feh firefox galculator
geany geany-common gimp gimp-data gmtp gnome-hearts gnome-mahjongg gnome-ppp gnome-schedule gscan2pdf gsmartcontrol gtkhash gtkhash-common guvcview* hexchat htop lbreakout2 lbreakout2-data libreoffice* lightning luckybackup luckybackup-data mc mc-data nomacs nomacs-l10n onboard onboard-common onboard-data orage pdfshuffler peg-e pppoeconf qpdfview* samba samba-common samba-common-bin samba-libs simple-scan smtube swell-foop thunar-gtkhash thunderbird vlc xfce4-notes xfce4-notes-plugin xfce4-sensors-plugin xfce4-taskmanager
#
sudo apt autoremove --purge
#################################

Enjoy. :bagoverhead:

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 2:07 pm
by anticapitalista
Having a quick look in VBox - seems like you have done a very good job here - well done!

What I like is that it is clearly MX (and not just because of the wallpaper) and it does what users requested ie MX (Xfce plus tools) and just enough to get started and to install. Let's hope those who requested such an iso do test it out.

There are a couple of bugs I saw - for example you can't actually open a text file - it gives an xterm error and I'm not sure plymouth is a good idea (but that is just my personal choice) and you could have got rid of alternatives configurator and transmission.

Once again, well done with this, manyroads!

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 2:09 pm
by manyroads
Thank you very much @anticapitalista. I'll check the errors out and see what I can do.

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 2:53 pm
by malspa
I've downloaded it and I'm booted into it. I can open a text file with nano from the command line, but not if I try to do the same thing from Thunar (right-click on the file, select Open With "Nano", that doesn't work, throws up the xterm error).

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 2:57 pm
by Richard
Probably cause featherpad was removed.
Must be hardwired to use featherpad?

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 2:58 pm
by kmathern
malspa wrote: Mon Jan 14, 2019 2:53 pm I've downloaded it and I'm booted into it. I can open a text file with nano from the command line, but not if I try to do the same thing from Thunar (right-click on the file, select Open With "Nano", that doesn't work, throws up the xterm error).
Is xterm installed? It's not installed by default on the regular MX18 that manyroads started with.

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 3:08 pm
by chrispop99
I did a quick test live, and nothing unexpected happened.

I did wonder whether it would have been more appropriate to do this with the 32-bit version, so users could install lighter applications such as Abiword, SMPlayer, etc. on minimal hardware.

Chris

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 3:09 pm
by Richard
I ran the script on 32 bit EeePC without problems.

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 3:11 pm
by chrispop99
Richard wrote: Mon Jan 14, 2019 3:09 pm I ran the script on 32 bit EeePC without problems.
Thanks; I used the ISO.

Chris

Re: MX18 Continuum (Minimal) Release

Posted: Mon Jan 14, 2019 3:21 pm
by malspa
From the live session, can't install packages. Hm. The debian.list file looks good, but apt search doesn't find any packages that aren't already installed (same with searching via Synaptic). Or is this normal?