Running WebEx under Wayland

Submitted by Falken on

You need to set it's launch options to have the environment variables

GDK_BACKEND=x11 QT_QPA_PLATFORM=xcb

and launch command line options 

-u WAYLAND_DISPLAY /opt/Webex/bin/CiscoCollabHost %U

The KDE Menu Editor showing how to apply the required settings
Sections

Add https://github.com/aws/aws-advanced-jdbc-wrapper/releases to DBeaver

Submitted by Falken on

Driver manager 

Add from https://github.com/aws/aws-advanced-jdbc-wrapper/tree/main?tab=readme-ov-file#maven-central

Add https://dev.mysql.com/doc/connector-j/en/connector-j-installing-maven.html (set version to LATEST)

download/update

class name software.amazon.jdbc.Driver

URL template jdbc:aws-wrapper:mysql://{host}:{port}/{database}

default port 3306