question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Data folder on Linux and MacOS should not be visible at $HOME

See original GitHub issue

When OpenUtau running on linux, it will create $HOME/OpenUtau as data directory, but the more reasonable way to save data would be create directory at $XDG_CONFIG_HOME/OpenUtau or $HOME/.config/OpenUtau

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:5
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
Nyaacinthcommented, Mar 23, 2022

Files in OpenUtau folder can easily reach Gigabytes, which seems too large to put in a hidden directory.

However, from the Linux’s general standards, the private data folder of an application is better to be located in a non-$HOME location or being hidden. If you are worrying about the downward compatibility of the application, you can provide a option for users to decide the location of data folder, there will be many people loving it.

PS: Temporary fixed by modify $HOME variable

3reactions
Nyaacinthcommented, Mar 28, 2022

When using applications on Linux and MacOS, we usually don’t want it to put non-hidden files under $HOME and treat it as an unexpected behavior then try to prevent it. And there are many other applications have similar issues, like LMMS. And these applications will generally place the data in other locations or allow the user to choose the location of the data. Really hope OpenUtau will have similar features to do it. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

5 macOS Folders You Should Never Touch (And Why)
5 macOS Folders You Should Never Touch (And Why) · 1. Language Files and Folders · 2. Hidden /private/var Folder · 3. System...
Read more >
What is /home directory in Mac OS used for?
/home is a hidden directory and it basically doesn't do anything. It is a 'link' to a shared volume mounted in /System/Volumes/home. It...
Read more >
How to make hidden files unhidden (normal) again?
So you can use the false command, create a new folder, open the "hidden" folder and drag it's contents to the non hidden...
Read more >
APPDATA equivalent on macos and linux?
On windows I was having problems with the install due to security issues that do not apply to APPDATA. Was getting permission denied...
Read more >
Mongod complains that there is no /data/db folder
I just went to the root directory using Finder and created a new folder using 'New Folder'. Totally worked for me. Note: I'm...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found