Giving up control bit by bit
-
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.
-
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>
Often also in /etc/
-
This post did not contain any content.
Can't get the save file from some android games anymore.
️
One of these days, they'll add a censorship chip into every consumer electronic.
-
For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?
It doesn’t use the same path /home/username/Downloads?
Same as what? That isn't a default path for anything in Linux either. It's a convention that browser follows though, on Windows and Mac too.
-
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.
Suprised nobody said to use whereis xyz
-
This post did not contain any content.
just be glad you don't have an iphone. at least on android there are easy ways to remedy this.
-
This post did not contain any content.
-
dpkg -L package-name
Or the inverse
dpkg -S /usr/bin/somefile
For apt based distros, obviously.
I just tried this with Samba (so
dpkg -L samba
anddpkg -S samba
, and I also tried addinggrep "smb.conf"
and running it with sudo) and I was unable to find the share config file.It's located under
/etc/samba/smb.conf
but that command was returning a path under my local user. This is on Ubuntu -
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.If you give me a 1000 piece puzzle for free, but without the instructions or a box picture to go off of, you've done a nice thing by gifting me something but have also failed miserably as I'll never fuckin solve that puzzle
-
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.
Every time I touch a config file/setting I document it in my notes. I would be lost without it.
-
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.
As a long time linux user, I think all programs should have a config gui. (Not all, but you get what I mean)
-
I just tried this with Samba (so
dpkg -L samba
anddpkg -S samba
, and I also tried addinggrep "smb.conf"
and running it with sudo) and I was unable to find the share config file.It's located under
/etc/samba/smb.conf
but that command was returning a path under my local user. This is on UbuntuYou might want to look into the locate package (it might be called mlocate) if you can't find a file. It can be helpful.
-
For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?
It's basically a jvm that runs on the Linux kernel.
-
I just tried this with Samba (so
dpkg -L samba
anddpkg -S samba
, and I also tried addinggrep "smb.conf"
and running it with sudo) and I was unable to find the share config file.It's located under
/etc/samba/smb.conf
but that command was returning a path under my local user. This is on Ubuntuwrote on last edited by [email protected]dpkg -S
requires a full path like the example I gave.dpkg -L samba
should work fine. What is the error you got? -
If you give me a 1000 piece puzzle for free, but without the instructions or a box picture to go off of, you've done a nice thing by gifting me something but have also failed miserably as I'll never fuckin solve that puzzle
Terrible analogy honestly.
Feel free to not use this software, nobody will ever force you to use it.This is not software to entertain you. It's a tool that you don't understand how to use and choose to blame the people building it for free.