Missing UI files upon installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
Fix Released
|
High
|
Mathias Brodala |
Bug Description
Reported by Giorgos Keramidas:
--8<--
I recently started seeing tracebacks with Exaile trunk, throwing
errors like these:
0812 12:15 kobe:~/bzr/exaile$ exaile
INFO : Loading Exaile 0.3.3.0-dev...
INFO : Loading settings...
INFO : Loading plugins...
INFO : Loading collection...
INFO : Loading devices...
INFO : Loading interface...
INFO : Loading main window...
INFO : Connecting main window events...
INFO : Loading panels...
Traceback (most recent call last):
File "/usr/local/
main()
File "/usr/local/
exaile = main.Exaile()
File "/usr/local/
self.__init()
File "/usr/local/
self.gui = xlgui.Main(self)
File "/usr/local/
exaile.
File "/usr/local/
panel.
File "/usr/local/
self.
TypeError: Gtk.Builder.
Exception AttributeError: AttributeError(
attribute 'remove_panel'",) in <bound method CollectionPanel
of <CollectionPanel object at 0x29faa00
(xlgui+
Bisecting through the commits since the last version I had merged
locally into my copy, I noticed that this started with the following
commit:
0812 12:15 kobe:~/bzr/exaile$ bzr log -r 4030.1.14
-------
revno: 4030.1.14
committer: Mathias Brodala <email address hidden>
branch nick: exaile-0.3.x
timestamp: Thu 2012-08-09 01:34:19 +0200
message:
* Move panel UI files into subdirectory
-->8--
The Makefile was not adapted to the additional directory.
Related branches
Changed in exaile: | |
status: | Fix Committed → Fix Released |
Fixed with r4089.