z0rti

Results 12 issues of z0rti

Shaders don't work on Android 10 (Samsung Tablet) with 5.4.0 The menu is disabled. Is this because of Android drivers, Irrlicht engine or Minetest not supporting it?

Unconfirmed bug
@ Client / Audiovisuals
Android
Shaders

When `` exists in /etc/xdg/menus/lxqt-applications.menu, the user can't override it in ~/.config/menus/applications-merged/lxqt-applications.menu Test case: /etc/xdg/menus/lxqt-applications.menu: ``` Applications lxde-menu-applications.directory Graphics lxde-graphics.directory Graphics Internet Network ``` ~/.config/menus/applications-merged/lxqt-applications.menu: ``` Applications lxde-menu-applications.directory Graphics lxde-graphics.directory...

### Enhancement Summary When a VST is loaded, and the VST's GUI window is in focus/in front playing notes on the computer keyboard does not work. One has to change...

enhancement

This is what i tried so far: ``` $ git clone https://github.com/shlomif/PySolFC.git $ apt install python3-tk python3-pip $ ./pysol.py Please install pysol_cards.py from "PyPI" $ python -m pip install --user...

I got this error with my RPi3 using 'dtoverlay=vc4-kms-v3d' (on bullseye) I'm using 'hdmi_mode=4' in config.txt It boots up fine (HDMI monitor is on) but when i turn the monitor...

KMS Issue

I'm using Ubuntu 20.04 focal I compiled it, copied DISTRHO-Ports/build/ports/vitalium.lv2 over to ~/.lv2 loaded vitalium in Carla and it worked, but i noticed it crashes when i load specific presets...

When someone with HexChat sends a /me to my irssi i just see ```* HexUser +OK crypted``` and when i send a /me+ foo with irssi they see ``` ^AACTION...

I installed Arduino IDE 2.3.0, then added 'ESP32 Dev Module' Board, then got makeEspArduino, running it like this: ```$ make -f ~/Arduino/misc/makeEspArduino/makeEspArduino.mk CHIP=esp32 BOARD=esp32 SKETCH=blah.ino``` ...and i get this error:...

` OkHttpClient client = new OkHttpClient(); SSLContext sslContext = SslUtils.getSslContextForCertificateFile(context, "BPClass2RootCA-sha2.cer"); client.setSslSocketFactory(sslContext.getSocketFactory()); ` Cannot resolve method 'setSslSocketFactory(javax.net.ssl.SSLSocketFactory)' Update needed! ;-)

##### Expected Behavior Text should show completely ##### Current Behavior Text is overwritten by prompt ##### Steps to Reproduce (for bugs) put this in .bashrc ``` echo "--- Greetings, $USER"...

bug