← Back to team overview

openlp-core team mailing list archive

[Bug 696770] Re: openlp fails to start in ubuntu

 

I found out where the problem is: Something was wrong with the config
file in ~/.config/OpenLP/

I renamed the folder, and Openlp started again. So the bug that has to
be found is the one, that messed up the config file. It is possible that
it has to do with the directories.

In the corrupted config file i noticed a weird directory:
/home/hp/V\xed\x64\x65os/
On my hard disk this is: 
/home/hp/Vídeos/
Notice the accent on the i.

Is this a unicode related bug?

** Attachment added: "Corrupted Config file, located in ~/config/OpenLP"
   https://bugs.launchpad.net/openlp/+bug/696770/+attachment/1783370/+files/OpenLP.conf

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

Title:
  openlp fails to start in ubuntu

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  I am using Ubuntu 10.04.1 LTS and tried to start Openlp - without success. 

I Installed Openlp from the dev ppa and actually I am running rev. 1184. I am using gnome. 
starting it from the terminal does not result in a outupt, and starting it with the logging option results in the following log: 

2011-01-03 09:21:28,171 openlp.core.utils.languagemanager                       INFO     Language file: 'de' Loaded from conf file
2011-01-03 09:21:28,173 root                                                    INFO     Openlp version 1.9.3 build bzr1184
2011-01-03 09:21:28,223 root                                                    INFO     Screen 0 found with resolution PyQt4.QtCore.QRect(1366, 0, 800, 600)
2011-01-03 09:21:28,224 root                                                    INFO     Screen 1 found with resolution PyQt4.QtCore.QRect(0, 0, 1366, 768)
2011-01-03 09:21:28,263 root                                                    ERROR    Traceback (most recent call last):
  File "/usr/bin/openlp", line 284, in <module>
    main()
  File "/usr/bin/openlp", line 278, in main
    sys.exit(app.run())
  File "/usr/bin/openlp", line 191, in run
    self.mainWindow = MainWindow(screens, app_version)
  File "/usr/lib/pymodules/python2.6/openlp/core/ui/mainwindow.py", line 533, in __init__
    self.aboutForm = AboutForm(self, applicationVersion)
  File "/usr/lib/pymodules/python2.6/openlp/core/ui/aboutform.py", line 49, in __init__
    self.applicationVersion[u'build']
TypeError: not all arguments converted during string formatting
None





References