[Software] only one tab visible when returning to firefox
[Software] only one tab visible when returning to firefox
Hi,
I am running Debian 12 with XFCE. An old firefox problem has resurfaced. It never really went away but now it is more prevalent. I am running firefox 126.0.
I normally open firefox in the first workspace (of four). Typically there are 4+ tabs. If I leave workspace one then return, the most recent firefox tab is the only one accessible. Simply tap on the screen and all others become visible so not the end of the world. However it is annoying. Return to workspace one and CTRL-TAB does nothing until you actually click on the screen first.
As mentioned, the problem is not new but for the last day or 2 it has happened almost every time I return to firefox.
Does anyone see similar? Any suggestions?
Thanks
I am running Debian 12 with XFCE. An old firefox problem has resurfaced. It never really went away but now it is more prevalent. I am running firefox 126.0.
I normally open firefox in the first workspace (of four). Typically there are 4+ tabs. If I leave workspace one then return, the most recent firefox tab is the only one accessible. Simply tap on the screen and all others become visible so not the end of the world. However it is annoying. Return to workspace one and CTRL-TAB does nothing until you actually click on the screen first.
As mentioned, the problem is not new but for the last day or 2 it has happened almost every time I return to firefox.
Does anyone see similar? Any suggestions?
Thanks
Last edited by lazarus on 2024-05-15 23:04, edited 1 time in total.
- fabien
- Forum Helper
- Posts: 1134
- Joined: 2019-12-03 12:51
- Location: Anarres (Toulouse, France actually)
- Has thanked: 98 times
- Been thanked: 255 times
Re: [Software] Firefox tabs
Hello,
Does it happen if you use a new Firefox profile?
Also, please consider making the title of your topic more specific, thanks.
Do you mean the only one visible?
Does it happen if you use a new Firefox profile?
Also, please consider making the title of your topic more specific, thanks.
Share your Debian SCRIPTS
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
Re: [Software] Firefox tabs
Thanks, yes visible is a better word. It is difficult to describe.
Basically firefox is not active until I click the screen. I can't switch between tabs or scroll the current tab.
- sunrat
- Administrator
- Posts: 7275
- Joined: 2006-08-29 09:12
- Location: Melbourne, Australia
- Has thanked: 127 times
- Been thanked: 634 times
Re: [Software] only one tab visible when returning to firefox
Firefox 126 is not an official Debian version. I have not encountered this behaviour in the Debian Firefox-ESR version.
Have you checked the Mozilla support channels?
Have you checked the Mozilla support channels?
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Re: [Software] only one tab visible when returning to firefox
I didn't even think of the mozilla channels. I'll head there. Thanks
- PsychoHermit
- Posts: 80
- Joined: 2022-08-16 04:17
- Location: Carson City, Nv
- Has thanked: 7 times
- Been thanked: 6 times
Re: [Software] only one tab visible when returning to firefox
I am running firefox 126.0 on Debian testing and not having any issues with it. I can not duplicate the issue you describe.
--glenn
--glenn
- sunrat
- Administrator
- Posts: 7275
- Joined: 2006-08-29 09:12
- Location: Melbourne, Australia
- Has thanked: 127 times
- Been thanked: 634 times
Re: [Software] only one tab visible when returning to firefox
@lazarus How did you install Firefox? Mozilla repo? Tarball? Flatpak or something?
May even be an Xfce issue rather than FF issue.
Try opening Firefox from a terminal to see if any error messages are shown. You may also find a hint in ~/.xsession-errors.
May even be an Xfce issue rather than FF issue.
Try opening Firefox from a terminal to see if any error messages are shown. You may also find a hint in ~/.xsession-errors.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Re: [Software] only one tab visible when returning to firefox
Thank you @sunrat. I really can't remember how I installed firefox. This is the first time I have used debian on my PC and there were a number of things which didn't fit into my expectations. I didn't like firefox-esr (maybe I should have another look). And I didn't write down what I was doing.
I think I had to set up a specific repo for mozilla. I can see in my list of repos.
Anyway, I am now running firefox from a terminal and this is paying dividends. When I return to the workspace I have seen
on the terminal when firefox "locks up". 13308 was the PID attached to firefox previously. At this point firefox is not now included in my list of processes until I tap the window and it kicks off again. I am not sure about this error message at present but I'll dig around. I have got running also to catch anything.
Thanks again
I think I had to set up a specific repo for mozilla. I can see
Code: Select all
https://packages.mozilla.org/apt
Anyway, I am now running firefox from a terminal and this is paying dividends. When I return to the workspace I have seen
Code: Select all
[Parent 13308, IPC I/O Parent] WARNING: process 14010 is a zombie: file /builds/worker/checkouts/gecko/ipc/chromium/src/base/process_util_posix.cc:245
Code: Select all
tail -f .xsession-errors
Thanks again
Re: [Software] only one tab visible when returning to firefox
A trawl around the net suggests that yes it seems to be an Xfce conflict with the F11 key. Fullsceen.I ran for a day without fullscreen and did not see this issue again.
There are 2 issues raised in the xfce forums in 2023 similar to mine.
The problem is not fixed but it is not a debian issue.
There are 2 issues raised in the xfce forums in 2023 similar to mine.
The problem is not fixed but it is not a debian issue.
Re: [Software] only one tab visible when returning to firefox
Interesting...was this a full screen issue or a multiple tabs disappearing issue?
Was the original issue that when you are in full screen with multiple tabs open, the problem appears?
If F11 is causing a conflict of some sort, why not simply remap F11 to 'null'?
Was the original issue that when you are in full screen with multiple tabs open, the problem appears?
If F11 is causing a conflict of some sort, why not simply remap F11 to 'null'?
Re: [Software] only one tab visible when returning to firefox
This seems to be related to a full screen with multiple tabs. On return you had to click on the screen to make all tabs visible. The issue is not seen when firefox is not in full screen.
I created this file
Code: Select all
.config/xfce4/terminal/accels.scm
Code: Select all
gtk_accel_path "<Actions>/terminal-window/fullscreen" "")