-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set the window title in the GUI daemon #9554
Comments
I am not sure if the above is 100% correct. Looking at Moreover, sadly the GUID does not set |
Good find! It's even mentioned in So essentially my feature request becomes:
|
Adding the prefix by qubes-guid is done in KDE. It used to be done on KDE with a patch too, mostly to make it in distinguished style (AFAIR VM name was in bold). This way it was even more visible what is the VM name, and even if something went wrong and the prefix would be skipped, the VM couldn't make its own prefix bold. As for using WM_CLIENT_MACHINE, we have considered that, but unfortunately it isn't very reliable - depending on window manager it is skipped sometimes, or hidden as the first thing if title doesn't fit on the screen. And also it's usually placed after the title which makes it harder to find and separate from the actual title. |
It appears that it only used for KDE. Here.
|
How to file a helpful issue
The problem you're addressing (if any)
Currently window titles are prefixed by the VM names by all window managers on their own.
It would be more efficient to implement that in the GUI daemon only.
The solution you'd like
Implement VM name prefixing for window titles in the GUI daemon similar as the window icon is set by the GUI daemon.
The value to a user, and who that user might be
Shared secure code across window managers.
Easier implementation of features like #9553 in a central place.
Completion criteria checklist
(This section is for developer use only. Please do not modify it.)
The text was updated successfully, but these errors were encountered: