Results 49 comments of sysrage

> I think Browser's new feature [Window Controls Overlay API](https://web.dev/window-controls-overlay/) can perfectly resolve this problem. But this setting doesn't work at recently nw.js(0.65.0) Based on the following, I assume this...

#### NW.js `nwdirectory` Dialog ![nwdirectory](https://user-images.githubusercontent.com/166781/128369777-54094aa2-912e-492f-9df1-34e058a4701b.png) #### `zennity --file-selection --directory` Dialog ![zennity](https://user-images.githubusercontent.com/166781/128369899-4332e513-7487-4df8-80dd-0103a8b36061.png) Note the Create Folder button near the top-right corner.

@rogerwang is this something you can fix? I would really prefer not having to fall-back on zennity for my Linux builds. In Windows, the "New Folder" button is present, so...

Turns out it's "zenity" not "zennity", sorry! It does appear to be installed by default with Ubuntu 20.04. Very strange that this is somehow fixed with Ubuntu 21. Since Zenity...

@rogerwang I need to ping you again on this. Please let me know if it's something you can add.

Thanks @pineapplemachine. This also saved me, today. I'm surprised this is still necessary, when this has been an issue for so long. @rogerwang Can't a better nw CLI parameter be...

FWIW, I've just published `nwdc` as a workaround for this behavior. It's basically @pineapplemachine's code published as an NPM package, so you can run an NW.js app with `npx nwdc...

IMO, this issue can go two ways: 1. The parameter passed to the `nw.Window.open()` callback (and the array returned by `nw.Window.getAll()`) should not have access to child `window` objects when...

It pains me to see a bug report with code in a screenshot, especially when those screenshots and comments were a copy/paste from what I said on Discord. So, I'm...

Sadly, I agree. If you aren't going to update the package on NPM anymore, mark it as deprecated and archive the repository.