pauloricardoferreira opened a new issue, #7188:
URL: https://github.com/apache/hop/issues/7188

   ### Apache Hop version?
   
   2.17.0
   
   ### Java version?
   
   OpenJDK 17
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   
   Script and Enviroments Used
   
   #!/bin/bash
   
   # Caminho do Apache Hop
   export HOP_HOME=/opt/projetos/apache_hop/stable
   
   # Definindo variáveis
   export SWT_GTK3=0
   export GTK_THEME=Yaru
   export GDK_SCALE=1.5
   export GDK_BACKEND=x11
   
   # Fix overlay scrollbar bug with Ubuntu
   #export LIBOVERLAY_SCROLLBAR=0
   
   export HOP_CONFIG_FOLDER=/opt/projetos/hop_config
   export HOP_OPTIONS="-Xmx5120m -Dfile.encoding=UTF-8"
   # export HOP_JAVA_HOME=/opt/projetos/java/jdk-17-hop 
   export HOP_JAVA_HOME=/opt/projetos/java/jdk-17-hop
   export HOP_SHARED_JDBC_FOLDER=/opt/projetos/hop_jdbc
   export HOP_SHARED_JDBC_FOLDERS=/opt/projetos/hop_jdbc
   
   # Iniciar o Hop GUI
   "$HOP_HOME"/hop-gui.sh
   
   I recently did a clean install of Ubuntu 26.04 with Wayland.
   
   The interface is completely messed up.
   
   The configurations in the script below helped a little, however there were 
problems with some Grids, such as the "Synchronize after Merge" step.
   
   It's not possible to resize the grid to select the update keys.
   
   <img width="1221" height="516" alt="Image" 
src="https://github.com/user-attachments/assets/807850bd-db0e-4021-8458-3bd7013a5c04";
 />
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to