Hello everyone
I have a problem with the Dash to Dock extension
I set the click on the application icon as “minimize”.
But when I open a new application, even if I click on the icon, it doesn’t minimize its window.
To make it work, I first need to minimize the window using the common window button, the one at the top.
Then clicking on the Dash to Dock icon also starts working. But first I have to minimize it as is normally done.
What could it be due to? I’ve had this problem for a long time.
Is this an extension bug that I don’t know about?
Thanks to anyone who can help me.
I know it probably doesn’t depend on the Linux distribution in question, but I didn’t know where to ask.
Have also a look on this issue, this could give you an explanation why it not always works.
I personally not exactly understand what your exact problem is. Maybe you can explain exactly step by step what you want to achieve and how we can reproduce it. Afterwards you can link to this topic also when you create an issue on the Developers Git Repository.
First of all, thanks for the reply. I thought no one would reply.
However, I see that it’s a common “dash to dock” bug.
Minimizing from the application icon, on the taskbar, simply doesn’t work. It only starts working after I minimize the application from the common button, on the window.
Thanks anyway.
But really, i would like know how to solve it
I’m not very familiar with github.
Anyway, i’ve noted there is a open issue on his page on github. The same issue that i’ve.
Someone have proposed this solution:
// We customize the action only when the application is already running
if (this.running) {
const hasUrgentWindows = !!this._urgentWindows.size;
const singleOrUrgentWindows = windows.length === 1 || hasUrgentWindows;
_this._updateState();_
switch (buttonAction) {
case clickAction.MINIMIZE:
// In overview just activate the app, unless the action is explicitly
Thank you very much for your attention, and your help. Really
In fact sometimes some problem is insurmountable, and we need to “navigate around” it.
This could be the case
I already knew the keyboard shortcuts, and i could use them sure, probably i’ll do it.
For me, this question (issue), was more a challenge than a seriuos problem, luckily.
Anyway, i discovered that code should be a part of extension programming, that i should replace with it. I’ve tried, more or less, but without success.
It doesn’t matter…