nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.

Home Page:https://nwjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The recent versions have been a bunch of disasters!

velade opened this issue · comments

BUG

The latest version has been a disaster! Starting from version 0.77 that I can tell, the transparent window on Linux gnome45 will add an extra layer behind it that is not synchronized with the movement of the window. This layer causes huge problems for the transparent part. This is still the case until 0.80, and the latest 0.81 is even worse, directly invalidating frame: false, and even the frame cannot be hidden. If 0.77-0.80 is only defective, then 0.81 is completely unusable!
Currently I'm going back to 0.64, which perfectly presents the transparent window effect I want.

  • Operating System: ArchLinux
  • NW.js Version: 0.7x after

image
nwjs version: 0.64 and this is I want
image
nwjs version: 0.80 cornar has bug!
image
nwjs version: 0.81 The frame: false is not work!!

same codes, same package.json, and this project create with 0.80 version

@velade You can try disabling nw2 mode until the bugs is fixed.