June

Results 15 comments of June

I can confirm I get error code 400 when logging in, and setting up 2FA fixes it.

I have the same issue, with Papirus Dark, although I haven't tried other icons. It affects all GTK icons; not just nm-applet; https://puu.sh/BGk39/c5cb91eb13.png It also seems to be random; if...

@tsujan I tried to use `nm-tray` (which is Qt) but it doesn't connect to networks. It can disconnect fine. I'm also not aware of any bluetooth applets in Qt.

I think I did that right, the game wouldn't run without Steam, so I had to set the launch argument to `echo "%command%" && PROTON_NO_D9VK=0 '/home/ethan/.local/share/Steam/steamapps/common/Proton 4.2'/proton run "/home/ethan/apitrace-msvc/x86/bin/apitrace.exe" trace...

Having done that, the game doesn't start (black screen forever) and the trace rapidly fills.

[CoDWaW.1.trace](https://drive.google.com/open?id=1FB8tInuWlfI8oJBvBhr87V0L86VrzYhG) (Black screen) and [CoDWaW.2.trace](https://drive.google.com/open?id=1yfTwZZeSP7eZMry8os7Jut7p0-hT7_DB) (Working, with wined3d)

I've managed to create a configuration that does *not* experience this bug. AppImage can be found [here](https://github.com/EthanWeegee/mcpelauncher-deb2appimage/releases/tag/20191224-v2). I updated the configurations to not include curl, which seems like the cause...

I found this. It misses setting the LATEST_DEB_URL variable? ```+ echo 'Downloading dependencies...' Downloading dependencies... + getappdeps ++ jq -r '.buildinfo[0].deps' /home/ethan/.cache/deb2appimage/build.json + [[ ! libasn1-8-heimdal,libcurl4,libgssapi3-heimdal,libhcrypto4-heimdal,libheimbase1-heimdal,libheimntlm0-heimdal,libhx509-5-heimdal,libkrb5-26-heimdal,libkrb5-3,libldap-2.4-2,libnss3,libprotobuf10,libroken18-heimdal,libsasl2-2,libzip4,libwind0-heimdal = \n\u\l\l ]] +...

I'm not noticing an issue with packages.ubuntu.com, I can consistently load it even when the dependency fetch fails.

The `prerun` section is executed line-by-line before the dependencies are downloaded. ([In the README](https://github.com/simoniz0r/deb2appimage#buildinfo)) This is why you get a permission denied error. If you want to use an existing...