-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better incoming folder fallback selection #2297
Comments
I disagree |
Ok. Is there any other option sensible to you than the root of the home directory structure? |
|
Zero reason was given why $HOME is not the best fallback. How is using the |
So as not to litter the root of an important directory structure where user expects full control of their non-hidden files. Poorly-ported commercial software does that, FOSS mostly tries to avoid it. And even then files are usually put in a custom subfolder. So tidiness and software hygiene is one. Also a very great majority of userspace applications categorize their files by default in subfolders so users actually expect files in an appropriate standard subfolder. Furthermore, security. To try to limit any potential attacks. There are some important config files and scripts in root of home. It doesn't seem the best folder to push 3rd party data files to. Also a bug could cause data flood or corruption. In all these cases there's simply less damage and damage control is easier if files are categorized/contained at least in one of the general data subfolders. Even further, convenience. A sensible falback=default selection means there's one less path to worry about when setting up a system. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
blueman: v2.3.5
BlueZ: 5.73
Distribution: Arch
Desktop environment: Xfce
If the configured incoming transfer folder is not available, Blueman falls back to home folder, notifying user:
$HOME
is not the best first fallback choice. Much more appropriate would be$XDG_DOWNLOAD_DIR
or$XDG_PUBLICSHARE_DIR
. Only if the system doesn't have XDG configured then Blueman could fallback to the home folder.The text was updated successfully, but these errors were encountered: