-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
use a saner, cleaner and standard default linux conf file storage location #49
Conversation
…ation for anki, without breaking existing installs.
Please see the user manual for an explanation of why Anki does not use a On Mon, Nov 11, 2013 at 10:57 AM, Valentin Lab notifications@github.comwrote:
|
Thanks for the answer, a link to the manual where you explain why this is not a solution for you would have been appreciated. I didn't see it despite me actively trying to find ways to get over it (hence the link to the manual about the And this is the specific about this topic:
I don't see the actual solution as satisfactory. I have plenty of software on my computer, and Anki is the only one sticking in front of my nose it's folder AND that don't give me an easy way to definitively move it around. I think I wouldn't complain if you used a way for moving it around without having to edit some distribution provided files (I'm thinking of the binary It's not because some people are messing around with standard that you should do it yourself, or at least give what you feel like are your advanced users a simple way to change this. And the command line option you provide is not satisfactory. It's only usefull for temporary tests or special usages. Look for example at firefox / thunderbird : they do provide a way to change where their profile folder is located, and BTW, by default, the profile data is located in a "hidden" dot file directory. Actually, I'm not able to name an application that is storing its data outside a dotted file (except for Ubuntu One and Dropbox, but they are actually not showing their application data but a very special directory). A very large number of configuration data is stored in dotted files/directory nowadays in all distribution I know about, only a few are not (and I can't name them, cause I don't know about them). I don't feel neither that you are making things easier for new linux user by breaking a well established convention and making an exception for your software. I'm so happy NOT TO have a "Skype", "XMame", "WorldOfGoo", "Transmission", "Thunderbird", "teamviewer", "SpiderOak", "PlayOnLinux", "OpenOffice", "Opera", "Mozilla", "Minecraft", "Mathematica", "Macromedia", "Java", "Inkscape", "GoogleEarth", "Eclipse", "Azureus", "Adobe"... directories in my actual Don't forget that Anyway, thank you for your answer. At least you have stated your position, and me mine ;) . I can afford rebasing this patch from time to time ;) |
We could solve this by using |
Please avoid creating discussions in multiple places at once. |
Hi, thanks a lot for Anki ! Learning Chinese with anki support !
I'm a linux user, and well, I tidy my computer often and don't like to see that "Anki" stores its stuff by default in
~/Anki
. There's a widely used standards in linux world which is to use dotted files name to avoid clutering the home user directory with millions of subfolders. And BTW, use of uppercases is usually avoided. So I changed it to "~/.anki".So, please consider my small contribution to this marvellous piece of code. It should'nt break existing installation neither. I'm open to all comments !
I'm aware that there is a
-b
option, but its is not very convenient to edit all the hidden shortcuts in Ubuntu ".desktop" files. And, well it's not working for me, and even if it was, I don't want to do this after any updates. I felt that this change was legitimate as all other package are using this convention. I'm ready to hear you on this topic if you think otherwise.Thanks for reading !