nw-desktop-notifications icon indicating copy to clipboard operation
nw-desktop-notifications copied to clipboard

Zero height notifications in Ubuntu 12.04 LTS

Open adam-lynch opened this issue 11 years ago • 1 comments

I'm not sure why this is but setting an explicit height like you do for the width (of 290) works.

adam-lynch avatar Feb 25 '14 14:02 adam-lynch

Yeah, same issue. Changing this line at least gave a result: https://github.com/robrighter/nw-desktop-notifications/blob/master/nw-desktop-notifications.js#L21

This error was show up in the terminal regardless of that change, in case it helps:

[6255:1013/153102:ERROR:browser_main_loop.cc(226)] Gtk: IA__gtk_window_resize: assertion `height > 0' failed
[6255:1013/153105:WARNING:dispatcher_host.cc(189)] Unknown object: 2 type:Window method:GetSize arguments:[  ]

patcon avatar Oct 13 '14 18:10 patcon