Showing questions tagged: Show all questions
  • Archived

Screenshots are corrupted when pasting from Paint.net into Confluence using Firefox 121 (but not Edge)

I'm not sure where the issue is exactly, but I suspect its something to do with different standards of storing images in clipboards. If you see the images, this is a scr… (read more)

I'm not sure where the issue is exactly, but I suspect its something to do with different standards of storing images in clipboards.

If you see the images, this is a screenshot of an Excel grid, taken using win 11 snap tool (shift+win+s). I paste this into paint.net (5.0.12) Then select all and copy/paste into Confluence using Firefox. The edges of the images are either shifted, or a line is added.

If I use Paint instead of paint.net, it is ok. If i use Edge instead of Firefox, it is ok. Saving the file as png and importing it and its ok. Pasting from paint.net into Powerpoint and its ok.

Any ideas what is causing this or how to fix it? I'm going to ask Atlassin (Confluence) and paint.net help as well.

Asked by paulgibbs111 2 years ago

Last reply by TheFox 1 year ago

  • Archived

Tabs remain open after closing and opening browser

After a session with many tabs open, I will close the browser. It doesn't matter if I open browser immediately or the next day, or after rebooting computer, the same tabs… (read more)

After a session with many tabs open, I will close the browser. It doesn't matter if I open browser immediately or the next day, or after rebooting computer, the same tabs remain.

Asked by David U Juarez 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Artifacts on webpages when hardware acceleration is enabled

Artifacts on webpages when hardware acceleration is enabled. Disabling hw acceleration removes artifacts, but degrades performance of browser significantly. Using hw acce… (read more)

Artifacts on webpages when hardware acceleration is enabled. Disabling hw acceleration removes artifacts, but degrades performance of browser significantly. Using hw acceleration in Chrome has no artifacts. The error is not in the hardware or driver, but in the Mozilla software. By searching on this topic on Google, it's a common error in Firefox.

The last version where artifacts where not present was: pp_name: firefox build_date: 2020-01-15 build_file: C:\Users\tulle\.mozilla\mozregression\persist\2020-01-15--mozilla-central--firefox-74.0a1.en-US.win64.zip build_type: nightly build_url: https://archive.mozilla.org/pub/firefox/nightly/2020/01/2020-01-15-21-36-21-mozilla-central/firefox-74.0a1.en-US.win64.zip changeset: c35bb210b8ae793c844bd94c1848d246bf601293 repo_name: mozilla-central repo_url: https://hg.mozilla.org/mozilla-central

Intel® HD Graphics 620

Asked by tulleball 2 years ago

Last reply by jonzn4SUSE 1 year ago

  • Solved
  • Archived

kmozillahelper - 222 instances and I can't open other processes

There are 223 instances of kmozillahelper running on my system. I have two firefox instances running, two tabs in each, but that doesn't matter. One firefox and one tab -… (read more)

There are 223 instances of kmozillahelper running on my system. I have two firefox instances running, two tabs in each, but that doesn't matter. One firefox and one tab - 223 kmozillahelpers. That's 2 GB of memory and much worse, I can't launch anything else. As an example, trying to start yast.

2024-01-16T09:10:10.076615-08:00 linux-h0w6 kdesu[8995]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. 2024-01-16T09:10:10.076794-08:00 linux-h0w6 kdesu[8995]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.#012#012Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb. 2024-01-16T09:10:10.178292-08:00 linux-h0w6 plasmashell[8852]: kf.kio.gui: Failed to register new cgroup: "app-org.opensuse.YaST-f155db47ef884e449f7c90c3d6ee0e9b.scope" "org.freedesktop.DBus.Error.UnixProcessIdUnknown" "Process with ID 8991 does not exist.

I can't even open another firefox instance. This is a very recent problem.

Asked by dvdmaven 2 years ago

Answered by dvdmaven 1 year ago

  • Archived

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… (read more)

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)"

Asked by Sanjiyan 1 year ago

Last reply by zeroknight 1 year ago

  • Locked
  • Archived

115.4.3 Very slow and buggy same as 115.4.1

I asked this question about 115.4.1 and was told to try in safe mode. However I cannot connect to my mail servers of which I have 2 and Gmail when in safe mode. Please lo… (read more)

I asked this question about 115.4.1 and was told to try in safe mode. However I cannot connect to my mail servers of which I have 2 and Gmail when in safe mode. Please look into the resource handling problem with the new Thunderbird under Win10.

1) Whenever I open Thunderbird the Gmail messages apparently get refreshed taking several minutes. I have cleaned up that inbox and limited to 366 days of mail.

2) I spent hours moving mail from past year from my other accounts into local storage. You no longer can scroll and block select more than about 20-30 messages at a time regardless of the background activity 1) above. The program requires you to repeatedly release shift key to grab more than a few messages. If you are able to grab say 1000 messages, and try to move them, the system chokes and does not respond.

3) Any background activity impedes the ability to scroll the inbox.

The new versions are crippled in some way as far as resources. The older version was more tolerant.

Please listen to complaints. Putting in safe mode I cannot troubleshoot. It is also very difficult in Win10 to follow instructions to safe mode unlike previous OS.

Asked by rhyolite1 2 years ago

Last reply by Wayne Mery 1 year ago

  • Solved
  • Archived

Why does Firefox stay on the Linkedin page

I'm up to the most current version of Firefox 120.0.1 (64-bit) Windows 11 For this and the last versions over a couple of years whenever I go to; https://www.linkedin.… (read more)

I'm up to the most current version of Firefox

120.0.1 (64-bit) Windows 11

For this and the last versions over a couple of years whenever I go to;

https://www.linkedin.com

Then try to go to any other page like https://nextdoor.com from a bookmark, it stays on linkedin.

If I enter the address by typing it in, it works.

Asked by Mr BO 2 years ago

Answered by Mr BO 1 year ago

  • Archived

google drive and other apps not functioning

Hello, my websites that I use when at work are now not functioning, including but not limited to class link, google drive, google forms, google doc, google sheets I can… (read more)

Hello, my websites that I use when at work are now not functioning, including but not limited to

class link, google drive, google forms, google doc, google sheets

I can't access any of them or share any of them with coworkers for some reason. Of course Google browser lets me do everything however, I prefer fire fox instead, because I have been using FFox for many years.

So someone please fix this issue!

Robert

Asked by ROB DELL 2 years ago

Last reply by zeroknight 2 years ago

  • Archived

Firefox draining battery life 41% usage

I am having a significant issue with firefox draining my battery. I used chrome up until the new year and then switched over to firefox from chrome. Overall I love firefo… (read more)

I am having a significant issue with firefox draining my battery. I used chrome up until the new year and then switched over to firefox from chrome. Overall I love firefox so much more. The format is way more pleasing. I love how it easily signs me back into everything, BUT IT DRAINS MY COMPUTER SO MUCH. Like i used to have an 8hour + battery span my laptop neverrr died. Now I get through MAX 2 hours of full use before needing to charge, and maybe 4 hours just having it at school but not using it.

I thought my dell suddenly started crashing, ran all these tests, and then I realized the only change was that I had started using Firefox... So sad I think I am going to have to leave it.

I read a lot of articles and did everything suggested. my graphics is webreader , i turned on all the suggested features, i have 2 extensions , the only thing I could maybe think of was that I use an animated theme so maybe that was killing the battery, but like if I can't use my theme than whats the point.

Asked by nebs9921 2 years ago

Last reply by zeroknight 1 year ago

  • Archived

Google maps wont add to calender

Hi, Previously no issue however today cannot get Google maps wont add to calender comes up with error message...works fine in Chrome just not with ff - 115.6? Tried clea… (read more)

Hi,

Previously no issue however today cannot get Google maps wont add to calender comes up with error message...works fine in Chrome just not with ff - 115.6? Tried clearing cache etc however no joy..any ideas ..also how to actually contact ff support?

Thanks

Asked by kurn d 1 year ago

Last reply by zeroknight 1 year ago

  • Archived

Microsoft 365 SharePoint home page refreshes over and over; Microsoft says "Cloudflare/Firefox issue"

I contacted Microsoft Support for this issue and they sent me here. My organization uses SharePoint Online. On our home page, we're using all native Microsoft web parts,… (read more)

I contacted Microsoft Support for this issue and they sent me here.

My organization uses SharePoint Online. On our home page, we're using all native Microsoft web parts, and we're not pulling anything in (to our knowledge) from third parties. It's all content being pulled from resources in our in SharePoint Online environment.

