tnarnold / wine-launcher-creator

Automatically exported from code.google.com/p/wine-launcher-creator
1 stars 2 forks source link

wlc won't run on ubuntu 13.04 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I believe it used to work when I first installed it, so maybe a recent update 
broke it. Anyway, here's what it says:

Traceback (most recent call last):
  File "/usr/local/bin/wlcreator.py", line 510, in <module>
    main = MainWindow()
  File "/usr/local/bin/wlcreator.py", line 294, in __init__
    self.loadConfig()
  File "/usr/local/bin/wlcreator.py", line 427, in loadConfig
    self.launcher.edit.setText(cfg.get("WLCreator","Launcher").decode("utf-8"))
  File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'WLCreator'

Original issue reported on code.google.com by murela.a...@gmail.com on 29 Jul 2013 at 12:57

GoogleCodeExporter commented 9 years ago

Original comment by zza...@gmail.com on 29 Jul 2013 at 5:37

GoogleCodeExporter commented 9 years ago
I think that I solved this. Please, try the new version. If you still have 
problems with it, try to delete ~/.config/wlcreator/settings.ini.

Original comment by zza...@gmail.com on 29 Jul 2013 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by zza...@gmail.com on 29 Jul 2013 at 5:41

GoogleCodeExporter commented 9 years ago
That did it, thanks. On an unrelated note, the Ubuntu Software Centre says the 
deb package is of bad quality. Something about "Use of uninitialized value 
$name in pattern match (m//) at /usr/share/perl5/Lintian/Check.pm line 202."

Original comment by murela.a...@gmail.com on 30 Jul 2013 at 11:08

GoogleCodeExporter commented 9 years ago
Ubuntu Software Center gave the same message for the most of deb packages that 
I tried to install with it. Not to mention that my program doesn't use perl :)
Anyway, for deb installing in Ubuntu you'll be better with gdebi-gtk (small 
graphical deb installer).

Original comment by zza...@gmail.com on 30 Jul 2013 at 2:23