顯示下列標籤的問題:

Flatpak profile config compatibility with the aur profile compatibility

Hi - I wanted to migrate all my changes made in the flatpak app to the aur version. I noticed the profile content has a different structure in both - aur and flatpak conf… (閱讀更多)

Hi - I wanted to migrate all my changes made in the flatpak app to the aur version. I noticed the profile content has a different structure in both - aur and flatpak configs. And any attempts to replace profile content with the other resulted in browser ignoring these and initing new config files. Was wondering if my config can be ported over or thats not possible thanks.

封存 1 235

Abuse

How can I stop advertisers from changing my 'Settings' fields 'Home page and new windows' to their URL which brings up their page before I can enter my password? I'm on L… (閱讀更多)

How can I stop advertisers from changing my 'Settings' fields 'Home page and new windows' to their URL which brings up their page before I can enter my password? I'm on Linux Desk Top.

已解決 封存 2 243

Difference between uBlock Origin's black and gray background in the advanced user matrix?

When enabling advanced user mode in uBlock Origin, a matrix of elements is presented when opening the dashboard. The matrix allows selecting either a gray noop or red blo… (閱讀更多)

When enabling advanced user mode in uBlock Origin, a matrix of elements is presented when opening the dashboard. The matrix allows selecting either a gray noop or red block configuration. But prior to selecting noop or block, there is a black background. If neither noop nor block is selected, what is the black background doing?

封存 4 189

first of all, do no harm

That is the first line in the Hippocratic Oath. All doctors have to swear to it. All software developers should too. I made the mistake of letting Firefox on KUbuntu upda… (閱讀更多)

That is the first line in the Hippocratic Oath. All doctors have to swear to it. All software developers should too.

I made the mistake of letting Firefox on KUbuntu update. It obliterated all my tabs and all my history. There's nothing left. I had a lot of tabs open with intent to use them to update some astronomy instructional activities. I don't know if I'll be able to find them again.

I don't really have a question except to ask: What fresh hell is this? Is it really that hard to just leave things the hell alone? I'm afraid to ever update Firefox again. If everything else wasn't based on Chromium, I'd be out of here.

Also, it looks like something out of Windows 7.

It's all gone. It's a wonder you didn't delete all my bookmarks while you were at it.

已解決 封存 3 135

Installation of Firefox Linux direct from Mozilla repository failes

duplicate of /questions/1495342 thread I try to install Firefox directly from the Mozilla repository. For that, I read the article "Install Firefox on Linux" and followed… (閱讀更多)

duplicate of /questions/1495342 thread

I try to install Firefox directly from the Mozilla repository.

For that, I read the article "Install Firefox on Linux" and followed the install instructions in first chapter "Debian-based distributions" step-by-step. (article https://support.mozilla.org/en-US/kb/install-firefox-linux)

Unfortunately, with every attempt to install Firefox, the Firefox LinuxMint (Ubundu) package will be still installed. The command to priorise the Mozilla repository seems to have no influenace.

How can I prevent/avoid using the LinuxMint/Ubundu repository? I wan't to install and update Firefox direct from Mozilla source.

I'm using Linux Mint 22.1 Xia base (Ubuntu 24.04 noble)

被鎖定 封存 1 298

Context menus delay appearing for 30 seconds.

After I upgraded my system (NixOS) from 23.05 to 24.11, both Firefox and Thunderbird experience a 30 second delay between doing right click and the context menu appearing… (閱讀更多)

After I upgraded my system (NixOS) from 23.05 to 24.11, both Firefox and Thunderbird experience a 30 second delay between doing right click and the context menu appearing.

After clicking on a menu option, there is another 30 second delay before the menu disappears and the action is carried out.

Happens also in safe mode, and after deleting the .mozilla directory and starting from scratch.

No other GUI on the system (including non-gecko browsers) are affected.

Firefox version is 133.0.3

封存 4 171

Version problem

I upgraded Firefox using Ubuntu's apt update, apt dist-upgrade. The upgrade process said my version is 134.0.1 but when I look on the Help button is says my version is 12… (閱讀更多)

I upgraded Firefox using Ubuntu's apt update, apt dist-upgrade. The upgrade process said my version is 134.0.1 but when I look on the Help button is says my version is 125.0.2. How do I upgrade to 134.0.1?

封存 1 297

Disabling or changing view source hotkey

Hello, is it possible to disable or alter the hotkey for viewing source? It is overriding my config for gtk-3.0, settings.ini, where gtk-key-theme-name=emacs. While I do … (閱讀更多)

Hello, is it possible to disable or alter the hotkey for viewing source? It is overriding my config for gtk-3.0, settings.ini, where gtk-key-theme-name=emacs. While I do have the emacs keybindings go to start of line, go to end of line, and delete to end of line but not this (personally) most used hotkey. I looked in about:config for source, but those appear to only modify the tab/window/editor which the source is viewed in, but not the shortcut to reach it. It does work for most of my applications, except fltk-based ones and ones where the application sets its own macro overriding the gtk config.

封存 1 126

Firefox doesn't start after installation of amdgpu driver

Hi, I have a laptop with an AMD Ryzen 7 8845HS CPU, including a Radeon 780M iGPU, running Ubuntu 24.04. In order to fully utilize the GPU by supporting OpenCL acceleratio… (閱讀更多)

Hi,

I have a laptop with an AMD Ryzen 7 8845HS CPU, including a Radeon 780M iGPU, running Ubuntu 24.04. In order to fully utilize the GPU by supporting OpenCL acceleration I installed the additional drivers by: `sudo amdgpu-install --usecase=graphics,multimedia,opencl --opencl=rocr --opengl=mesa`

After that programs which benefit from OpenCL acceleration recognize the GPU, however firefox starts crashing with the following error msg:

XPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so: libwayland-client.so.0: failed to map segment from shared object Couldn't load XPCOM.

It seems that the AMD GPU drivers registered their libraries in `/etc/ld.so.conf.d` as 10-rocm-opencl.conf, 20-amdgpu.conf which means that libraries within the given folders are found first.

This applies to the libwayland-client library, which is used by `/usr/lib/firefox/libmozgtk.s`:

ldd /usr/lib/firefox/libmozgtk.so | grep amd libwayland-client.so.0 => /opt/amdgpu/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007013767bf000)

Interestingly the same `libmozgtk.so` library is used by thunderbird:

ldd /usr/lib/thunderbird/libmozgtk.so | rg -i amd libwayland-client.so.0 => /opt/amdgpu/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007d44b0f41000)

However thunderbird just works fine, so I expect that there might be something wrong with firefox utilizing this library.

Maybe I should also mention, that I'm not even using wayland as desktop compositor, but good old x11:

echo $XDG_SESSION_TYPE x11

Is there any way to further debug this issue?

封存 2 198

Kerberos keytab location

How does Firefox determine where the Kerberos keytab is located? The default location for Kerberos keytabs on a Linux box is within /tmp. /tmp is very temporary these da… (閱讀更多)

How does Firefox determine where the Kerberos keytab is located?

The default location for Kerberos keytabs on a Linux box is within /tmp. /tmp is very temporary these days and is wiped on reboot and it looks like on the various power save/restore.

So, I decided to move the keytabs to a static location to allow them to work according to the usual schedules and timeouts, instead of being wiped out on a whim. I settled on /var/lib/krb5tabs/krb5cc_%u I configured that within /etc/krb5.conf

I use pam_winbind from Samba to do the Kerberos login and the keytab is filled in and the environment var KRB5CCNAME is set correctly.

Before the change of the location of the keytab from the defaults, everything works fine apart from after a resume and creds need re entering (which is the pain I am trying to avoid).

After the change, Evolution is still able to authenticate via Kerberos but Firefox is not. So, does FF just assume defaults or actually follow KRB5CCNAME - which seems to be the standard for Kerberos?

封存 2 90

Updating FireFox on Linux

I am getting notices that I need to update my FireFox. I went to update and saw this message "updates disabled by your system administrator". What do I need to do to be a… (閱讀更多)

I am getting notices that I need to update my FireFox. I went to update and saw this message "updates disabled by your system administrator". What do I need to do to be able to do the update. Email:[edited from community support forum]

封存 1 81

Updated Firefox but menu icon remains old version-- how to fix?

Greetings. I am using an old Linux Mint version. I got messages that my Firefox needed to be updated. I finally figured out how to do that and updated it. I started to us… (閱讀更多)

Greetings.

I am using an old Linux Mint version. I got messages that my Firefox needed to be updated.

I finally figured out how to do that and updated it. I started to use it. No problems.

However, the update did not change the default Firefox in the menu or on the taskbar panel below. If I click on them, I get the old version.

So when I restarted the computer, when I clicked on the Firefox shortcut icon in the lower taskbar I got the old version with the tabs that were on it. I had to go back into the Firefox file downloaded for the update in order to open the new version.

So, how do I get a working shortcut icon for the new version and get rid of the old version/icon?

Thanks.

David

已解決 封存 4 516

Youtube PREMIUM videos start 11 seconds in.

using firefox premium in Mint 21.3 Cinnamon youtube videos always start 11 seconds in. i have NO ad-blockers. The same video using Chromium on the same platform does NOT … (閱讀更多)

using firefox premium in Mint 21.3 Cinnamon youtube videos always start 11 seconds in. i have NO ad-blockers. The same video using Chromium on the same platform does NOT act the same way. Wazzz-up?? tom t

封存 1 72