Skip Navigation

1 month of Linux Mint and some thoughts.

About a month ago I switched to Linux mint from windows 11.

The first thing I noticed was mint being faster and less bloated than windows 11.

I also liked having actual control over my settings without a corporation being able to undo them at will.

Another thing I noticed was not having to add extensions to text files to run as a program instead having the option in properties.

For certain windows programs and games I was able to use wine which was great because I like to use gamemaker 8.1 which was made before they added linux support.

I tried different wine environments starting with bottles then trying Steam proton and Lutris. With Lutris being the one I ended up using due to it being the only one that I could get to run every program I needed.

The ms paint alternative called drawing took some use to due to it automatically cropping out parts of the image outside of the line when pasting in a screenshot from the clipboard.

Although I do still miss ms paint but that is mostly nostalgia.

Fortunately there is an option to save the screenshot after taking it.

Migrating from windows I appreciate the SUPER key bringing up a menu on the bottom left which brings up some apps and the search bar. Which always searches on the OS unlike windows 11 which sometimes searches the internet instead.

Another detail I noticed is if you type paint or notepad in the search it brings up drawing and the text editor which is nice for people transitioning to Linux.

Being able to move the panel or add new ones was also a breath of fresh air from windows 11 making the task bar more restrictive.

Having the option of deb packages and flatpacks is really useful as well.

I also no longer have to worry about telemetry or microsoft trying to show me ads or pop ups.

TL:DR Mint is a way better experience than windows 11.

72 comments
  • There's a great ms paint alternative from KDE called Kolour Paint, which you can grab from the software center.

  • I'll mostly share tips regarding what you said, OK?

    Quite a few programs still rely on files in ~/.config/. So if you feel like the options in a program are "missing", give its config file a check. (To see hidden directories: Ctrl+H)

    There's another MS Paint alternative called Kolourpaint. I personally prefer it over Drawing; once you install it you'll need to install quite a bit of stuff from the KDE environment, but I think that it's worth.

    The super key can be configured to your taste. For example mine brings up composing, so if I type Super+e+1 I get ɛ, Super+a+1 I get ɐ, so goes on. (I open the menu with Alt+F1, by the way.) As implied, as a further tip - if you need certain characters you can create custom keystrokes through a file called .XCompose.

    • To expand on this some if you're more of a visual person:

      If you open the keyboard application, (just called "keyboard" when you do a search in your applications.) the second tab is "Shortcuts". From there you can see an interface that shows and helps you change all the shortcuts on the system.

      You can use the search feature to narrow things down quickly. The multiple "screenshot" shortcuts were nice to find for some common use cases I do.

  • Another detail I noticed is if you type paint or notepad in the search it brings up drawing and the text editor which is nice for people transitioning to Linux.

    That feature is actually implemented on a per-application basis. Each application has a .desktop file in /usr/share/applications/ or possibly in ~/.local/share/applications/ which includes a lot of the stuff you see in the Menu, including the application's name, the comment it displays when you hover over it, etc.

    Check this out: In the Nemo file manager, go to /usr/share/applications/, then scroll down until you see Text Editor. If you double click this, it will launch Xed, Cinnamon's text editor. But if you right click, Open With...and choose Text Editor, you'll see a text file named xed.desktop with a bunch of stuff like Name{en_GB]=Text Editor so that it displays the name correctly in a bunch of languages. Scroll down near the bottom and you'll see an entry that says "Keywords=text;editor;tabs;highlighting;code;multiple;files;pluggable;notepad;" or something similar. If you type any of those words in the Menu's search bar, it'll come up with Text Editor. You'll need root permissions, but you can even add your own here if you want.

    On the same note, if you type "letter" or "document" it will find LibreOffice Writer.


    I never did like the idea of trying to make the search bar in the Start menu an omnifunctional thing, because all it does is make it useless. The Menu's search bar should be for finding and launching applications. Searching a couple directories full of .desktop files for names and keywords is very fast and responsive, which is what I want for launching programs. Recursive file searches through the entire file system take longer, as do web searches. Those functions should be separate.

  • Congratulations. My experience is pretty close to yours. Besides some software and shortcuts I miss from windows, it just works, and in these little moments I need help, there probably a dozen of threads with suggested solutions.

    Be aware of Time Shift though. A part of new users report it taking all free space on the drive and crippling system, if used on ext3-4 file system + saving back ups to the system drive + having things like flatpack or TS's own folders not excluded. It happened to me and a lot of others, as I've encountered this question multiple times on the web, so keep an eye on it. You can actually open any save point as a folder from TS's interface and see if it saves what it shouldn't.

  • I have been meaning to create a mspaint for Linux. I typically try to copy the layout and features almost exactly so people can enjoy free and open source versions of software they may miss.

    I'll get right on to it as soon as I can, but I have been having trouble with drawing programs in Godot.

72 comments