Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen flickering inside of the window #4859

Closed
RecNes opened this issue Dec 25, 2018 · 15 comments
Closed

Screen flickering inside of the window #4859

RecNes opened this issue Dec 25, 2018 · 15 comments

Comments

@RecNes
Copy link

RecNes commented Dec 25, 2018

  • Bug report

Screen is flickering while running dbeaver. Video link below is more descriptive

https://streamable.com/1kg7a

@tati-kru
Copy link
Member

@RecNes could you give us a bit more details:

  • OS
  • DBeaver version
  • Database name
  • Specific details (connection type, additional extensions, specific Java version, etc)
  • Steps to reproduce if exist

Thank you

@RecNes
Copy link
Author

RecNes commented Dec 26, 2018

Flickering is not occurring at specific window. It's annoyingly happening in any section. This was happen when Open Java environment were available. Than I'd switched from Open Java to Oracle's Java, but there has been no change.

OS: Linux Debian 9 Buster
Kernel: 4.18.0-3-amd64 #1 SMP Debian 4.18.20-2 (2018-11-23) x86_64 GNU/Linux
DBeaver: 5.3.1.201812232236 (Version is not relevant)
Java: java 11.0.1 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
DatabaseName: Not relevant
DB Drivers: Not relevant
Connection Type: Not relevant
Extentions: No additional extensions installed
Xorg Info: Detailed X information has attached.

Steps To Reproduce: Just open dbeaver and begin to use.

Xorg.0.log

@serge-rider
Copy link
Member

This seems to be this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517671

For now the only proposed workaround on Debian 9 is to use Java 8 (perhaps Java 9 or 10 will also work).

@MedShake
Copy link

MedShake commented Jan 9, 2019

Here the same problem with Linux Mint Cinnamon 19 (all updates done) and DBeaver 5.3.2.

B.

@NoPH8
Copy link

NoPH8 commented Jan 11, 2019

Almost the same problem Ubuntu 18.04 and DBeaver 5.3.2.
But it occurring only when there is horizontal scroll in a table.

@serge-rider
Copy link
Member

Please check for workaround in #4991

@RecNes
Copy link
Author

RecNes commented Jan 14, 2019

Please check for workaround in #4991

Still little bit flickering but on insignificant level. The workaround is work for me.

@MedShake
Copy link

Ok, not realy easy to understand, but I pasted
export GTK_IM_MODULE=ibus
in ~/.profile and It seems to work !
Thanks !

@felangga
Copy link

ibus mode reducing the flicker, but still happens to me sometimes

@locojuhi
Copy link

locojuhi commented Mar 3, 2019

It's weird... At my office works perfectly fine with xubuntu but In home with linux mint start "blink"... I don't know how exactly describe it...

@RecNes
Copy link
Author

RecNes commented Mar 4, 2019

Please check for workaround in #4991

Still little bit flickering but on insignificant level. The workaround is work for me.

The workaround has some strange side affect on my keyboard layout. Because of I'm using Turkish keyboard. When I set the IBus workaround, some of characters are start to work strange.
Such as; if I try to write "kasım" while IBus is set, it starts well, I can write straight "kas". but when I hit the "ı" button cursor is jump to start of the word and put "ı" to very begining of the word and jumps back to end of the word and continue to write other character(s).

Finally I got "ıkasm" instead of "kasım" on screen.

This is happening only on "ışğüöçİ" characters. Others are working fine.

That's why I roll back from IBus mode to normal. So flickering is still going on.
If any one have a solution for that strange keyboard problem I can switch back to IBus mode.

@luisAzcuaga
Copy link

I Pasted the ibus on my ~/.profile file and the flicking persist.

luis@Newton
OS: Debian 9.8 stretch
Kernel: x86_64 Linux 4.9.0-8-amd64
Uptime: 6m
Shell: zsh 5.3.1
Resolution: 1366x768
DE: Xfce
WM: Xfwm4
GTK Theme: Adwaita-dark [GTK2]
CPU: Intel Core i3-5005U @ 4x 1.9GHz [53.0°C]
GPU: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2)
RAM: 1144MiB / 5881MiB

I'm currently on DBeaver 6 (Even on DBeaver 5 the problem existed but was way less anoying). As soon as a I click Data inside any Table, the data dissappears.

@g3n1k
Copy link

g3n1k commented Feb 18, 2020

quit/disable iBus and restart DBeaver

@StephanoGeorge
Copy link

StephanoGeorge commented Jul 31, 2020

Starting a month ago, I also encountered this problem.
OS: Arch Linux x86_64
DBeaver: ee, version 7.1.0
Java: openjdk version "1.8.0_262"
DE: Plasma5
WM: KWin
Input: Fcitx5
export GTK_IM_MODULE=ibus, still happens sometimes, especially SQL editor
Just now, I removed GTK_IM_MODULE setting and restarted dbeaver, it worked.

@lavalade
Copy link

I have had the same bug.
To make BÉPO keyboard layout works properly, I switched from ibus to xim, but this have made DBeaver tabs blinking (especially SQL scripts).
To fix this, I needed to do two things (need to restart the computer afterward):

  1. export GTK_IM_MODULE=ibus as mentionned above, but also
  2. im-config to rollback from xim to ibus

Screenshot from 2023-05-30 10-06-50

My configuration:

  • DBeaver Version 23.0.5.202305211610 (but same blinking bug with xim on previous version 22.3.3)
  • Ubuntu 22.04.2 LTS
  • GNOME 42.5
  • X11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests