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
Currently, the code there assumes that the window always exists. So it should be modified to work even when this.window is null (and also it should likely create the window in activate() instead of startup()). In particular, Gio.Actions shouldn't be simply copied from the window object, instead, proxy actions (that also create the window when necessary) should be created.
Currently, the code there assumes that the window always exists. So it should be modified to work even when this.window is null (and also it should likely create the window in activate() instead of startup()). In particular, Gio.Actions shouldn't be simply copied from the window object, instead, proxy actions (that also create the window when necessary) should be created.
All of this is already implemented - to make D-Bus activation work
Also, Gio.Application has a inactivity-timeout property - maybe setting that to a large value should be enough
yakuake does this and it makes it faster to open after closing with
exit
or the shortcutctrl-d
The text was updated successfully, but these errors were encountered: