Nuna amsoshi da aka yiwa shaida:

My latest upgrade on Kubuntu 26.04 is marked as BETA 155.0

The latest Snap update on my Kubuntu laptop is marked as a BETA version. I haven't selected the BETA stream. I like to keep track of changes at each install and there's n… (daɗa karatu)

The latest Snap update on my Kubuntu laptop is marked as a BETA version. I haven't selected the BETA stream. I like to keep track of changes at each install and there's no Release Notes available.

Is this an error at your end or do I need to change something to get back to a stable version?

Open 2

First word disappears after pressing Space in the New Tab search field when typing in Bulgarian (Linux / Wayland)

Environment • Firefox 153.0.1 (64-bit) • Ubuntu 24.04.4 LTS • Wayland session • Input method: IBus • Keyboard layouts: ◦ US ◦ Bulgarian (bg+b… (daɗa karatu)

Environment

   • Firefox 153.0.1 (64-bit)
   • Ubuntu 24.04.4 LTS
   • Wayland session
   • Input method: IBus
   • Keyboard layouts:
       ◦ US
       ◦ Bulgarian (bg+bekl)
   • Graphics:
       ◦ AMD Radeon Graphics (renoir)
       ◦ WebRender (Software)

Summary When typing a multi-word search query in Bulgarian into the center search field on the Firefox New Tab page (about:newtab), the first word disappears immediately after pressing the Space key. The issue occurs only in the in-page search field. Typing exactly the same text in the Firefox address bar works correctly. Steps to reproduce

   1. Open a new tab (about:newtab).
   2. Click inside the center search field.
   3. Switch to the Bulgarian keyboard layout.
   4. Type the first word, for example:   български
   5. Press the Space key.

Actual result The first word disappears completely. The search field becomes empty and the caret remains after one blank space. Typing continues normally from the second word onward. Interestingly, pressing Ctrl+Z immediately restores the missing first word, indicating that Firefox performs an undoable edit operation rather than simply ignoring the input. Expected result The first word should remain in the search field after pressing Space. Additional observations

   • The problem does not occur when typing in the Firefox address bar.
   • The problem does not occur on google.com or in other web page input fields.
   • The problem is reproducible in:
       ◦ Troubleshoot Mode
       ◦ a brand new Firefox profile
   • No third-party extensions are installed (only the built-in OpenH264 codec is present).
   • Setting

browser.newtabpage.activity-stream.showSearch = false removes the in-page search field, therefore the issue disappears because the affected widget is no longer present.

   • Disabling

browser.search.suggest.enabled does not change the behaviour.

   • If the address bar already contains text before clicking into the New Tab search field, the issue may no longer reproduce. This suggests that the bug could be related to focus handling or interaction between the New Tab search widget and the address bar.

Reproducibility Always reproducible on this system. Notes The issue appears to be specific to the Firefox New Tab search widget (about:newtab) rather than to the operating system, keyboard layout, input method, or user profile. ____________________________________________________________ The text above was created following extensive discussion and numerous tests, in collaboration with ChatGPT.

Open 2

Left panel AI Chatbot text - how to make it bigger

Hi everybody! My question is - is there a way to make the AI Chatbot text on the left-panel of Firefox bigger? I have already use zoom on the browser but it only make the… (daɗa karatu)

Hi everybody!

My question is - is there a way to make the AI Chatbot text on the left-panel of Firefox bigger? I have already use zoom on the browser but it only make the text on the browser bigger but not the left-panel...

Open 1

Add 'open link in opposite split view' option to link behavior

I've been using the split view feature and really like it... however I constantly find myself doing the following: Having a split view open with related pages, for exampl… (daɗa karatu)

I've been using the split view feature and really like it... however I constantly find myself doing the following:

Having a split view open with related pages, for example a list view in the left pane, and I want to open one of the items in the list view in the opposite pane, currently I have to:

1. Copy the url in the left pane 2. Switch to the right pane 3. Target the address bar 4. Paste the url 5. Load the new url

Ideally an additional 'open link in x' option could be added specifically when a user is in the split view, that will open the link directly in the opposite pane of the current split, so left > right or right > left.

My question is, is there is a way to do this already; I cannot find any reference to this in the docs.

"Open Link in Opposite Split View" would be perfect.

Open

Sandboxing problems when running under a parallel-installed glibc?

I run Firefox on a retro Linux system that is currently running a personal "Frankenbuntu". Basically, Kubuntu 14.04 LTS with lots of components updated either "in-tree" o… (daɗa karatu)

I run Firefox on a retro Linux system that is currently running a personal "Frankenbuntu". Basically, Kubuntu 14.04 LTS with lots of components updated either "in-tree" or via a pkgsrc-like collection of "ports" installed under /opt/local that includes GTk3, Mesa, VAAPI plugins etc. I use that tree with a combination of built-in rpath settings (for apps installed under /opt/local) and wrapper scripts setting LD_LIBRARY_PATH, so as to maintain the possibility to run system apps independently, in particular while booting. (Sounds complicated, but it's also a rewarding fun project for me, allowing me to keep using an old and familiar DE with modern features on 2017 hardware,)

I have never yet dared to update my glibc from the stock 2.19, so with every Firefox update I fear to run into problems with that. I do have a 2.27 build but that is installed in another parallel prefix (/opt/glibc/2) because one cannot simply use LD_LIBRARY_PATH to use a newer glibc (I think because the ELF interpreter, ld-linux.so, has to match).

I already use patchelf with success to change the ELF interpreter to the 2.27 one, for instance with Ferdium, a Node/Electron application. This works and as far as I can tell, it will load all Mesa and DRI components from my /opt/local tree so hw-accelerated video works as it should.

But when I try this with Firefox, I get what appears to be a sandboxing issue when attempts are made to load Mesa DRI libraries: ``` libva info: VA-API version 1.24.0 libva info: Trying to open /opt/local/lib/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_23 [GFX1-]: VideoBridgeParent receives IPC close with reason=AbnormalShutdown MESA-LOADER: failed to open iris: libsensors.so.4: cannot open shared object file: Permission denied (search paths /opt/local/lib/dri, suffix _dri) failed to load driver: iris MESA-LOADER: failed to open kms_swrast: libsensors.so.4: cannot open shared object file: Permission denied (search paths /opt/local/lib/dri, suffix _dri) failed to load driver: kms_swrast MESA-LOADER: failed to open swrast: libsensors.so.4: cannot open shared object file: Permission denied (search paths /opt/local/lib/dri, suffix _dri) failed to load swrast driver libva info: VA-API version 1.24.0 libva info: Trying to open /opt/local/lib/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_23 [GFX1-]: VideoBridgeParent receives IPC close with reason=AbnormalShutdown ``` Copying libsensors into /opt/local/lib turns the above error into the same one about the next library available in the system (/lib/x86_64-linux-gnu/libtinfo.so.5). The DRI module I actually need (iHD) does load but I still get the GFX abnormal shutdown error. I've tried the interpreter change in other applications using libva and don't see the issue.

I do see this in the syslog: ``` Aug 31 15:18:47 Bmbl kernel: [2043645.959690] MediaSu~isor #1[17692]: segfault at 290 ip 00007f2b0815b284 sp 00007f2ad913e990 e rror 4 in ld-2.29.so[7f2b0814f000+21000] Aug 31 15:18:47 Bmbl kernel: [2043645.959702] Code: 04 49 83 fc 06 44 0f 44 c8 81 e6 ff 7f 00 00 45 89 8f 08 04 00 00 48 8d 04 76 4d 89 b7 00 04 00 00 4c 8d 04 c7 4d 85 c0 74 0f <41> 8b 48 08 b8 00 00 00 00 85 c9 4c 0f 44 c0 41 8b 3e 6a 00 48 8d Aug 31 15:18:47 Bmbl kernel: [2043646.080407] MediaSu~isor #1[17732]: segfault at 290 ip 00007f2b0815b284 sp 00007f2ad913e990 e rror 4 in ld-2.29.so[7f2b0814f000+21000] ```

Any idea why this is, and what can be done to prevent this, beyond actually updating my system glibc? I'd have no problems disabling sandboxing.

Open 3

no sound

this exact question has been asked last year, none of the suggestions work: I am running Firefox 154.01 on Winux I have lost sound on Firefox. I have opened the same sit… (daɗa karatu)

this exact question has been asked last year, none of the suggestions work: I am running Firefox 154.01 on Winux I have lost sound on Firefox. I have opened the same sites in Chromium and the sound is working fine. It's only in Firefox. I have tried several sites including , YouTube, and radio programs, no sound from Firefox. All of a sudden the sound disappeared. The speakers is turned on the volume is up, just not a sound from Firefox. What to do? Right now I had to switch over to Chromium

Open

Can't add extension, just get a throbber that never stops

I'm on FF 154.0. The power went out here and when it came back and I booted the desktop computer something had changed in FF. I used to see the active tab as green in … (daɗa karatu)

I'm on FF 154.0. The power went out here and when it came back and I booted the desktop computer something had changed in FF.

I used to see the active tab as green in the tab bar and yellow for the rest, but now they're all gray until I mouse over the bar and only then does it turn green/yellow.

I struggled with this for many hours trying many //active tab color// solutions I found in searches but nothing got it back to my old behavior.

So as a last resort I tried adding the Firefox Color extension, but when I click Add to Firefox it just turns into a throbber that never changes so it doesn't install. I'm stuck!

Frustrated!!

Open 6

Can you please help me with corrupted bookmark files?

After several windows problems, I did a clean install with forgetting to sync or backup on my profile and lost a good bit of my bookmarks. However, I managed to retrieve … (daɗa karatu)

After several windows problems, I did a clean install with forgetting to sync or backup on my profile and lost a good bit of my bookmarks. However, I managed to retrieve some files, but they seem corrupted and after going through forums and several researches, I am unable to use them. I tried to look at the files and some of them turned to chinese and others have strange symbols in them. Thanks lovely people!

Open 1

Add support for open-source AI models.

Open-source models allow users to inspect, audit, and understand how decisions are made, fostering trust. Open-source models reduce dependency on proprietary solutions, l… (daɗa karatu)

Open-source models allow users to inspect, audit, and understand how decisions are made, fostering trust. Open-source models reduce dependency on proprietary solutions, lowering costs for individuals and organizations.

Open 2

Linux Ubuntu, Firefox 154.0, firefox freezes and I am unable to make it work or quit it.

This has been in the last month or so. It will freeze up and I can't break out of it. Last time it froze the whole computer and I had to power down and restart. The… (daɗa karatu)

This has been in the last month or so. It will freeze up and I can't break out of it. Last time it froze the whole computer and I had to power down and restart. There must be something that changed. And there must be some way for me to be able to quit when this happens. Last time it was on a video call with my 104 year old mother and it is very annoying. The whole thing froze and I had to restart the computer and when I got it back up, she was off. I need some way to break out so I don't have to do a complete restart. t.

Open 9

Some web based games laggy since Firefox 148

I play https://crazyshooters.com/ and https://crazyshooters2.com/ a lot! But the game became laggy since Firefox 148 and my ping spikes up. Other browsers play fine. I am… (daɗa karatu)

I play https://crazyshooters.com/ and https://crazyshooters2.com/ a lot! But the game became laggy since Firefox 148 and my ping spikes up. Other browsers play fine. I am on Linux Mint if that helps. (147 and below run fine)

Solved 11 60

I can't add a shortcut site to my FF home screen

Where is a link, icon, or ANY WAY to add a shortcut site to my Ubuntu FF **DESKTOP** homescreen? I already have 4 rows (since 2013 over many Linux laptops. Ubuntu, Mint, … (daɗa karatu)

Where is a link, icon, or ANY WAY to add a shortcut site to my Ubuntu FF **DESKTOP** homescreen?

I already have 4 rows (since 2013 over many Linux laptops. Ubuntu, Mint, popOS, and now Ubuntu 26.04 LTS).

There is room in the fourth row for a few more. BUT I don't see any icon or link or right-click option to add another!

Phrasing the article search various ways gets me a lot of unrelated stuff.

EVERY help article, of which there are few, seems to have a BIG-ASSumption that everyone is using mobile Firefox.

NO! NO three dots. No right click brings up anything. NOTHING in settings. I've been through everything in the 3-bar menu, and there is NOTHING. (I already use it to sync, go to OTHER settings, go to help, etc.)

This is a day after an update, though I don't know how that affects it.

Usually if I forget how I did something, I just explore and find it. BUT --

My way of adding new shortcuts seems to be GONE.

Open 3