nsz32 / docklike-plugin

A Dock-like Taskbar Plugin for XFCE
GNU General Public License v3.0
323 stars 42 forks source link

Close buttons are missing #100

Closed tekvsakdan closed 3 years ago

tekvsakdan commented 3 years ago

I installed xfce4-docklike-plugin in Xubuntu 21.04 via repository ppa:xubuntu-dev/extras. Current installed version is 0.0-git20210427.6ac5b37-0ppa1-21.04. Version 0.2.0 is installed.

Now I have missing close buttons everywhere. How can I fix that? I install all Noto fonts as described in #85 and it didn't work.

image

davekeogh commented 3 years ago

Hi, Can you confirm if this is fixed in my branch? https://github.com/davekeogh/xfce4-docklike-plugin

If so, I will create a PR for this issue.

SwampRabbit commented 3 years ago

@davekeogh I'm been using your branch since the last commit on 27 April, and its doing the same thing on Debian 11 (Bullseye). I only have fonts-noto and fonts-noto-core installed.

Note: although the icon is wrong, clicking it still works.

Edit: just installed every fonts-noto- package available and it still is the same, even after logging out and back in.

davekeogh commented 3 years ago

Could someone post the terminal output from running the panel in debug mode? Make sure you open this menu at least once and the bug occurs.

Example: xfce4-panel -q PANEL_DEBUG=1 xfce4-panel

Unit193 commented 3 years ago

@davekeogh ppa:xubuntu-dev/extras is actually currently on your fork, that commit hash should be latest master.

SwampRabbit commented 3 years ago

@davekeogh here ya go. docklike-debug.txt

Let me know if you need anything else. Might not respond super fast, but I'll try.

davekeogh commented 3 years ago

This should be fixed with this commit: https://github.com/davekeogh/xfce4-docklike-plugin/commit/f8c7699b1d27987d1b0033fa7c68dc57e2c325d1 Let me know if this works.

SwampRabbit commented 3 years ago

@davekeogh I'll build it later today and give it a go.

tekvsakdan commented 3 years ago

It is working now. The x-icon is now visible.

SwampRabbit commented 3 years ago

@davekeogh apologies on the delay, can confirm the package builds fine, and the icon rendering is now corrected.