Skip to content
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

In Tails, the window name is "__init__.py" #135

Closed
micahflee opened this issue Dec 7, 2021 · 3 comments
Closed

In Tails, the window name is "__init__.py" #135

micahflee opened this issue Dec 7, 2021 · 3 comments
Labels
bug Something isn't working P:linux

Comments

@micahflee
Copy link
Collaborator

dangerzone-install-container

@micahflee micahflee added the bug Something isn't working label Dec 7, 2021
@micahflee micahflee modified the milestone: 0.3.1 Dec 8, 2021
@micahflee
Copy link
Collaborator Author

This should be a really simple fix but I tried a few things and nothing is working. I don't want to hold up a release on this issue, so I removed the milestone.

@deeplow
Copy link
Contributor

deeplow commented Aug 22, 2022

Found an explanation that may help:

gnome-shell tries to match the window to an an app (a ShellApp instance) and use that name. The code do that is here: http://git.gnome.org/browse/gnome-shell/tree/src/shell-window-tracker.c#n328

But if it fails to find ShellApp for the window then it falls back to using the ICCCM specified WM_CLASS (spec is at http://tronche.com/gui/x/icccm/sec-4.html#s-4.1.2.5) here: http://git.gnome.org/browse/gnome-shell/tree/src/shell-app.c#n361

The thread itself is for GTK but this looks like the plausible source of the problem. And in this case, this issue should affect all gnome-based distros and not just tails.

@apyrgio
Copy link
Contributor

apyrgio commented Jul 31, 2024

I'm closing this issue, since we've made some improvements in this front. Notably, in the latest Tails release, using the candidate installation instructions, I can verify that this issue is resolved.

@apyrgio apyrgio closed this as completed Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P:linux
Projects
None yet
Development

No branches or pull requests

3 participants