← Back to team overview

openlp-core team mailing list archive

[Bug 799941] Re: Arch Linux LibreOffice problems

 

** Changed in: openlp
       Status: Confirmed => Fix Committed

** Changed in: openlp
    Milestone: 1.9.7 => 1.9.6

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

Title:
  Arch Linux LibreOffice problems

Status in OpenLP - Worship Presentation Software:
  Fix Committed

Bug description:
  LibreOffice support doesn't work properly on Arch Linux

  2011-06-20 13:48:16,845 openlp.plugins.songs.lib.importer                       ERROR    Error importing SofImport
  Traceback (most recent call last):
    File "/home/garrett/junk/projects/openlp/trunk/openlp/plugins/songs/lib/importer.py", line 51, in <module>
      from sofimport import SofImport
    File "/home/garrett/junk/projects/openlp/trunk/openlp/plugins/songs/lib/sofimport.py", line 38, in <module>
      from oooimport import OooImport
    File "/home/garrett/junk/projects/openlp/trunk/openlp/plugins/songs/lib/oooimport.py", line 47, in <module>
      from com.sun.star.style.BreakType import PAGE_BEFORE, PAGE_AFTER, PAGE_BOTH
    File "/usr/lib/libreoffice/basis-link/program/uno.py", line 291, in _uno_import
      raise ImportError( "type "+ name + "." +x + " is unknown" )
  ImportError: type com.sun.star.style.BreakType.PAGE_BEFORE is unknown
  2011-06-20 13:48:16,848 openlp.plugins.songs.lib.importer                       ERROR    Error importing OooImport
  Traceback (most recent call last):
    File "/home/garrett/junk/projects/openlp/trunk/openlp/plugins/songs/lib/importer.py", line 57, in <module>
      from oooimport import OooImport
    File "/usr/lib/libreoffice/basis-link/program/uno.py", line 291, in _uno_import
      raise ImportError( "type "+ name + "." +x + " is unknown" )
  ImportError: type oooimport.OooImport is unknown
  2011-06-20 13:48:16,849 openlp.plugins.songs.forms.songimportform               INFO     SongImportForm loaded
  2011-06-20 13:48:16,850 openlp.plugins.songs.forms.songexportform               INFO     SongExportForm loaded
  2011-06-20 13:48:16,851 openlp.plugins.songs.lib.mediaitem                      INFO     Song Media Item loaded
  2011-06-20 13:48:16,851 songs.songsplugin                                       INFO     Song Plugin loaded
  2011-06-20 13:48:16,856 openlp.core.lib.pluginmanager                           DEBUG    Importing remotes.remoteplugin from /home/garrett/junk/projects/openlp/trunk/openlp/plugins/remotes/remoteplugin.py. Depth 11
  2011-06-20 13:48:16,883 openlp.core.lib.pluginmanager                           ERROR    Failed to import module remotes.remoteplugin on path /home/garrett/junk/projects/openlp/trunk/openlp/plugins/remotes/remoteplugin.py for reason type openlp.plugins.remotes.lib.RemoteTab is unknown
  Traceback (most recent call last):
    File "/home/garrett/junk/projects/openlp/trunk/openlp/core/lib/pluginmanager.py", line 95, in find_plugins
      __import__(modulename, globals(), locals(), [])
    File "/usr/lib/libreoffice/basis-link/program/uno.py", line 253, in _uno_import
      return _g_delegatee( name, *optargs, **kwargs )
    File "/home/garrett/junk/projects/openlp/trunk/openlp/plugins/remotes/remoteplugin.py", line 31, in <module>
      from openlp.plugins.remotes.lib import RemoteTab, HttpServer
    File "/usr/lib/libreoffice/basis-link/program/uno.py", line 291, in _uno_import
      raise ImportError( "type "+ name + "." +x + " is unknown" )
  ImportError: type openlp.plugins.remotes.lib.RemoteTab is unknown

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


References