• 0 Posts
  • 33 Comments
Joined 3 months ago
cake
Cake day: June 22nd, 2024

help-circle




  • If calculated over lifetime, this number becomes closer to 1 in 75: This year one has the ‘chance’ or risk of 42000/335000000=12.5/100000 to be killed by a car. But one has this risk every year of the ~80 years one lives, thus the life time risk for the average person is about 1 %. Maybe the data is ‘cleaned’ for road death and people living close to agglomerations, where one encounters traffic jams, and thus the number is slightly higher, 1/75.







  • Anything GTK GUI related is not necessary anymore once you have installed KDE, as you then typically use e.g. Discover for software managing instead of the mint software center.
    I assume they stopped having a KDE version, as they then would have to completely rewrite their apps (those for the Mint look and feel) in Qt and supporting two such elementary different versions is to much for one team. Now, as they are delivering a Mate, Cinnamon and XFCE flavour, they can take advantage of them being all GTK2 or GTK3 based.


  • Right, installing a DE is usually not something a direct bloody beginner would/should do. But a beginner who installed Mint, e.g. because of recommendations, has already installed some programs and worked with their system for a while, but now is not confident with Cinnamon DE. For someone like them it’s feasible to ‘simply’ install a different DE e.g. KDE onto their system. (I’d also suggest uninstalling anything GTK related and reinstalling only those packages that one deems useful). As there are no essential differences between Kubuntu and Mint, I don’t see the problems here. KDE is in the same sources.list that Mint uses (in the official Ubuntu repos), so there shouldn’t be any strange dependency conflicts. Thus it’s not going to end up as a Frankenstein system.
    Personally, I use Debian btw. 😉, I’d also suggest installing the original, i.e. Debian or LMDE, if one likes the Mint stuff, and get rid of the Ubuntu dependencies. But I consider that basically as a matter of personal taste.


  • AfaIk, Linux Mint delivers it’s own version of apt, specifically some scripts interacting with apt, which does not default to Snap packages for e.g. Firefox, Kubuntu doesn’t (can’t). Basically, you could also install Kubuntu 24.04 and transform it to Mint 22 with KDE e.g. to have Mint-like behaviour of apt.
    Mint has the reputation of being a beginner friendly distribution, Debian doesn’t (not isn’t).
    If one uses Mint and does want to use another DE without reinstalling the OS, after all why not?



  • Do you mean: You currently have a separate partition mounted as /home and want to reuse this when installing a new distro?
    Yes, there is a way to avoid creating a new one:

    1. In the gui or tui installer, choose manual partitioning
    2. If they don’t exist yet, create the partitions you want to use.
    3. Specify their file system (ext4 or whatever you prefer), mount point or use, e.g. /, /home, swap.

    !!! Be careful !!!

    !!! For the /home partition make sure to uncheck recreate file system, format or alike. !!!
    This is the partition currently filled with your data!

    1. apply changes and procede installation.