Отображение вопросов с тегом: Показать все вопросы

Audio problem

When watching a video on YouTube, the sound suddenly stopped playing. Currently, sounds in video and audio are not played on all sites. The problem is only in the browse… (читать ещё)

When watching a video on YouTube, the sound suddenly stopped playing. Currently, sounds in video and audio are not played on all sites.

The problem is only in the browser. Audio and video files are perfectly reproduced by the VLC player. There is also sound in the Chrome and Firefox ESR browser.

My actions. 1. Disabled all extensions 2. Clearing history and deleting all cookies

My browser - Firefox Developer edition, version 123.0b9 OS - Debian 12

P.S. I have been using the developer edition for many years. It seems to me more convenient and faster compared to regular Firefox. I really don’t want to delete the customized browser.

I need help with audio in browser...

Many thanks!

Задан Val_Ery 2 месяца назад

Последний ответ от jonzn4SUSE 2 месяца назад

Firefox Developer Edition starts up at a fixed position and size

I am running Firefox Developer Edition (123.0b1) on Windows 11 and every time I start Firefox it maximises and then resizes to a set size with the maximise button set to … (читать ещё)

I am running Firefox Developer Edition (123.0b1) on Windows 11 and every time I start Firefox it maximises and then resizes to a set size with the maximise button set to restore size mode (I.e. the window thinks it is maximised). I have followed the steps detailed for this question: https://support.mozilla.org/en-US/questions/1411093 however that does not resolve my issue. This has only started recently after I turned the laptop into a tablet and back again. Once I "restore" the window and then I maximise the window it works as expected. However it is very annoying. Also if I start another instance of Firefox this new instance does not exhibit the same behavior.


Computer: HP Envy OS: Windows 11 with all current updates and as far as I can tell AI is turned off using a group policy.

Задан graham.harris.1975 2 месяца назад

Последний ответ от zeroknight 2 месяца назад

cookiebanners.service.mode setting not permanent

Changing the cookiebanners.service.mode to 2 in Firefox for Android beta via about:config is not permanent. After some time / Smartphone reboot / shutting down Firefox th… (читать ещё)

Changing the cookiebanners.service.mode to 2 in Firefox for Android beta via about:config is not permanent. After some time / Smartphone reboot / shutting down Firefox the setting is changed back to the default setting. -> how can I persist that setting?

Задан FirefoxMUC 2 месяца назад

Последний ответ от Paul 2 месяца назад

searches in address bar

I do not want my searches to be reflected in the address bar. I believe in prior versions of Firefox there was a checkbox to delete that provision. I'm using Firefox 12… (читать ещё)

I do not want my searches to be reflected in the address bar. I believe in prior versions of Firefox there was a checkbox to delete that provision. I'm using Firefox 123.0 64-bit with Windows 10 and have been through the setting and more tools areas but found no way to remove that function. I did try the about:config suggestions but still have no joy.

Задан stevespangler2008 2 месяца назад

Последний ответ от jscher2000 - Support Volunteer 2 месяца назад

interface problems

Hi, Mozilla team I hope that you have a great day, straight to the point, my UI sometimes crashes or some components glitch or don't even work as it has to This is a vide… (читать ещё)

Hi, Mozilla team I hope that you have a great day, straight to the point, my UI sometimes crashes or some components glitch or don't even work as it has to This is a video below slowed(I couldn't upload the video).

Задан mabtheoriginal 4 месяца назад

Последний ответ от zeroknight 4 месяца назад

Firefox v122 --profile option is not working properly

Hi, I am running the latest Firefox v122 (firefox_122.0+build1-0ubuntu0.22.04.1~mt1_amd64.deb not snap) and when using the --profile option to specify the startup pr… (читать ещё)

Hi,

  I am running the latest Firefox v122 (firefox_122.0+build1-0ubuntu0.22.04.1~mt1_amd64.deb not snap)

and when using the --profile option to specify the startup profile it fails to start even on a NEW system that never ran Firefox if I give it a directory that resides on a mounted ext3 filesystem.

  All the permissions are OK and yet running strace I see an error and after a few second will get the

generic pop-up with the error message: (after a few seconds)

Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.

 Running the SAME from /tmp works fine, but I need the profile to reside on a persistent storage area

so if the LIVE distro restarts then it can restore the previous session, bookmarks, options, etc...


============================================================
 The 2 directories were created identically and have the exact same permissions:

xubuntu@xubuntu:~$ mkdir /tmp/firefox3

xubuntu@xubuntu:~$ mkdir /media/xubuntu/sys_n01_home/mozilla/firefox3

xubuntu@xubuntu:~$ ls -ald /tmp/firefox3 drwxrwxr-x 17 xubuntu xubuntu 1080 Jan 21 22:05 /tmp/firefox3

