After being extremely annoyed with how Microsoft was trying to force me to use their worthless Outlook programme, and learning that Windows 11 (which they’ve also been pressuring to try) is polluted with advertising, I decided that it was time to migrate to another operating system. Somebody recommended EndeavourOS to me, and after backing up my valuables and following these instructions, I am finally trying a better operating system.

If I’m being honest, my first impressions are… not good.

One of the first things that I notice is that I can’t easily modify the /usr/ directory. I tried to install Java there but the OS would not let me because I lack the permission. How do I get the permission? I don’t know. I am guessing that it has something to do with Terminal Emulator, and the fact that I have to use this program so much immediately tells me that this OS was made for programmers in mind, not ordinary users. On Windows, I could click an executable, click a few more buttons and be done with it, but here the OS wants me to mess with a DOS prompt terminal.

Then there is the scaling. I managed to adjust the scaling while keeping the resolution so that everything on my screen didn’t look microscopic. The problem is that when I open certain tabs or windows, they stretch out so far that the monitor can only show part of them. Here’s a screenshot so that you can see what I mean:

This is just lousy design. I can shrink the window, but not by much.

I want to uninstall a font. How do I do that? Well, I read on the EndeavourOS forum that I need to run ‘pacman’ (meaning the terminal) to uninstall a font. Nobody elaborated on that. So after entering the terminal, typing ‘su’, then my password (another annoyance), then entering “pacman -R /usr/share/fonts/noto/NotoColorEmoji.ttf”, the terminal spits out “error: target not found: /usr/share/fonts/noto/NotoColorEmoji.ttf”, even though I am 100% certain that it is there. I would just remove it by simply clicking it and deleting it, except that the OS refuses and tells me “Error removing file: Permission denied”.

Speaking of which, I actually find this more annoying than Windows’ worthless ‘administrator’ function. At least I could simply click the administrator function and be done with it. The process here looks much less straightforward.

I want a calendar with scheduling, which is part of the reason that I am quitting Windows. I downloaded the Orage application hence, then I clicked on ‘orage-4.18.0.tar.bz2’ in my downloads folder. My cursor spins like something is loading, and… nothing happens. I don’t even get an error message.

There are some other things that I could mention (where’s the color filter?), but these are the worst offenders. I’m not calling it quits on EndeavourOS, and I am sure that eventually I’ll get the hang of things, but so far this has been unenjoyable.

  • TruePe4rl
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    Read a bit on package managers, they may seem bad and unintuitive for people coming from Windows (at least I like to terrify some people with cmd.exe and winget - one of several package managers that may be preinstalled in windows), but updates are easier. I personally have a better experience with using them directly from command line, but thete’s plenty of frontends.

    Also, for a Windows user, maybe look into KDE desktop enviroment or sth like Cinnamon on Linux Mint. Generally Ubuntu forks are a good choice, Arch based systems can get a bit more rough with configs (especially vanilla install).

    As a person who currently daily drives Endeavour with i3wm, I can say it is not the best choice for a beginner, even though if you don’t mess with the system it is quite ok. My first install broke after a year of heavy modifications.

    Also, if you need some resources, ArchWiki is a great reaource, even if you’re on other systems.

    Try have a look at Kubuntu, maybe you’ll like it.