Bug #2196

Keysync-gui fails to load on a fresh install in Ubuntu 12.04

Added by joncam about 4 years ago. Updated about 4 years ago.

Status:ResolvedStart date:10/24/2013
Priority:LowDue date:
Assignee:-% Done:

0%

Category:-
Target version:-
Component:

Description

The command line client functions normally, but trying to launch the gui throws this error:

Unable to open ~/.mtpz-data for reading, MTPZ disabled.Traceback (most recent call last):
File "/usr/bin/keysync-gui", line 549, in <module>
ROOT = App()
File "/usr/bin/keysync-gui", line 84, in init
img = Image.open(os.path.join(self.find_iconsdir(), 'keysync.png'))
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1952, in open
fp = builtin.open(fp, "rb")
IOError: [Errno 2] No such file or directory: '/usr/bin/../share/keysync/keysync.png'

History

#1 Updated by king-of-bongo-bong about 4 years ago

a very similar result in ubuntu 13.10

Unable to open ~/.mtpz-data for reading, MTPZ disabled.Traceback (most recent call last):
File "/usr/bin/keysync-gui", line 550, in <module>
ROOT = App()
File "/usr/bin/keysync-gui", line 84, in init
img = Image.open(os.path.join(self.find_iconsdir(), 'keysync.png'))
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1988, in open
fp = builtins.open(fp, "rb")
IOError: [Errno 2] No such file or directory: '/usr/bin/../share/keysync/keysync.png'

#2 Updated by TemporarySanity about 4 years ago

Same problem in Linux Mint 15:

Unable to open ~/.mtpz-data for reading, MTPZ disabled.Traceback (most recent call last):
File "/usr/bin/keysync-gui", line 550, in <module>
ROOT = App()
File "/usr/bin/keysync-gui", line 84, in init
img = Image.open(os.path.join(self.find_iconsdir(), 'keysync.png'))
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1988, in open
fp = builtins.open(fp, "rb")
IOError: [Errno 2] No such file or directory: '/usr/bin/../share/keysync/keysync.png'

#3 Updated by hans about 4 years ago

  • Status changed from New to Resolved
  • Priority changed from Normal to Low

If this still an issue for anyone? It should be fixed in the PPA.

Also available in: Atom PDF