You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Cinnamon 4.4.8 not daily build
* Distribution - (Mint 19.03)
* 64 bit
Issue
I am launching gnome-calculator with Cal shortcut button.
But, every time i press Cal, new gnome-calculator window spawned. I don't want this behaviour.
Steps to reproduce
press or hold Cal button and gnome-calculator shows.
Expected behaviour
I am expecting the Cal button launches gnome-calculator on first try. Then, when Cal is pressed again, it will reveal the existing window, and so on and so forth.
Other information
I've found, using dconf editor can customize the desktop.
So far, I also found the path to execute the gnome-calculator which is:
So far, what I need is to change the Custom value with the proper command to check the existing calculator window and reveal it.
What is the command(or script maybe) to reveal forward existing gnome-calculatorwindow? If it doesn't exist, simply spawn one.
Also, I've been asking in askubuntu. As this user said:
It was default behavior in ubuntu. (I cannot confirm that because i don't use ubuntu)
Is this a bug or it is intended to be like that? because, as per this posting time, this issue is still opened and I conclude, it may be bad for user experience.
If this not a bug, please consider this as an enhancement for next version. And that applies to other apps too( such as when opening spotify link to an app, it spawns new window instead of the existing.)
Thanks in advance.
The text was updated successfully, but these errors were encountered:
sh -c 'xdotool search --class gnome-calculator windowactivate || gnome-calculator'
You'll probably have to install xdotool
We generally leave the behavior up to the app to decide. They can focus an existing window or spawn a new one. Gnome-calculator specifically wants to open a new instance, which is why this behavior occurs. Other things like xed/gedit bring up the existing window.
I haven't investigate the behavior on ubuntu (gnome-shell or unity?) so I'm not sure how they're handling this.
edit: This command needs to be wrapped for the shortcut to work, fixed.
Issue
I am launching
gnome-calculator
with Cal shortcut button.But, every time i press Cal, new
gnome-calculator
window spawned. I don't want this behaviour.Steps to reproduce
press or hold Cal button and
gnome-calculator
shows.Expected behaviour
I am expecting the Cal button launches
gnome-calculator
on first try. Then, when Cal is pressed again, it will reveal the existing window, and so on and so forth.Other information
I've found, using dconf editor can customize the desktop.
So far, I also found the path to execute the
gnome-calculator
which is:I use dconf editor such as this:
So far, what I need is to change the Custom value with the proper command to check the existing calculator window and reveal it.
What is the command(or script maybe) to reveal forward existing
gnome-calculator
window? If it doesn't exist, simply spawn one.Also, I've been asking in askubuntu. As this user said:
It was default behavior in ubuntu. (I cannot confirm that because i don't use ubuntu)
Is this a bug or it is intended to be like that? because, as per this posting time, this issue is still opened and I conclude, it may be bad for user experience.
If this not a bug, please consider this as an enhancement for next version. And that applies to other apps too( such as when opening spotify link to an app, it spawns new window instead of the existing.)
Thanks in advance.
The text was updated successfully, but these errors were encountered: