The confirm window should contain text
The confirm window contains squares
Running on X.org instead of wayland, basically on default settings when it comes to fonts.
$ cat /etc/fedora-release
Fedora release 26 (Twenty Six)
$ uname -r
4.12.11-300.fc26.x86_64
$ gnome-shell --version
GNOME Shell 3.24.3

Upon clicking on a modal nothing appears in the console:
```npm start master
[email protected] start /home/js/git/kitematic
grunt
Running "newer:babel" (newer) task
Running "newer:babel:dist" (newer) task
No newer files to process.
Running "less:dist" (less) task
1 stylesheet created.
Running "newer:copy:dev" (newer) task
Running "copy:dev" (copy) task
Copied 156 files
Running "newer-postrun:copy:dev:1:/home/js/git/kitematic/node_modules/grunt-newer/.cache" (newer-postrun) task
Running "shell:electron" (shell) task
Running "watchChokidar" task
Waiting...
Utworzono nowe okno w istniej膮cej sesji przegl膮darki.
```
(The last line was me opening a link through kitematic, which causec my chrome to report this)
Apparently, this can be fixed by following steps outlined in another issue: https://github.com/docker/kitematic/issues/2357 - simply using newer version of electron seems to fix the problem. Any possibility to have this merged into the future release?
@samupl Unfortunately I don't have the necessary cycles to make this happen - Is this something you could help with?
I could try in my free time. Aparrently, newer version of electron causes other bugs to appear. I'll find some free time and read through the development guide and see what I can do :)
Most helpful comment
I could try in my free time. Aparrently, newer version of electron causes other bugs to appear. I'll find some free time and read through the development guide and see what I can do :)