..instead of being named deja-dup, the folder can contain a file called:
.deja-dup
..with some basic info about the backup. This allows other software to
fine the folder without much difficulty.
in pseudocode, instead of:
if folder_exists('deja-dup'):
#do stuff
..it would be:
for folder in folder_list():
if file.exists(folder + '/.deja-dup'):
#do stuff
..which isn't significantly more difficult.
..also, during setup, you could prompt the user for a name, and have a default
like "backup".
..plus, this has the benefit of being self-contained, and doesn't put
pressure on other projects (nautilus) to handle the naming.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/915111
Title:
deja-dup Ubuntu One folder is unfortunately named
To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/915111/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs