solus-project / budgie-desktop

I Tawt I Taw A Purdy Desktop
https://solus-project.com/
2.33k stars 158 forks source link

Panel icons are not resizing with panel #701

Open niyasc opened 7 years ago

niyasc commented 7 years ago

Operating System: Budgie Remix 16.04 Budgie version: 10.2.8

The issue encountered This is one change that I noticed in Budgie 10.2.8 release. I don't know whether it is considered as an issue or feature.

The problem is, panel icons are not resizing with respect to panel size. Size if icons are changed at fixed points instead of adopting themselves with panel size.

Panel size : 36px 36 px

Panel size : 80px 80 px

Steps to reproduce the issue Adjust panel size.

Vistaus commented 7 years ago

I can confirm this and I hope it'll be fixed soon!

mateuszlewko commented 7 years ago

I think this issue is still not fixed. Any updates on this one? Is there any option or config hack to set icons size manually?

fossfreedom commented 7 years ago

The issue is still open. It is looking for someone to have a closer look at the code to resolve - feel free to dig in if you can. No options are available.

fabioromeo commented 5 years ago

Hi, any updates on this issue?

chaos-prevails commented 5 years ago

Hi,

I have the same issue with vanilla ubuntu budgie 18.04, and wire.com and riseup.net icons (see screenshot)

both apps are normally active all the time (messenger service + VPN client)

ubuntu_budgie_taskbar

fossfreedom commented 5 years ago

@chaos-prevails

Those are appindicators - not budgie related stuff. Basically those are buggy appindicators - the .png file should be 22px in size or a .svg. Looks like they are 48px in size.

You need to talk to the software maintainers and get them to fix their buggy appindicator.

On Wed, 23 Jan 2019 at 14:11, chaos-prevails notifications@github.com<mailto:notifications@github.com> wrote:

Hi,

I have the same issue with vanilla ubuntu budgie 18.04, and wire.comhttp://wire.com and riseup.nethttp://riseup.net icons (see screenshot)

both apps are normally active all the time (messenger service + VPN client)

[ubuntu_budgie_taskbar]https://user-images.githubusercontent.com/17159225/51612098-0cc30500-1f21-11e9-8932-a7a95f07614f.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/solus-project/budgie-desktop/issues/701#issuecomment-456814845, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA8zkNp_FrJg3VgAdh_vhG11u8EETDhxks5vGG1ygaJpZM4KlJ54.

friday commented 5 years ago

I think this issue is about the opposite however: That all the other icons are too small rather than those two being too big.

And this in turn is probably because GTK assumes you want to draw icons in one of their standard sizes. If you draw it in another size it stops updating (for example if the wifi or battery status changes, or if the icon theme does).