When Firefox users go to our home page, it refreshes every few seconds. Sometimes 2-3 times and then it settles, but sometimes it's indefinitely and you just end up closing the browser. Microsoft had me run a trace and they told me that they found some weirdness with "Cloudflare" causing Firefox to load over and over. As far as I know, my organization doesn't do anything with Cloudflare. They couldn't really give me much else to go on. I'd never even heard of Cloudflare before this.

Does this sound legit or, is Microsoft passing the buck?

We are seeing this issue with multiple users, including myself. It ONLY happens with Firefox.

Asked by Matt Gudites 1 year ago

Last reply by zeroknight 1 year ago

  • Archived

Youtube Audio Library

youtube audio library is not working in this mozilla firefox. When I play an aduio from youtube audio library , they show me a message which is (Audio track is unavailabl… (read more)

youtube audio library is not working in this mozilla firefox. When I play an aduio from youtube audio library , they show me a message which is (Audio track is unavailable). Other audio and YouTube video is woking perfectly. Please solve this issues.

Asked by sarkersraboni47 1 year ago

Last reply by zeroknight 1 year ago

  • Archived

From my keyboard, I would like to re-activate: Continuous spacing.

Only withing my firefox browser search bar, and in the last updates for about 2 years; I can no longer, continuous spacing a word forward. Even right now on this page, I … (read more)

Only withing my firefox browser search bar, and in the last updates for about 2 years; I can no longer, continuous spacing a word forward. Even right now on this page, I can continous space-forward a word within a sentence, while I'm writing. And this feature is important, when in your thought process. So is their a fix towards this problem; And what are the steps to permanently keep this from happening again ?

Asked by Mr.John.RaySr.12.3.63 2 years ago

Last reply by Mr.John.RaySr.12.3.63 2 years ago

  • Archived

help me no more codes!

help!!! I am disguted with this security or whomever takes notice. I keep giving and giving a code and giving and giving! Then they say you are locked out cau… (read more)

help!!! I am disguted with this security or whomever takes notice. I keep giving and giving a code and giving and giving! Then they say you are locked out cause I tried too many times. THEY ASK [COMPUTER]I give it but no one to talk too.What now?????? Give me a word or somthing to be noticed! Then I don't need trouble with the stupid comp. I hope you can help or tell me what to do! They say wrong phone number [920-***-****] I don't no whatr now. I was going to make a new account but no dice. OH WELL! HUSBAND says throw it out!! lol lol THANK YOU!!!! for listening to me. What or where to go for FACEBOOk BROWSER1

WOW!!!!!! I hope I don't remembaer more1 lol They say CONTACT YOUR OWNER!1 PATRICIA R thanks for listening to an old lady

Asked by iNSIKA TINS 2 years ago

Last reply by Kiki 1 year ago

  • Locked
  • Archived

responding to an email about crashing

bp-a83a8b60-4fe9-4a58-9d27-908cd0231005 10/5/2023, 4:25 PM bp-570587d5-134a-4511-95e7-584bf0231005 10/5/2023, 4:25 PM bp-fbc94cef-e0df-4f3b-ac83-599320231005 10/5/2023… (read more)

bp-a83a8b60-4fe9-4a58-9d27-908cd0231005 10/5/2023, 4:25 PM bp-570587d5-134a-4511-95e7-584bf0231005 10/5/2023, 4:25 PM bp-fbc94cef-e0df-4f3b-ac83-599320231005 10/5/2023, 4:25 PM

i posted a crash question yesterday and got an email asking me to post these the time is the same i assume because i hit "submit" at the same time for all of them i'm posting blind here because there was no link in the email back to my original post - maybe something else that should be fixed

Asked by twlbuckley 2 years ago

Last reply by James 2 years ago

  • Archived

babbel responses truncated

three weeks ago the Babbel playback gave me all shortened responses. Like I would hear "respon" instead of response. I switched over to Microsoft Edge. After first bad… (read more)

three weeks ago the Babbel playback gave me all shortened responses. Like I would hear "respon" instead of response. I switched over to Microsoft Edge. After first bad response all subsequent responses were normal--fully sounded.

Asked by millay24 2 years ago

Last reply by zeroknight 2 years ago