[Bug 1890332] Re: apt update fails on docker arm container 20.04

2020-11-21 Thread Viktor Engelmann
no, wait, that is a different error message. When I run unprivileged, I get Err:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease At least one invalid signature was encountered. Err:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease At least one invalid signature was encounter

[Bug 1890332] Re: apt update fails on docker arm container 20.04

2020-11-21 Thread Viktor Engelmann
I have verified that the date is indeed the problem. When I run an ubuntu container privileged, the container has the correct date and apt update succeeds. But when I run the container privileged and set the date to 1971, then I get that same error message from apt update. Therefore, this bug is a

[Bug 1890332] Re: apt update fails on docker arm container 20.04

2020-11-20 Thread Viktor Engelmann
So now I manually downloaded libseccomp2_2.5.0-3_armhf.deb, copied it into the container and tried to install it from there. This didn't work either: Step 7/27 : RUN dpkg --force-all -P libseccomp2 ---> Running in bf8c3eba1b94 dpkg: libseccomp2:armhf: dependency problems, but removing anyway as y

[Bug 1890332] Re: apt update fails on docker arm container 20.04

2020-11-20 Thread Viktor Engelmann
I have also tried this on ubuntu:20.10, ubuntu:20.04 and ubuntu:18.04 and it produces the same error there, too. I think it is an issue with the system clock reporting Jan 1st 1970. The system clock on the host system is correct though. I could only find two ways to change the system clock in th

[Bug 1455323] Re: Regression in KDE5 desktop session save / restore

2017-09-19 Thread Viktor Engelmann
I just saw that crash again on Plasma 5 (Linux Mint 18.2, which is based on Kubuntu 16.04) ** Attachment added: "stacktrace.txt" https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1455323/+attachment/4952751/+files/stacktrace.txt -- You received this bug notification because you are

[Bug 1455323] Re: Regression in KDE5 desktop session save / restore

2017-09-19 Thread Viktor Engelmann
Sorry, wrong bug. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/1455323 Title: Regression in KDE5 desktop session save / restore To manage notifications about this bug go to: https

[Bug 882942] Re: NaCL is missing

2017-09-18 Thread Viktor Engelmann
*** This bug is a duplicate of bug 1462647 *** https://bugs.launchpad.net/bugs/1462647 Don't bother with NaCL, it is deprecated and will be removed from chrome/chromium in Q1 2018. Use WASM (that is already supported by chromium-browser) -- You received this bug notification because you are

[Bug 1474449] Re: Cannot compile simple hello world program

2017-07-07 Thread Viktor Engelmann
I get the same error with emscripten 1.22.1 (which is the newest version in the repos) With a self compiled emscripten 1.37.13, it works. Emscripten 1.22.1 is seriously outdated, it doesn't even support WebAssembly as target format. -- You received this bug notification because you are a member

[Bug 1700022] [NEW] Emscripten does not support WebAssembly

2017-06-23 Thread Viktor Engelmann
Public bug reported: The emscripten package delivers emscripten version 1.22.1 from 2014, which did not have support for WebAssembly. Compiling a newer version manually isn't that hard (see https://askubuntu.com/questions/891630/how-to-install-the-latest- emscripten-on-ubuntu-using-command-line )

[Bug 1632870] Re: Package is broken since Google stopped shipping Flash with Chrome 54 for Linux

2017-02-14 Thread Viktor Engelmann
In Qt WebEngine, we have added "/usr/lib/adobe- flashplugin/libpepflashplayer.so" to the locations where it looks for the plugin, so it is now also found when one installs the package "adobe-flashplugin". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1632870] Re: Package is broken since Google stopped shipping Flash with Chrome 54 for Linux

2016-10-20 Thread Viktor Engelmann
ah, I didn't know that libpepflashplayer.so is included in adobe- flashplugin. symlinking it works indeed - even in WebEngine programs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1632870 Title: P

[Bug 1632870] Re: Package is broken since Google stopped shipping Flash with Chrome 54 for Linux

2016-10-19 Thread Viktor Engelmann
Using Stéphanes analysis, I wrote this little script to install pepper flash manually: #!/bin/bash TARGET=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so wget http://redirector.gvt1.com/edgedl/release2/rpofl8ynzf9r05ca7iim67wdwf3t0zpuehwy3aswydc9g91q5c4iydolh9lt5toluyuq2phjg168mcvxxhntm3

[Bug 1632870] Re: Package is broken since Google stopped shipping Flash with Chrome 54 for Linux

2016-10-19 Thread Viktor Engelmann
How can the priority still be "undecided" after a week, when the package is 100% dysfunctional? You might be fine with using adobe flash, but the users of ANY Qt WebEngine based program are not. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1316981] Re: package "qtcreator" needs to be dependent on "qttools5-dev"

2014-05-13 Thread Viktor Engelmann
When someone wants to use Qt Creator, it is extremely counterintuitive, that the package "qtcreator" is the wrong choice. I'd say the package qtcreator should be renamed to qtcreator-base (or something similar) and then there should be a new meta package "qtcreator" which is dependent on qtcreat