PapirusDevelopmentTeam / papirus-icon-theme

Pixel perfect icon theme for Linux
https://git.io/papirus-icon-theme
GNU General Public License v3.0
6.59k stars 416 forks source link

Terminal icon strange appearance - Ubuntu Gnome 17.04 #453

Closed vince-a closed 6 years ago

vince-a commented 7 years ago

I recently installed the Papirus Icon Theme using the following command:

wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install-papirus-root.sh | sh

Most of the icons appear to be working fine, except the terminal's application menu icon. It seems like it is too big and has weird placement. See the attached image.

screenshot from 2017-05-16 23-28-29

SmartFinn commented 7 years ago
  1. How can I enable the icon in the title bar?

screenshot from 2017-05-17 17-45-05

  1. Can you make a screenshot where it works as expected?
vince-a commented 7 years ago

I did not want the global menu options so I turned off "Show Application Menu" in the Tweak Tool:

screenshot from 2017-05-17 11-20-07

Next, in dconf editor, I changed the value of button-layout to "close,minimize,maximize,appmenu:" in org.gnome.desktop.wm.preferences

screenshot from 2017-05-17 11-20-48

Using the default Adwaita theme in Ubuntu Gnome, my terminal looks like this:

screenshot from 2017-05-17 11-23-34

Switching to any variant of Papirus (ePapirus, Papirus, Papirus-Dark, Papirus-Light) cause the application menu icon to switch to:

screenshot from 2017-05-17 11-24-48

Thanks for your help!

SmartFinn commented 7 years ago

Can't confirm it. Do you use any HiDPI options?

screenshot from 2017-05-17 18-44-22

chesucr commented 7 years ago

The same happens here! untitled

SmartFinn commented 7 years ago

Could you test it on another icon theme? Numix-Circle will be a good choice.

chesucr commented 7 years ago

The same thing happens with Numix-circle!! What is happening? circlee

fossfreedom commented 7 years ago

Same issue occurred with Moka icon theme - this was fixed because the .index theme was incorrect - it was using "Type=scalable" - it was found that icon themes are case sensitive - should have been "Type=Scalable"

i.e. https://github.com/UbuntuBudgie/moka-icon-theme/commit/b413ff058db2f1c0c71fbeb6eddd98b719a1b114

SmartFinn commented 7 years ago

Just checked, index.theme does not contain Type=scalable or Type=fixed.

fossfreedom commented 7 years ago

GTK+ appears to be very sensitive to the icon-theme structure and definition, so in Papirus case maybe something slightly different - what though I dont really know - :(

fossfreedom commented 7 years ago

@SmartFinn was googling - came across this - https://github.com/numixproject/numix-icon-theme/issues/464

It mentioned that -symbolic.svg files should not be using Fixed - is this the issue with this particular report? Should be using Scalable instead of Fixed ? I'm only guessing here obviously.

EDIT: note - I cannot reproduce the OP's observation with Ubuntu Budgie 17.04 + Papirus - all looks ok here.

isantop commented 7 years ago

The only Type=Scaleable app icons which aren't symbolic are the 64x64 icons, and setting this to "Fixed" doesn't affect the problem. I don't think that's the problem here.

gijsrrr commented 7 years ago

Confirmed this is also a bug on Fedora 26. Terminal icon looks stretched

varlesh commented 7 years ago

Type=Scalable used for 64px icons - it's needed for right work on big displays. Also some apps use icon more than 64px, for example Dash on Gnome Shell (96px). If set Type=Fixed icons will be blured or pixelated. Also if it's happened only on Gnome Terminal and not reproduced on other Gnome apps - it's upstream bug! Temporary solution: disable application menu. If you need this menu - dash to panel have this option on right click mouse menu on launcher.

envygeeks commented 6 years ago

Ubuntu 17.04 is EOL, and this problem doesn't exist on Ubuntu 17.10. Maybe the title should be shifted?

jonathanrdelgado commented 6 years ago

Just wanted to throw it out there, the problem still exists in 17.10. I don't think there's anything that can be done about it though, it most likely should be fixed upstream as a gnome-terminal issue.

meboler commented 6 years ago

Reporting that problem also exists in 18.04

gerasy commented 6 years ago

Same here...

envygeeks commented 6 years ago

You might be better filing a new issue, rather than necromancing an issue.

mlms13 commented 6 years ago

Wanted to mention that I was also running into this, and after switching to a Wayland session on Ubuntu 18.04, the problem is gone.

xbrny commented 5 years ago

I'm using Ubuntu 18.04, fixed by installing gnome-icon-theme. sudo apt-get install gnome-icon-theme

svfgvvvu commented 3 years ago

I'm using Ubuntu 18.04, fixed by installing gnome-icon-theme. sudo apt-get install gnome-icon-theme

Thank you! Great!