You are not logged in.
Hello!
Is it possible to change the Dropbox location from ~/Dropbox (capital D), to ~/dropbox?
I can change the path, but not the last location.
Oerjan...
Ørjan Pettersen
Offline
That's hardcoded. It's for the stupid people who are unable to create their own folders. On the bright side: This is the only "feature" I dislike about Dropbox, so they are forgiven.
Offline
Be grateful it's not called "My Dropbox" anymore. Ugh...
The source code is available. If it bothers you that much, get it from the official site and try searching for "Dropbox" (matching case) and see if you can cut it out (or replace it) before you compile.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Then again, ~/dropbox and ~/Dropbox are different folders in UNIX/Linux, but the same folder in FAT/NTFS.
It is possible that this would have unwanted consequences.
Mektub
Follow me on twitter: https://twitter.com/johnbina
Offline
Hmm, to bad. Guess I can live with it for now. Thanks.
Ørjan Pettersen
Offline
Create a folder, e.g. ~/.data/Dropbox and link it to ~/dropbox.
Offline
ln -s ./Dropbox ./dropbox
/arch/gentoo/openbsd/
Offline
This annoyed me a bit too with every other folder I have being in lowercase.
I opened up the ~/.dropbox/config.db with sqlite3. In here you can change the directory by running:
sqlite3 ~/.dropbox/config.db
update config set value='/home/user/dropbox' where key='dropbox_path';
Offline
I opened it with sqlitebrowser and there is no such "dropbox_path" in there.
It's awfully big (3 KB) for such an empty file... How do you fully read it?
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
For me, the file only contains one dataset "config_schema_version = 2"... Where's the path variable gone?! Can't have dropbox mutilating my new home folder.
Make it idiot-proof, and someone will breed a better idiot.
-- Oliver Elphick
Offline
edit... stupid me.
Last edited by Rasi (2013-03-24 12:18:56)
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline