← Back to team overview

nssbackup-team team mailing list archive

[Bug 1209432] [NEW] sbackup crash on startup due to locale

 

Public bug reported:

$ env LC_ALL=C sbackup
DEBUG: pgrep x-session-manager = 
DEBUG: pgrep gnome-session = 1318
DEBUG: pgrep gnome-session = 1318
Desktop session gnome-session found
Updating SSH_AUTH_SOCK to: None
DEBUG: pgrep x-session-manager = 
DEBUG: pgrep gnome-session = 1318
DEBUG: pgrep gnome-session = 1318
Desktop session gnome-session found
Updating GNOME_KEYRING_CONTROL to: None
DEBUG: pgrep x-session-manager = 
DEBUG: pgrep gnome-session = 1318
DEBUG: pgrep gnome-session = 1318
Desktop session gnome-session found
Updating GNOME_KEYRING_PID to: None
Traceback (most recent call last):
  File "/usr/local/bin/sbackup", line 35, in <module>
    locale_dir = get_locale_dir()
  File "/usr/local/share/sbackup/sbackup/util/__init__.py", line 105, in get_locale_dir
    return get_resource_dir(constants.LOCALE_DIR)
  File "/usr/local/share/sbackup/sbackup/util/__init__.py", line 101, in get_resource_dir
    return __get_resource(resource_name, is_file = False)
  File "/usr/local/share/sbackup/sbackup/util/__init__.py", line 93, in __get_resource
    raise exceptions.ResourceFileNotFoundError("Unable to find `%s` in the resources list" % resource_name)
sbackup.util.exceptions.ResourceFileNotFoundError: Unable to find `locale` in the resources list

** Affects: sbackup
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup.
https://bugs.launchpad.net/bugs/1209432

Title:
  sbackup crash on startup due to locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/sbackup/+bug/1209432/+subscriptions


Follow ups

References