You are not logged in.
Hi all,
I'm having an issue with Firefox. I'm running the current Xubuntu (17.10) with XFCE.
Whenever I download anything, Firefox locks up and will not accept any keyboard or mouse inputs until the download is complete. Seems to me that it used to download in the background, and you could continue to browse while the file downloaded. Now, even for tiny files, it will sometimes lock up for around a minute.
Any clue to fix this issue ¿?
Best regards ¡¡
Offline
Test it with a second user account on your computer. If the problem persists, it's with firefox. If not, its a profile issue.
If it's a profile issue, try starting firefox in safe mode to rule out any extensions that maybe interfering.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Test it with a second user account on your computer. If the problem persists, it's with Firefox. If not, its a profile issue.
If it's a profile issue, try starting Firefox in safe mode to rule out any extensions that maybe interfering.
Dear ToZ,
thanks for your prompt answer mate¡¡
Look, after testing more in deep I can confirm now that the issue is not related to Firefox. It's only happening in the path /home/username/Desktop and managing files..for example, creating a folder or txt file Desktop and also the entire system freezes at least 30 seconds so moving bigger files to desktop it delays 1 minute or more :S
I did what you say, creating a new user, is solved. So maybe you can help me out to discover which app or component is in trouble with my user to having this annoying behaviour.
I can provide you logs or anything else.
Note: I'm using plank dock.
Thank you.
Last edited by m3n3chm0 (2018-01-24 19:18:29)
Offline
What do the following commands return?
xdg-user-dir DESKTOP
ls -l $HOME
ps -ef | grep -i desktop
Also check you hard drive to make sure it's okay (see: https://help.ubuntu.com/community/Smartmontools)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Dear Mr. ToZ,
here you got the output of those three commands:
About HDD integrity, I did not see any error in some tests but I'll check more in deep with HIRENS in live mode. I don't know why with other user always works fine.. there must be any wrong config in my Desktop or profile to make freeze files on copying.
Thank you so much one more time ¡¡
Offline
Everything looks fine there. Try creating a new Desktop directory to see if this solves the issue.
First create the new temporary Desktop folder:
mkdir $HOME/Desktop2
...and then point to it:
xdg-user-dirs-update --set DESKTOP $HOME/Desktop2
...and finally restart xfdesktop:
pkill xfdesktop
Now try saving a file to your desktop again.
If this doesn't solve the problem, can you also post back info about your file system mounts?
mount
*Note: to reset your system back to your original desktop:
xdg-user-dirs-update --set DESKTOP $HOME/Desktop
pkill xfdesktop
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Hello ToZ,
Your solution worked like a charm.
mkdir $HOME/Desktop2
xdg-user-dirs-update --set DESKTOP $HOME/Desktop2
pkill xfdesktop
Thank you so much.
Last edited by m3n3chm0 (2018-01-28 18:59:52)
Offline
[ Generated in 0.010 seconds, 8 queries executed - Memory usage: 545.95 KiB (Peak: 546.79 KiB) ]