Closed chriswyatt closed 3 months ago
I dock FluffyChat as follows:
/usr/bin/kdocker -ot -i /usr/share/pixmaps/fluffychat.png /usr/bin/fluffychat
-t option seems to have no effect; FluffyChat still appears in taskbar when the window is visible. This possibly affects other Flutter apps too, but I haven't checked.
-t
Distribution: Arch Linux FluffyChat package: https://aur.archlinux.org/packages/fluffychat-bin FluffyChat package version: 1.13.0-1 Desktop environment: LXQt Window manager: Openbox
Workaround:
<!-- ~/.config/openbox/rc.xml --> <application name="fluffychat"> <skip_taskbar>yes</skip_taskbar> </application>
KDocker send a message to the WM to not show in the task bar. If it's being ignored by the WM there isn't anything KDocker can do.
I dock FluffyChat as follows:
-t
option seems to have no effect; FluffyChat still appears in taskbar when the window is visible. This possibly affects other Flutter apps too, but I haven't checked.Distribution: Arch Linux FluffyChat package: https://aur.archlinux.org/packages/fluffychat-bin FluffyChat package version: 1.13.0-1 Desktop environment: LXQt Window manager: Openbox
Workaround: