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

all clementine icons are messed up #1057

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

all clementine icons are messed up #1057

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

Comments

@Clementine-Issue-Importer

From ballinger500 on December 10, 2010 21:56:50

What steps will reproduce the problem? 1.open clementine
2.all icons and menu panels have weird watermark graphics
3.strating from terminal give me:
Couldn't load icon "clementine-panel"
Couldn't load icon "clementine-panel-grey"
virtual bool GnomeGlobalShortcutBackend::DoRegister()
Baranalyzer Resized( 339 x 36 )
BAND_COUNT = 67 MAX_UP = 1 MAX_DOWN = -1 What is the expected output? What do you see instead? icons are messed up What version of the product are you using? On what operating system? 0.5 r2377 ubuntu 10.10 Please provide any additional information below.

Attachment: Screenshot-1.png

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

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on December 11, 2010 01:20:00

This will be because of the icon theme you're using - it has icons in the wrong folders for their size and Qt gets confused when it loads them. Try using a different icon theme or asking the author of that theme to fix their directory layout.

Status: Invalid

@Clementine-Issue-Importer
Copy link
Author

From ballinger500 on December 12, 2010 04:57:18

thanks solved....

@Clementine-Issue-Importer
Copy link
Author

From karolos.chapple on February 08, 2011 08:29:15

How exactly did you solve it? By changing the icon theme? If so, that is not really solved.

What icons exactly does clementine look for? What kind of dir structure does it need? I have tried adapting the icon theme I am using (eleGANT) with limited success. I imagine clementine uses the 'scalable' icons, but which ones, specifically. could one of the devs please tell me what directory clementine searches for its icons in?

@Clementine-Issue-Importer
Copy link
Author

From selenop on February 15, 2011 10:32:17

Hi all, this is how I managed to fix this problem for the eleGANT theme:

cd ~/.icons/eleGANT/128x128/
for n in 22 32 48; do find -type d -exec mkdir -p ../$n/{} ';' ; find -xtype f -exec convert -resize $n {} ../$n/{} ';' ; done
for n in $(/bin/ls); do for k in 22 32 36 48 128 ; do mkdir -p ../$n/$k"x"$k; done ; done
for n in $(/bin/ls); do for k in 128x128 22x22 32x32 36x36 48x48; do cp -rvL ../$k/$n/* ../$n/$k; done ; done

After running the above commands, you must edit the eleGANT/index.theme file and add the appropriate entries for each of the new directories. So, at the end of the file add an entry like this for each of the directories and sizes created:

[actions/22x22]
Size=22
Context=Actions
Type=fixed

The easiest way is to copy them over from another index.theme file. Feel free to email me if you have any trouble.

@Clementine-Issue-Importer
Copy link
Author

From keirangtp on February 16, 2011 00:13:49

here's the solution: http://groups.google.com/group/clementine-player/browse_thread/thread/95cbe837d67833b

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on March 28, 2011 15:39:08

Issue 1652 has been merged into this issue.

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on March 13, 2012 07:46:57

Issue 2803 has been merged into this issue.

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