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
This isn't meant to be a launcher, just create an association between the given Qt window's StartupWMClass and an Icon. There doesn't seem to be any runtime Qt method to get the icon to change, so without this .desktop file we're stuck with the default gear icon (ignore the Signal icon above it):
All the options are there except the SingleMainWindow one, which is helpful because it takes this default behavior of having a "New Window" prompt:
And allows it to be removed, which is what I want:
Why is this needed?
Anyone who wants to remove the "New Window" option on latest Ubuntu will benefit from this feature.
What should happen?
☝
Additional Context
N/A
The text was updated successfully, but these errors were encountered:
Checklist
What is the idea?
To set the icon of Qt applications properly on latest Ubuntu I need to create the following
.desktop
file:This isn't meant to be a launcher, just create an association between the given Qt window's
StartupWMClass
and anIcon
. There doesn't seem to be any runtime Qt method to get the icon to change, so without this.desktop
file we're stuck with the default gear icon (ignore the Signal icon above it):All the options are there except the
SingleMainWindow
one, which is helpful because it takes this default behavior of having a "New Window" prompt:And allows it to be removed, which is what I want:
Why is this needed?
Anyone who wants to remove the "New Window" option on latest Ubuntu will benefit from this feature.
What should happen?
☝
Additional Context
N/A
The text was updated successfully, but these errors were encountered: