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

Switch not working in KDE Plasma #37

Open
fjavifabre opened this issue Nov 23, 2023 · 3 comments
Open

Switch not working in KDE Plasma #37

fjavifabre opened this issue Nov 23, 2023 · 3 comments

Comments

@fjavifabre
Copy link

I'm using a KDE Plasma in Ubuntu 20.04, Firefox 119.0.1 (64-bit).

All functions are working but the most important, switch between windows.
I checked all windows setting in KDE Plasma to check if something related to the window focus setting could mess with changing which window is focused and everything looks OK.

@l10nelw
Copy link
Owner

l10nelw commented Nov 26, 2023

Let's test that the basic API works?

Please go to about:devtools-toolbox?id=winman@lionelw&type=extension and enter in the console:

(await browser.windows.getAll()).map(w=>w.id)
// You get an array of windowIds, one for each browser window, e.g. [1, 3, 7, 9, 11]

// Pick a number, e.g. 9, and enter:
await browser.windows.update(9, { focused: true })
// Focus should change to the corresponding window

@ngirard
Copy link

ngirard commented Jun 13, 2024

@fjavifabre , check the value of focusmanager.testmode in about:config.
It should be set to false.

@MR-KO
Copy link

MR-KO commented Jun 27, 2024

another KDE plasma user here (latest version 6.0.5 on Arch Linux). Switching works just fine, also via the console using your JS code. And focusmanager.testmode is set to false.

and an unrelated bonus thank you: this extension is absolutely perfect, saved me and my browsing mess a lot of time, effort, and PC resources. Much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants