Avatar

MrSoup

MrSoup@lemmy.zip
Joined
5 posts • 44 comments
Direct message

Two panels instead of one? Meh

permalink
report
reply

Please see my reply to @just_another_person@lemmy.world (https://lemmy.zip/comment/11862806)

permalink
report
parent
reply

That’s what I’ve been using in the last decade or so.
Sometimes rarbg when can’t find a movie.

What’s the issue with it?

permalink
report
parent
reply

Folks, use Tenacity (flathub).

permalink
report
reply

Does your red light turn on? I’ve already tried some profiles there, should double check then.

permalink
report
parent
reply

Bonus:
You can open man pages inside GNOME Help by using yelp man:X

permalink
report
reply

On Linux files and folders have permissions info for owner, group and everyone else. So you can set individual permissions for these.

By setting the owner to root, if you want to make your user able to read/write that folder, you must either give permissions to everyone to read/write OR assign a group to the folder, give the group permissions to read/write and add your user to that group.

If you instead set your user as the owner of the folder, you can make only your user able to read/write without other fuss.

If you are a newbie, stick to gui file manager. Can you please tell me what file manager are you using? Most of the time you can change permissions thru right click > propriety > permissions.

permalink
report
parent
reply

/mnt/something has root as Owner. So When I try to move something to Trash, it’s not allowing me to do

You have to change permissions or owner of that folder (not /mnt itself but the subfolder “something”).
If I’m not wrong changing permissions is enough to use gui “move to trash”, you can use chmod thru cli (man chmod) o your gui file manager with root privileges.

If you want only your user be able to read/write to that disk, then change the owner using chown thru cli (man chown) or again your gui file manager.

permalink
report
parent
reply