Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tray icon and all the other icons inside invisible #1128

Closed
Clementine-Issue-Importer opened this issue Dec 6, 2013 · 0 comments
Closed

Comments

@Clementine-Issue-Importer

From kmusoy on December 17, 2010 12:52:05

What steps will reproduce the problem? 1.installing clementine through apt 2. 3. What is the expected output? What do you see instead? the tray icon and all the icons inside are blank. They work fine, but hard to recognize What version of the product are you using? On what operating system? v0.6, on Ubuntu 10.10 Please provide any additional information below.

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=1128

@Clementine-Issue-Importer
Copy link
Author

From keirangtp on December 17, 2010 06:46:56

Can you provide a screenshot?

@Clementine-Issue-Importer
Copy link
Author

From kmusoy on December 17, 2010 18:47:07

Attachment: Screenshot.png

@Clementine-Issue-Importer
Copy link
Author

From keirangtp on December 19, 2010 02:17:29

Status: Accepted
Labels: Milestone-0.7

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on March 07, 2011 04:45:38

Are you still able to reproduce this?

It looks like there's something wrong with Qt's image format plugins - it's not loading the image that's used for the volume control in the bottom-right of the window, or the images that are used for the current track animation. Are you using a custom version of Qt?

@Clementine-Issue-Importer
Copy link
Author

From kmusoy on March 09, 2011 23:55:10

Yes, it's still the same. I don't understand what custom version mean. I've
installed qt 4.7.0 but not as a root. All the libraries are under my home
directroy, and this is the result related to qt when typing "env" in shell:
QTDIR=/home/musoy/qtsdk-2010.05/qt
QTINC=/home/musoy/qtsdk-2010.05/qt/include
QMAKESPEC=/home/musoy/qtsdk-2010.05/qt/mkspecs/linux-g++
QTLIB=/home/musoy/qtsdk-2010.05/qt/lib

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on March 10, 2011 02:21:44

Sounds like you've compiled out some of Qt's imageformat plugins, or the paths are set wrong so Clementine can't find them at runtime. Can you try compiling and running clementine with your distro's version of Qt instead?

Status: New
Labels: -Milestone-0.7

@Clementine-Issue-Importer
Copy link
Author

From kmusoy on March 10, 2011 04:27:02

I just tried to launch the Clementine in Terminal, and it showed many errors
as expected.
here:
libpng warning: Application was compiled with png.h from libpng-1.4.0
libpng warning: Application is running with png.c from libpng-1.2.44
libpng error: Incompatible libpng version in application and library

It seems we are using different versions of libpng.
I copied all the errors into a file and attached it. you can check the
details.
About the compiling, you used the Cmake(i'm using qmake). I don't know how
to use it. Long ago i tried once according to your instruction on google
code and got one output(i am not sure if i did it in the right way). But
it's the same, without any images.
By the way can you tell me where can i get the structure of Clementine? I've
considered to look into the codes and add something but gave up because of
the lack of understanding of the structure.(i'm familiar with qt creator)
Thanks for attention!

@Clementine-Issue-Importer
Copy link
Author

From john.maguire on March 10, 2011 04:33:42

This is not a bug in clementine, but a bug in your system.

Status: Invalid

@Clementine-Issue-Importer
Copy link
Author

From kmusoy on March 10, 2011 06:09:32

yeah, thanks. i installed libpng14 and built it right. I suggest you put
libpng on the Prerequisites

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant