[Bug 1557744] Re: mugshot crashed with PermissionError in get_libreoffice_data(): [Errno 13] Permission denied: '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

2016-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package mugshot - 0.3.1-0ubuntu1

---
mugshot (0.3.1-0ubuntu1) xenial; urgency=medium

  * New upstream bugfix release.
- Fix: Failure in extracting details from /etc/passwd (LP: #1304920)
- Fix: Failed reading of /etc/passwd with empty values (LP: #1394064)
- Fix: Crash when ~/.face is empty or invalid (LP: #1400055)
- Fix: Crash when unable to read LibreOffice config (LP: #1557744)
- Fix: Incorrect handling of empty name fields (LP: #1559815)
  * debian/patches/01_disable-clutter-camera.patch
- Added, clutter camera is broken in xenial
  * debian/rules
- Drop depends on gstreamer1.0-tools

 -- Sean Davis   Thu, 31 Mar 2016 20:34:28
-0400

** Changed in: mugshot (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1557744

Title:
  mugshot crashed with PermissionError in get_libreoffice_data(): [Errno
  13] Permission denied:
  '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1557744] Re: mugshot crashed with PermissionError in get_libreoffice_data(): [Errno 13] Permission denied: '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

2016-03-31 Thread Sean Davis
** Changed in: mugshot
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1557744

Title:
  mugshot crashed with PermissionError in get_libreoffice_data(): [Errno
  13] Permission denied:
  '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1557744] Re: mugshot crashed with PermissionError in get_libreoffice_data(): [Errno 13] Permission denied: '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

2016-03-31 Thread Sean Davis
** Changed in: mugshot
Milestone: None => 0.3.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1557744

Title:
  mugshot crashed with PermissionError in get_libreoffice_data(): [Errno
  13] Permission denied:
  '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1557744] Re: mugshot crashed with PermissionError in get_libreoffice_data(): [Errno 13] Permission denied: '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

2016-03-27 Thread Sean Davis
Fixed in https://bazaar.launchpad.net/~mugshot-
dev/mugshot/trunk/revision/205

** Changed in: mugshot
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1557744

Title:
  mugshot crashed with PermissionError in get_libreoffice_data(): [Errno
  13] Permission denied:
  '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1557744] Re: mugshot crashed with PermissionError in get_libreoffice_data(): [Errno 13] Permission denied: '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

2016-03-27 Thread Sean Davis
** Also affects: mugshot
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1557744

Title:
  mugshot crashed with PermissionError in get_libreoffice_data(): [Errno
  13] Permission denied:
  '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1557744] Re: mugshot crashed with PermissionError in get_libreoffice_data(): [Errno 13] Permission denied: '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

2016-03-15 Thread CelticJak
Now Mugshot won't load. I logged off and tried it again; won't load. I
rebooted; won't load. I ran System Monitor after I clicked on Mugshot,
it's not running. I launched a terminal and ran the command "mugshot"
and got the following information:

sys:1: PyGIWarning: Gst was imported without specifying a version first. Use 
gi.require_version('Gst', '1.0') before import to ensure that the right version 
gets loaded.
Traceback (most recent call last):
  File "/usr/bin/mugshot", line 36, in 
mugshot.main()
  File "/usr/lib/python3/dist-packages/mugshot/__init__.py", line 46, in main
window = MugshotWindow.MugshotWindow()
  File "/usr/lib/python3/dist-packages/mugshot_lib/Window.py", line 52, in 
__new__
new_object.finish_initializing(builder)
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 223, in 
finish_initializing
self.init_user_details()
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 262, in 
init_user_details
user_details = self.get_user_details()
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 667, in 
get_user_details
data = self.get_libreoffice_data()
  File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 750, in 
get_libreoffice_data
for line in open(prefs_file):
PermissionError: [Errno 13] Permission denied: 
'/home/jack/.config/libreoffice/4/user/registrymodifications.xcu'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1557744

Title:
  mugshot crashed with PermissionError in get_libreoffice_data(): [Errno
  13] Permission denied:
  '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mugshot/+bug/1557744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1557744] Re: mugshot crashed with PermissionError in get_libreoffice_data(): [Errno 13] Permission denied: '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

2016-03-15 Thread Apport retracing service
** Tags removed: need-duplicate-check

** Changed in: mugshot (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1557744

Title:
  mugshot crashed with PermissionError in get_libreoffice_data(): [Errno
  13] Permission denied:
  '/home/username/.config/libreoffice/4/user/registrymodifications.xcu'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mugshot/+bug/1557744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs