If I get a new email, I don't get a notification, I just see, that the icon in the left edge is red. (Gmail, Gnome 3.20, Wayland). It's also with whats app and hangouts messages.
Is there also a possibility to move the menubar into the first row and delete the 2 row of this gray bar (see attached foto)?

Rambox 0.3.0
Electron 1.2.5
linux x64 4.5.2-1-ARCH
When you said Notification you are meaning like a toast notification? Because if the service you are using don't provide a toast notification, you will not see any of it.
Badges in tabs works ok?
About the menu bar, that's how Electron handle it. Maybe we can add a setting to autohide the menubar.
In gnome 3.20 I can get a notification, see screenshot below. It seems to be a problem with electron: https://github.com/electron/electron/issues/465#issuecomment-214392962

your link is somehow broken: https://github.com/electron/electron/issues/465#issuecomment-214392962
and i don’t think i get notifications… when are they supposed to show up? when any counter goes up?
running new Notification("msg") from the devtools console works fine.
Like @flying-sheep said, notifications are working. Maybe you have to install libnotify library to make it work. Also, some services you have to manually enable notifications.
i think you missed a part:
and i don’t think i get notifications… when are they supposed to show up? when any counter goes up?
i never saw a rambox notification, yet using the devtools to spawn one succeeds. so it’s not any part of the notification system failing, it’s rambox never creating notifications somehow
Hi, Now the setting for menubar to hide exists,
Could you implement it, I can tell you that it could improve a lot the design on windows
autoHideMenuBar: true,
Thank you in advance!
That's already implemented. Go to Preferences and enable the option to autoHide.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
That's already implemented. Go to Preferences and enable the option to autoHide.