- cross-posted to:
- xfce@lemmy.ml
- cross-posted to:
- xfce@lemmy.ml
cross-posted from: https://lemmygrad.ml/post/6028275
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 promptterminal.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.
OP’s experience is a bit of a microcosm of it. I have a lot of fun learning my way around Linux, but feel a lot of pressure when I need to do something specific that I’m having trouble with. So I’m having lots of fun running it on my server or my steam deck, stuff I consider a hobby, but a bit uncertain about moving to Linux for a daily driver, where I might have to get work done.
I am running Mint, which I’m understanding is a lot more user-friendly than OP’s distro. And to be honest, 90% of the user experience is the same as on Windows with Mint. I just feel like I need to understand more about Linux, it’s file system, and all of its very technical quirks before my main PC makes the switch.
I remember that feeling. And using a beginner friendly distro like Mint is a mixed bag, because while the simple stuff is easier, more complex things can be a bit more difficult than they might be on a system designed to be flexible, like Endeavour or Arch; it’s a compromise either way.
You nay have already done some of these, but the things that gave me the confidence to switch were:
ls
,cd
,pwd
,cp
,mv
,cat
,touch
, andgrep
- even if you don’t need to use the terminal on whatever OS you’re on, this will give you confidence.~/.config
and realizing that system config is all text files helped me feel empowered to fix issues that may arise.At the end of the day I was still fairly petrified, but I found the experience much smoother than I had dared to hope. I think the deciding factor was that I used to really enjoy my computer way back in the Windows XP days through to Windows 7, but that joy had long since gone until I found it again with Linux. When using my computer began to feel like drudgery, I didn’t really have a choice but to switch.
Also, a hugely overlooked part of choosing a distro is the community around it. If your distro has good people filling its forums, you’ll never need to worry about getting something working when you need to.