[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-03-16 Thread Naël
Thanks for your feedback and the video. Never mind the untranslated
string, this behavior is not normal at all. When I plug my external hard
disk, backup starts and completes successfully.

I'm thinking we could add unique error IDs in the code to find out which
particular error is triggered in your case. That would give us a lead to
fix the translation and also hopefully the issue itself.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-03-16 Thread Olivier Febwin
@nathanael-naeri : Yes it's my usb disk backup.
Yes this error show up everydays. 
I must have to relaunch dejadup to begin backup.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-03-16 Thread Olivier Febwin
https://youtu.be/thpECp12XU4

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-03-15 Thread Naël
@Olivier:

It's the disk you use as backup location I suppose? Does the error show
up every time you plug it? Does it prevent automatic backups from
happening or do they occur later? Does the error prevent you from
running manual backups too? Does it also show up during manual backups?

@Vej:

Might be, but a network issue isn't very consistent with Olivier's
report that the error occurs when he plugs in his USB disk.

There are several places in the code where a caught exception is printed
out, grep warning("%s for a list. This one, in deja-
dup/monitor/monitor.vala, is one of my top suspects (but I may be
wrong):

static async void kickoff()
{
  [...]

  // Don't run right now if an instance is already running
  if (pid == (Pid)0 && !op_active) {
try {
  debug("Running automatic backup.");
  [...]
  [calls to GLib.Process and GLib.ChildWatch functions]
  [...]
}
catch (Error e) {
  warning("%s\n", e.message);
}
  }
  else
debug("Not rerunning deja-dup, already doing so.");
}

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-03-13 Thread Vej
This might be caused by this code (from ~deja-dup-hackers/deja-dup/34 :
/libdeja/Network.vala lines 40 to 51 in revision 1580):

  public async bool can_reach(string url)
  {
var mon = NetworkMonitor.get_default();
try {
  var socket = NetworkAddress.parse_uri(url, 0);
  return yield mon.can_reach_async(socket);
}
catch (Error e) {
  warning("%s", e.message);
  return false;
}
  }

Please see how the message from GLib.NetworkAddress or GLib.NetworkMonitor is 
passed to the user.
So lets try to find this string in the translation of GLib in vala.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-03-13 Thread Olivier Febwin
I have this issue when I plug my usb disk

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-03-13 Thread Naël
I can't find this message in Déjà-Dup's or duplicity's source code and
.po files at the revisions corresponding to their versions in 16.10. No
idea where it comes from.

Olivier, if you can identify and tell us how to trigger this error, this
might give us a chance to find out where the message comes from.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-01-09 Thread Olivier Febwin
version 34.2-0ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-01-07 Thread Anne017
Olivier, could you tell us which Deja-dup version is it (search for example the 
deja-dup package in Synaptic)?
Also, could you verify if it is the stable release or a daily unstable release 
through PPA (https://launchpad.net/~deja-dup-team/+archive/testing)?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2017-01-06 Thread Olivier Febwin
Same issue on my ubuntu 16.10 today

** Attachment added: "Capture du 2017-01-06 15-25-50.png"
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1600783/+attachment/4800856/+files/Capture%20du%202017-01-06%2015-25-50.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2016-12-29 Thread Nathanaël Naeri
Could this be a message from duplicity instead?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2016-12-25 Thread Olivier Febwin
I had this issue on ubuntu 16.04 LTS

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2016-12-23 Thread Anne017
Deja-dup seems already 100% translated in French in the .po file,
besides I have not found this particular string (although I have found a
very similar string, "Another backup operation is already running",
which is translated).

I though that is was an internationalization issue but have not found
either any reference to "An operation is already pending" in the source
code.

Olivier, could you tell us more about the Ubuntu and Deja-dup versions
used when the snapshot has been taken?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2016-12-23 Thread Vej
** Changed in: deja-dup
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  Confirmed
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2016-07-11 Thread Gunnar Hjalmarsson
** Changed in: ubuntu-translations
   Importance: Undecided => Medium

** Changed in: ubuntu-translations
   Status: New => Confirmed

** Changed in: ubuntu-translations
 Assignee: (unassigned) => Ubuntu French Translators (ubuntu-l10n-fr)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  New
Status in Ubuntu Translations:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1600783] Re: Not translated string

2016-07-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: deja-dup (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

Status in Déjà Dup:
  New
Status in Ubuntu Translations:
  New
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  See
  
https://dl.dropboxusercontent.com/u/26959244/Capture%20du%202016-07-08%2011-59-38.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp