SavingGoogleCode / tint2

tint2 is a lightweight panel/taskbar.
GNU General Public License v2.0
0 stars 0 forks source link

Dropbox icon missing #476

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start openbox
2. Start tint2 with systray enabled
3. Start dropbox

What is the expected output? What do you see instead?

Dropbox icon should be visible in systray. Dropbox icon does not appear in 
systray.

When tint2 started from terminal I see the following error:
 error_handler 8
 tint2 : not icon_swallow

What version of the product are you using? On what operating system?

Arch linux
openbox 3.5.2-7
tint2 0.11-8
dropbox package from AUR 3.2.9-2

Which window manager (e.g. openbox, xfwm, metacity, mutter, kwin) or
which desktop environment (e.g. Gnome 2, Gnome 3, LXDE, XFCE, KDE)
are you using?

openbox

Please provide any additional information below. It might be helpful
to attach your tint2rc file (usually located at ~/.config/tint2/tint2rc).

Original issue reported on code.google.com by scwa...@gmail.com on 18 Mar 2015 at 2:47

Attachments:

GoogleCodeExporter commented 9 years ago
Same here, however the dropbox icon does appear if I use a custom systray 
alpha, brightness or saturation.

Original comment by maato@softwarebakery.com on 18 Mar 2015 at 5:06

GoogleCodeExporter commented 9 years ago
Thanks for your report.

I see the Dropbox icon here with your config, but I am using the latest svn 
revision of tint2 and not using Arch.

The latest release of tint2 is quite old, and we are actually working on a new 
one with many bugfixes. Would you be willing to compile from source the latest 
svn revision?

We have instructions for compiling from source for Ubuntu/Debian/Gentoo but 
unfortunately not for Arch, so I am not sure what is the exact command for 
installing the dependencies for tint2.

Basically what you need to do is:

1. Get the sources

svn checkout http://tint2.googlecode.com/svn/trunk/ tint2

2. Install dependencies (not sure what are the actual package names): cairo 
pango glib2 imlib2 gtk+ libXinerama libX11 libXdamage libXcomposite libXrender 
libXrandr

3. Compile:

cd tint2
mkdir build
cd build
cmake ..
make

4. No need to install for testing purposes, you can run tint2 directly:

killall tint2
./tint2

If you do install, it will probably create the following files:

/usr/local/bin/tint2
/etc/xdg/tint2/tint2rc
/usr/local/share/tint2/default_icon.png
/usr/local/share/doc/tint2/AUTHORS
/usr/local/share/doc/tint2/ChangeLog
/usr/local/share/doc/tint2/README
/usr/local/share/man/man1/tint2.1
/usr/local/bin/tint2conf
/usr/local/bin/tintwizard.py
/usr/local/share/icons/hicolor/scalable/apps/taskbar.svg
/usr/local/share/applications/tint2conf.desktop

Original comment by mrovi9...@gmail.com on 18 Mar 2015 at 8:03

GoogleCodeExporter commented 9 years ago
I verified that the latest svn version does show the dropbox icon on Arch.  Any 
idea when a new release might be out?

Original comment by boundles...@gmail.com on 19 Mar 2015 at 4:42

GoogleCodeExporter commented 9 years ago
Glad it works!

The next release will most likely be in the summer (e.g. July-August).

We still have ~10 bugs we would like to fix, which could be done in 2 months. 
But now we also have to migrate the project because Google Code is shutting 
down, and this will delay things somewhat :(

Original comment by mrovi9...@gmail.com on 19 Mar 2015 at 11:38

GoogleCodeExporter commented 9 years ago

Original comment by mrovi9...@gmail.com on 21 Mar 2015 at 7:56