See the approx 4 seconds long video for yourself:
https://filehorst.de/d/ebizkHHd
File: forum.porteus.org-posting-error.ogv
md5sum: 471bd4d6f6017bdd24fd4518e1c5023c
size: 279,48 kB
It took minutes for forum.porteus.org to finally be able to post my short post.

· activate my outdated but working flawlessly recordmydesktop-0.3.8.1-x86_64-1ftm.xzm
· make a screenshot of the whole desktop that has Palemoon and the offending "Outdated Token loop" on it to
· use mtpaint on the screenshot to determine the -x -y --width --height parameters
· and finally execute recordmydesktop with these -x -y --width --height parameters [*] :
Code: Select all
sleep 5;beep;recordmydesktop --no-sound --no-cursor -x 510 -y 509 --width 882 --height 288
Only then I switched back to the browser desktop… realizing in the few minutes since taking the video and editing it the post finally succeeded.

System: 5.0rc3 XFCE 4.12
Browser: 005-palemoon-29.4.4.linux-x86_64-gtk3.xzm
I first switched to the tab with Your posts of the logged into https://forum.porteus.org session and refreshed that tab, but it not asked me for logging in (using the "remember me" functionality). Still, the "Outdated Token loop" persisted in the other tab. Hence I recorded the video to show you that loop.
Any idea why that can happen?
____________________________
[*]
You will not have a "beep" command in your system, it just plays a short sound file:
Code: Select all
#!/bin/sh
# V0.2: changed "$wavfile" to "$soundfile"
soundfile=/mnt/sda2/sound/notification_-15dB.mp3
if [ -f "$soundfile" ]; then
#echo aplay "$wavfile"
mpg123 "$soundfile" 2>/dev/null
else
echo "Soundfile $soundfile not found!"
fi
it is a mp3 with by -15dB reduced volume of the original
Code: Select all
/usr/share/sounds/uget/notification.wav
notification_-15dB.mp3 itself is a mere 2924 bytes small file.

The sound is something like a "blob" kind of sound, and when reduced in volume like the notification_-15dB.mp3 variant is, quite decent as a audible reminder when you want just that: a decent audible reminder of whatever it is you want the system to inform you about.

If anyone is interested in notification_-15dB.mp3 I could upload it, just tell me here or via PM and I will do so.
