DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.94k stars 1.45k forks source link

Blank screen on Ubuntu 22.04 #1234

Closed franksl closed 3 months ago

franksl commented 4 months ago

Current behavior

Hi, I'm trying to run the app on an Ubuntu 22.04 machine with i3wm a swindow manager. When launching the application I get a full white screen with no possible interactions apart from the right click menu. This happens with both the portable and .deb versions. With both versions I had to install libwebkitgtk.6.0-4 to be able to launch it. Thanks, Frank

How to reproduce it (as minimally and precisely as possible)

No response

Expected behavior

Having the app visible to be able to interaact with.

Screenshots

No response

Workaround

No response

Affected platforms

Linux

Affected DevToys kind

DevToys (app with GUI)

DevToys Version

latest

Relevant Assets/Logs

No response

dzr-gregory commented 4 months ago

The same issue with Linux Mint 21.3

gbalashov@lm21-vm:~/Downloads$ cat /etc/os-release 
NAME="Linux Mint"
VERSION="21.3 (Virginia)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.3"
VERSION_ID="21.3"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=virginia
UBUNTU_CODENAME=jammy
gbalashov@lm21-vm:~/Downloads$ dpkg -l|grep "window manager"
ii  libkf5windowsystem-data                    5.92.0-0ubuntu1                            all          Convenience access to certain properties and features of the window manager
ii  libkf5windowsystem5:amd64                  5.92.0-0ubuntu1                            amd64        Convenience access to certain properties and features of the window manager
ii  libmetacity3:amd64                         1:3.44.0-1ubuntu1                          amd64        library for the Metacity window manager
ii  metacity                                   1:3.44.0-1ubuntu1                          amd64        lightweight GTK window manager
ii  metacity-common                            1:3.44.0-1ubuntu1                          all          shared files for the Metacity window manager

Screenshot: image

veler commented 3 months ago

Hello, I wonder if it has to do with your graphic card. I'm mainly working on virtual machine and started to hit this issue. Disabling hardware acceleration in WebKit solved the issue. I have a fix available here: https://github.com/DevToys-app/DevToys/pull/1259

dzr-gregory commented 3 months ago

Hello, I wonder if it has to do with your graphic card. I'm mainly working on virtual machine and started to hit this issue. Disabling hardware acceleration in WebKit solved the issue. I have a fix available here: #1259

Yes, I'm working on VM using VMWare Workstation. I checked Windows version of DevToys-app on my host machine (Windows 11), and it works fine.

veler commented 3 months ago

Hi, I published a new update of DevToys. Please try it out and let me know if the problem still reproduce. Thanks :)

franksl commented 3 months ago

Hi, It works now on my pc, thanks! Frank

dzr-gregory commented 3 months ago

Yep, now it works fine, thank you @veler ! image