-
Notifications
You must be signed in to change notification settings - Fork 95
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
"image-missing" icon on menu with gnome-shell 3.36.1 #95
Comments
In gnome-3.36.1, a non-null gicon with an unresolvable icon name will display the "image-missing" icon. With https://gitlab.gnome.org/GNOME/gnome-shell/commit/51e9f19#42e123ea852099adc10f6e164c092f8c25ee27dc you can show an empty texture instead by setting it to `null`.
not fixed |
It will be when gnome-shell 3.36.2 is released. |
just to report: still here with 3.36.2 |
@mattia-b89 That's weird, are you sure the latest version is not being overwritten by a left over in |
No, because I install it system-wide (in I am using latest -git version. If I can help in order way, I am here! |
Ok but system wide is overwritten if you previously installed the extension in .local/share (like from the extension website). |
`~/.local/share/gnome-shell/extensions/` empty
…On Wed, 6 May 2020 at 20:35, Térence Clastres ***@***.***> wrote:
Ok but system wide is overwritten if you previously installed the
extension in .local/share (like from the extension website).
So you confirm there is no ~/.local/share/gnome-shell-extension/
***@***.*** ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEFFN2MDCSZBVLE55PC4OTRQGUWDANCNFSM4LYHET3Q>
.
|
Ok then I have no idea why it's not working for you :( |
With 3.36.1, gnome-shell now show an "image-missing" icon when it cannot find a given one.
From d182573, the extension tries to load a 'blank' icon, which is probably a workaround to get the spacing in the menu right without the need to show an icon there.
The result is the following:
![image](https://user-images.githubusercontent.com/12665563/78088197-b6bedc80-73c3-11ea-8e43-431b905604c8.png)
The text was updated successfully, but these errors were encountered: