First off, thanks very much, it's everything I wanted icon-box to be. I'm using talika .23 on an x86_64 system in the xfce4 environment. It crashes every time xine is run. I can't find anything on debugging so I'm not sure how to help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to get some debugging support from your side. There is a debugging exe in the source folder called test.
Run following commands:
./configure -prefix=/usr
make
cd src
./test
Now a window will popup showing all the icons. Now run xine. The exe will exit as you say. Please copy the text from console here. It will help me to find out what's wrong.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Also it does not see VirtualBox at all:
./test
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window added
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window added
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window added
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window removed
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window removed
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First off, thanks very much, it's everything I wanted icon-box to be. I'm using talika .23 on an x86_64 system in the xfce4 environment. It crashes every time xine is run. I can't find anything on debugging so I'm not sure how to help.
Hi,
I would like to get some debugging support from your side. There is a debugging exe in the source folder called test.
Run following commands:
./configure -prefix=/usr
make
cd src
./test
Now a window will popup showing all the icons. Now run xine. The exe will exit as you say. Please copy the text from console here. It will help me to find out what's wrong.
Thanks
from theme : xine
from wnck : xine
**
ERROR:tasklist.c:1369:talika_dimm_icon: assertion failed: (gdk_pixbuf_get_has_alpha (pixbuf))
Aborted
Also it does not see VirtualBox at all:
./test
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window added
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window added
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window added
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window removed
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
window removed
updating list …
from xwin : Amarok
from wnck : Amarok
from wnck : Amarok
Hi,
I installed xfce and found this bug. However i can see virtualbox in the list.
Bug is fixed in svn.
Run following in terminal:
svn co https://talika.svn.sourceforge.net/svnroot/talika talika
cd talika
./autogen.sh -prefix=/usr
make
sudo make install
Let me know of any other bug.
Thanks