Comment 19 for bug 1657092

Revision history for this message
Naƫl (nathanael-naeri) wrote :

I wish I was knowledgeable enough to fix less trivial bugs. In the meantime, here are two branches. Michael, which one would you like I request a merge of?

https://code.launchpad.net/~nathanael-naeri/deja-dup/fix-1657092-a

Changes the word "Files" to "the file manager". The more accurate "a compatible file manager" or "a supported file manager" can be considered too.

https://code.launchpad.net/~nathanael-naeri/deja-dup/fix-1657092-b

Uses "Files" or "Caja" depending on the environment variable XDG_CURRENT_DESKTOP ("Caja" if it's MATE, "Files" if it's something else or unset). To test in the test shell, make a first backup, and open deja-dup-preferences as follow:

  $ XDG_CURRENT_DESKTOP=Unity deja-dup-preferences
  $ XDG_CURRENT_DESKTOP=MATE deja-dup-preferences

PS [Michael]: I don't know if Launchpad notified you, but you'll want to read my follow-up comments on my last merge request : https://code.launchpad.net/~nathanael-naeri/deja-dup/fix-1549776/+merge/317042