Giving up control bit by bit
-
This post did not contain any content.
I really do wish that more packages on Linux had installation paths clearly noted in a readme.
I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.
I've started saving useful commands in a note on my desktop.
-
I really do wish that more packages on Linux had installation paths clearly noted in a readme.
I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.
I've started saving useful commands in a note on my desktop.
i just give up after a couple of minutes if it isn’t somewhere obvious and then search my whole system with grep lmao.
how wonderful to live in a world where compute is so cheap.
-
This post did not contain any content.
For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?
-
This post did not contain any content.
Firefox: oh you just saved 3 files to a folder, allow me to save the next one to a folder you haven't downloaded anything to in months.
Thank the allmaker for KDE recent files.
-
For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?
Don't know what this meme is about.
Everything I download is in my downloads folder.
Good luck finding the downloads folder path in IOS. -
I really do wish that more packages on Linux had installation paths clearly noted in a readme.
I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.
I've started saving useful commands in a note on my desktop.
wrote on last edited by [email protected]dpkg -L package-name
Or the inverse
dpkg -S /usr/bin/somefile
For apt based distros, obviously.
-
For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?
It's built on a , by now very modified and incompatible, Linux kernel. But not a GNU userland at all.
-
I really do wish that more packages on Linux had installation paths clearly noted in a readme.
I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.
I've started saving useful commands in a note on my desktop.
Which readme?
The one on the github that has out of date instructions and tells you to check the discord?
The 6 year out-of-date one on your distro's wiki?
or The gnu-info/manpage that is only for the original upstream and doesn't tell you where all the files have been moved or that half of the software isn't actually installed since it was split out into extra packages for justdebianthings
-
This post did not contain any content.
-
Don't know what this meme is about.
Everything I download is in my downloads folder.
Good luck finding the downloads folder path in IOS.wrote on last edited by [email protected]That was a problem for years. Apple didn’t make the Files app to navigate the filesystem until 2017. It’s fine now, but it was absurd for sure.
-
For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?
It does not, but on all of the Android devices I've used there's simply a "downloads" folder in the root location (or what is exposed to the user as root location, anyway) where downloads go by default. From web browsers, at least.
The problem is that where things are saved is more or less up to the developer of the app in question, and sometimes they make some very nonsensical choices. The app could create a folder for itself in root, or it could create a folder for itself in "documents," or it could simply park things in one of the preexisting userspace folders. Or it could bury the file it just created in /Android/data/com.appname.fd6bca3/files/0/dl/, and it sure as shit won't tell you nor give you the option to put it anywhere else.
-
I really do wish that more packages on Linux had installation paths clearly noted in a readme.
I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.
I've started saving useful commands in a note on my desktop.
wrote on last edited by [email protected]I usually start inotifywatch with read events, open the program, close it and see what inotifywatch dumped.
-
Which readme?
The one on the github that has out of date instructions and tells you to check the discord?
The 6 year out-of-date one on your distro's wiki?
or The gnu-info/manpage that is only for the original upstream and doesn't tell you where all the files have been moved or that half of the software isn't actually installed since it was split out into extra packages for justdebianthings
Do I really need to remind this is free software made by benevolent developers?
I get it it's infuriating but it's still in some way a gift you were given and seem unhappy with. -
It's built on a , by now very modified and incompatible, Linux kernel. But not a GNU userland at all.
Yeah, fuck Android. PostmarketOS is my new best friend.
-
Which readme?
The one on the github that has out of date instructions and tells you to check the discord?
The 6 year out-of-date one on your distro's wiki?
or The gnu-info/manpage that is only for the original upstream and doesn't tell you where all the files have been moved or that half of the software isn't actually installed since it was split out into extra packages for justdebianthings
To be honest, sounds like you aren't using arch btw. Jk I have the same issues on arch
-
Firefox: oh you just saved 3 files to a folder, allow me to save the next one to a folder you haven't downloaded anything to in months.
Thank the allmaker for KDE recent files.
wrote on last edited by [email protected]Thank the allmaker for KDE recent files.
and GNOME recent files. I believe its even an XDG FreeDesktop spec.
damn its 23 Years old: https://specifications.freedesktop.org/recent-files-spec/latest/
-
It does not, but on all of the Android devices I've used there's simply a "downloads" folder in the root location (or what is exposed to the user as root location, anyway) where downloads go by default. From web browsers, at least.
The problem is that where things are saved is more or less up to the developer of the app in question, and sometimes they make some very nonsensical choices. The app could create a folder for itself in root, or it could create a folder for itself in "documents," or it could simply park things in one of the preexisting userspace folders. Or it could bury the file it just created in /Android/data/com.appname.fd6bca3/files/0/dl/, and it sure as shit won't tell you nor give you the option to put it anywhere else.
wrote on last edited by [email protected]Get a file explorer. Mine has a "recent" tab where all the new stuff is. I can also move or copy files easily. Vanilla explorer is not very good but it does have the basics covered. It is annoying not to have a system-wide download dialog though.
I suspect part of why google's app is subpar is to promote their cloud storage.
-
I really do wish that more packages on Linux had installation paths clearly noted in a readme.
I've been using Linux daily for over a year now and I still have a hard time tracking down config files and install paths. Its just not one of those tasks I do regularly so I always forget best practices when trying to find stuff. The CLI always gives me the best results but getting the commands right can be tedious.
I've started saving useful commands in a note on my desktop.
I've started saving useful commands in a note on my desktop.
Great idea
hard time tracking down config files
Usually under ~/.config/<app> or ~/.local/share/<app>
-
Get a file explorer. Mine has a "recent" tab where all the new stuff is. I can also move or copy files easily. Vanilla explorer is not very good but it does have the basics covered. It is annoying not to have a system-wide download dialog though.
I suspect part of why google's app is subpar is to promote their cloud storage.
I use Root Explorer.
A shocking number of Android devices ship without a file browser installed from the vendor at all. If you want one you have to install it yourself. This is baffling to me.
-
i just give up after a couple of minutes if it isn’t somewhere obvious and then search my whole system with grep lmao.
how wonderful to live in a world where compute is so cheap.
Amateur. I read the source on GitHub to see where it's saving that shit.