xubuntu@xubuntu:~$ ls -ald /media/xubuntu/sys_n01_home/mozilla/firefox3 drwxrwxr-x 17 xubuntu xubuntu 4096 Jan 21 21:13 /media/xubuntu/sys_n01_home/mozilla/firefox3

============================================================

The only difference is that one is mounted on tmpfs and the other is on /dev/nvme0n1p2:

xubuntu@xubuntu:~$ df -k /tmp/firefox3 Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 32560016 351528 32208488 2% /tmp

xubuntu@xubuntu:~$ df -k /media/xubuntu/sys_n01_home/mozilla/firefox3 Filesystem 1K-blocks Used Available Use% Mounted on /dev/nvme0n1p2 195751828 51056068 142695768 27% /media/xubuntu/sys_n01_home


============================================================

When starting firefox with the /tmp/firefox3 profile directory it works fine and starts up:

xubuntu@xubuntu:~$ firefox --profile /tmp/firefox3

newfstatat(AT_FDCWD, "/tmp/firefox3", {st_mode=S_IFDIR|0775, st_size=1040, ...}, 0) = 0 newfstatat(AT_FDCWD, "/tmp/firefox3/.parentlock", {st_mode=S_IFREG|0664, st_size=0, ...}, 0) = 0 openat(AT_FDCWD, "/tmp/firefox3/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11 fcntl(11, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0, l_pid=-487933736}) = 0 fcntl(11, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 uname({sysname="Linux", nodename="xubuntu", ...}) = 0


BUT when using the persistent storage on the real filesystem (but SAME exact permissions) it fails:

newfstatat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3", {st_mode=S_IFDIR|0775, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3/.parentlock", {st_mode=S_IFREG|0664, st_size=0, ...}, 0) = 0 openat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11 fcntl(11, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0, l_pid=1519466008}) = 0 fcntl(11, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = -1 EACCES (Permission denied) close(11) = 0

Am I doing anything wrong or is this some weird startup issue / race condition in the parentlock management?

Thank you for looking into this.

  -Sanjiyan

PS: I can upload the full strace file for both scenarios if needed. Thanks again.

     running on an xubuntu distribution "22.04.2 LTS (Jammy Jellyfish)"

Задан Sanjiyan 2 месяца назад

Последний ответ от zeroknight 2 месяца назад

Mozila Tab

Hi Mozilla Suport teams, i am currently using the mozilla for the developer version and the app runs flawlessly, and i love it. But i have some suggestion for the develop… (читать ещё)

Hi Mozilla Suport teams, i am currently using the mozilla for the developer version and the app runs flawlessly, and i love it. But i have some suggestion for the developer at mozilla to make a tab that can group the tab into a fresh tab like the google chrome has, and since i open so many tab in this browser, i would absolutely love it where the feature of grouping tab is available for me, so i can group them in name and leave it there, rahter than open up more than 10+ tabs in a window. Thank you so much

Задан nokromanx 4 месяца назад

Последний ответ от Paul 4 месяца назад

"Your browser is managed by your organization"

"Your browser is managed by your organization" suddenly appeared OS:Win11 Certificates: "ImportEnterpriseRoots" I've tried: Reinstalling Firefox Installing Firefox Devel… (читать ещё)

"Your browser is managed by your organization" suddenly appeared OS:Win11 Certificates: "ImportEnterpriseRoots" I've tried: Reinstalling Firefox Installing Firefox Developer Edition (it disapeared for few days but it was back) Deleting the registry key for it (after restart it appeared again)

 I have Avast and Malwarebytes but this has never happened to me before with this anti - virus

Задан Tadapol 2 месяца назад

Последний ответ от jonzn4SUSE 2 месяца назад

about:config on Android

I have used Firefox on many systems - MacOS, Linux, Winblows and mainly Android Cellphone. "about:config" on a Cellphone has never worked, never worked consistently, or … (читать ещё)

I have used Firefox on many systems - MacOS, Linux, Winblows and mainly Android Cellphone.

"about:config" on a Cellphone has never worked, never worked consistently, or mainly been confused with Desktop Firefox :P

Hello?!? The future is mobile not stationary desktops  :P But I digress. Please dont misunderstand me - I love FF - but when I want "about:config" on A Cellphone - I WANT IT to actually work on a freaking cellphone  :P

Is the software config too much for International Mozilla to understand? Or has Mozilla had way to much input from everyone on the planet thus watering down an otherwise great browser?

Kind of rhetorical - I know it will never be fixed in favor of locking in a dieing desktop setup  :P

CYa/Bill

Задан Bill Jones 5 месяцев назад

Последний ответ от Paul 5 месяцев назад

found old phone still using Lockwise

I just discovered that the android phone (Samsung A71) I am currently using was in fact still using Lockwise for Auto Fill. How do I force this old copy of Lockwise to d… (читать ещё)

I just discovered that the android phone (Samsung A71) I am currently using was in fact still using Lockwise for Auto Fill.

How do I force this old copy of Lockwise to do a final sync before I uninstall it. I do know that at least some of the passwords stored in it are up to date. At this time, I DO NOT have access to a PC. I DO have access to a more recent android phone (Samsung A53 5G) that DOES NOT have Lockwise installed and is using the most up-to-date version of FireFox for Android.

Also is firefox typed out in lowercase or one of these ways: "Firefox" or "FireFox"? I have a habit of camelcasing some computer terms left over from my days as a UNIX Administrator (AT&T Bell Labs versions and not any BSD versions) and want to know the proper way to type it (from the horse's mouth so to speak).

Regards

Задан Evil Dave of Canada 3 месяца назад

Последний ответ от Paul 3 месяца назад

Firefox being extremly laggy

I switched from windows 10 to 11 and to a new laptop. Here in my new laptop Asus tuf 15 ,even though it has better RAM , internet connection, cache memory, cores the FIRE… (читать ещё)

I switched from windows 10 to 11 and to a new laptop. Here in my new laptop Asus tuf 15 ,even though it has better RAM , internet connection, cache memory, cores the FIREFOX doesnot function properly. It's extremly laggy specially when I use YOURUBE . In my earlier HP laptop with 8 GB ram I could use 10-15 tabs at one time .It would still not lag . It could do web development at the same time I could watch youtube tutorials. But now I barely open 4-5 tabs the youtube starts freezing up to the extent that I really get frustrated. Please so something or I will have to switch to BRAVE browser or something.

Задан MANAS UNIYAL 3 месяца назад

Последний ответ от zeroknight 3 месяца назад

Firefox reverted back a few years, need to install my old firefox data

After a update my browser was running very slow, I'm not sure what I did but my whole browser, including history and bookmarks and add ons reverted back years. But I have… (читать ещё)

After a update my browser was running very slow, I'm not sure what I did but my whole browser, including history and bookmarks and add ons reverted back years. But I have a whole folder of Old Firefox Data which is from today.

How do I get this back on there and get everything back to normal?

Задан TheImmortalLowlife 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

Is AdBlock scamming all Firefox users, or do you not want their partnership?

AdBlock has not made any updates for Firefox for eleven months. Do they just not care, or has Mozilla rejected them? The internet is terrible enough as it loves to scam a… (читать ещё)

AdBlock has not made any updates for Firefox for eleven months. Do they just not care, or has Mozilla rejected them? The internet is terrible enough as it loves to scam all users on all sites.

Задан Benjamin_Minney 3 месяца назад

Последний ответ от cor-el 3 месяца назад

Twitch - Non-Supported Browser Message

Attempting to log-in on Twitch with Firefox Browser - Developer version 122.0b9 (64-bit) is currently not possible, repeated messages are prompted by the Twitch website a… (читать ещё)

Attempting to log-in on Twitch with Firefox Browser - Developer version 122.0b9 (64-bit) is currently not possible, repeated messages are prompted by the Twitch website about "unsupported browser" and to contact browser support to resolve this issue.

Clearing cache, disabling extensions did not work. Using regular Firefox works without issues, only noticed this being an issue after most recent update for Firefox Dev browser.

Side effect as well since update is that any Cloudflare captcha is impossible and all website that use Cloudflare to "authenticate" that I'm human just outright fail or continue indefinitely.

Задан BiddinWar 3 месяца назад

Последний ответ от zeroknight 2 месяца назад

playing video on youtube is always choppy!

To be really homest, I never had this kin of problem in chrome, your youtube video player has too many bugs. The issues I've faced are: 1.Whenever I play a video, it is a… (читать ещё)

To be really homest, I never had this kin of problem in chrome, your youtube video player has too many bugs. The issues I've faced are: 1.Whenever I play a video, it is always choppy which is so frustrating. 2.This happened so many times, when I turn switch into full screen mode the whole app crashes.

Please look into this issue, I like the UI and that is the reason why I'm still using mozrilla on my phone.

Задан yandada.lalit 2 месяца назад

Последний ответ от Paul 2 месяца назад

page has infinite reloading

I'm experiencing a problem when I visit certain websites, like 'https://mui.com/x/react-data-grid/'. Every time I try to access this site, the page starts an infinite rel… (читать ещё)

I'm experiencing a problem when I visit certain websites, like 'https://mui.com/x/react-data-grid/'. Every time I try to access this site, the page starts an infinite reloading loop, preventing me from using the website normally.

Задан elhaddajiotmane 3 месяца назад

Последний ответ от zeroknight 3 месяца назад