-
Notifications
You must be signed in to change notification settings - Fork 6
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
icon sizing #13
Comments
Actually when I unconditionally resize the window to 32*32 I also avoid icon upscaling by KDE resulting in, well, tiny icons but w/o any bluriness brought by upscaling. |
That picture is with your patch? What do you mean by uncondtional resizing? What did it look like before? |
Actually, the patch is that simple. Sorry, couldn't attach the file properly.
|
@Crazy-Hopper Why do not you use sni-qt for Qt4-based applications (for example Psi and Skype)? Just wondering. |
@tehnick That's because right now i'm stuck in debian gcc5 pre-transition state where there is no patched qt4 and, most importantly, sni-qt isn't the answer for anything but qt4 apps. |
@Crazy-Hopper Have you tested Chromium after applying of your patch to xembed-sni-proxy? |
@tehnick Both google-chrome and chromium use libappindicator to create SNI. How do I test those? |
Hmm, patched Qt4 packages are in Debian unstable since Aug 04 and Debian testing since Sep 06.
Yes. But it is more preferable for Qt4-based applications than xembed-sni-proxy project. |
@Crazy-Hopper At least for chromium this is not true: I have asked about Chromium just because it is mentioned in the workaround in the code which you have patched. |
@tehnick dl_open() ? :-) Ah-huh! Removed appindicator and now icons are drawn by xembed-sni-proxy. |
So everything is OK but the Dropbox. But I guess it's Dropbox's fault. (#25) |
When I reinstall libappindicator the Chromium and Hangout icons get upscaled, but that looks not as bad as upscaled Dropbox icon is when it's upscaled by libappindicator (as in the first picture). |
Is there anything wrong with this approach? |
Hi, I get better results here for skype and psi icons when I set s_embedSize=32.
With 48 the icons are too tiny.
The text was updated successfully, but these errors were encountered: