Comment 4 for bug 1414366

Revision history for this message
Dave Kokandy (drkokandy) wrote : Re: The Lubuntu software center does not load in the LiveCD version when selected.

I can also confirm this was working during Alpha 2 testing.

Further, trying to run lubuntu-software-center from LXTerminal produces the following error message:

** (lubuntu-software-center:3139): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
/usr/lib/python2.7/dist-packages/aptdaemon/gtk3widgets.py:424: Warning: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.set_label(Gtk.STOCK_CANCEL)
DEBUG 2015-01-25 00:37:30,174 __init__ 44 Opening config file
DEBUG 2015-01-25 00:37:30,175 __init__ 60 Creating new conf file in /home/lubuntu/.config/lsc/LSC.ini
Traceback (most recent call last):
  File "/usr/bin/lubuntu-software-center", line 25, in <module>
    import LSC.main
  File "/usr/lib/python2.7/dist-packages/LSC/main.py", line 29, in <module>
    import threadingops
  File "/usr/lib/python2.7/dist-packages/LSC/threadingops.py", line 37, in <module>
    control.__init__()
  File "/usr/lib/python2.7/dist-packages/LSC/control.py", line 165, in __init__
    controller = Controller()
  File "/usr/lib/python2.7/dist-packages/LSC/control.py", line 67, in __init__
    self.clean_conf_file(self.file_path)
  File "/usr/lib/python2.7/dist-packages/LSC/control.py", line 130, in clean_conf_file
    self.conffile = open(file_path, "w")
IOError: [Errno 2] No such file or directory: '/home/lubuntu/.config/lsc/LSC.ini'

It seems this is also caused by a missing config file.

Additionally, trying to create the directory ~/.config/lsc failed due to lack of permissions.

Again, I have attached the output of ls -lR /.config.