this post was submitted on 14 Nov 2024
160 points (98.2% liked)

technology

23306 readers
264 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

bird-screm-2 STOP TRYING TO INSTALL COPILOT

you are viewing a single comment's thread
view the rest of the comments
[–] KrasMazov@lemmygrad.ml 3 points 1 day ago (5 children)

I get the frustration when trying to do something that isn't well documented, so let me ask, what exactly were you trying to do?

I ask because learning there is a system and a home folder is basic Linux stuff that is just different from other OSes, and is not something particular to Bazzite, the only particular part being the system folder being read only, which is only true for some system folders, not everything.

[–] lil_tank@hexbear.net 2 points 1 day ago (4 children)

I was trying to create desktop entries, you know, the .desktop files that are read by DEs. The usr folder is write protected so I looked how to do this specifically in immutable distros.

In fact, I realised waaaay too late that the home folder was "~". Afterwards I realised that yes, the desktop entry documentation did refer to this other folder where desktop entries can be placed, but everytime I saw a folder path starting with ~ I assumed it was some convention, like starting a command with $.

[–] KrasMazov@lemmygrad.ml 3 points 1 day ago (3 children)

I was asking more what program you were trying to make .desktop files of, I should have been clearer, sorry for that.

I thought you were trying to make shortcuts for already installed programs on your desktop. If that were the case, on KDE at least you could just right click a program on the start menu and click to add it to the desktop.

But I totally get your frustration, the two locations for storing configurations should be communicated better for new users of Linux.

As a rule of thumb, most of the time you can always put configurations on your home folder, an example of this is if you need or want to mess with Pipewire configurations (system audio application), where instructions on the internet will tell you to put it somewhere with root access, but in reality you can just put it in a specific place on your home folder too, which is way easier.

And yeah, ~ always points to your user directory, it's another one of those Linux things that are common knowledge, but that new users aren't told about until they stumble upon it and have to search for.

Another way of specifying user directory without using your user name for that occasional application that for some reason doesn't accept ~, is to use /home/$USER/ in case you ever need that.

[–] lil_tank@hexbear.net 2 points 23 hours ago (1 children)

There are two cases where I needed to manually create a desktop entry, one was Intelliji Idea that starts up by running a bash script, and Godot Engine that has a single executable downloaded directly from the internet.

Thanks you for all the tips that's so cool comrade Mazov!

[–] KrasMazov@lemmygrad.ml 3 points 15 hours ago (1 children)

Oh I see. You could install both as flatpaks and it would have the desktop entries automatically. In Bazzite the easiest way is by using the software center/app store that comes with the OS.

I'm glad to help, comrade.

[–] lil_tank@hexbear.net 2 points 15 hours ago

Okay I didn't know Godot had a flatpak! I still really like desktop entries even when I don't have to use them. With a little experience I could write a bash script that sets up all my work and I find it cool so in the end. Overall, Linux has a ton of good stuff I really enjoy

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)