Rocket.chat.electron: Notification shows pop-up instead of integrating with notify

Created on 12 Apr 2016  路  9Comments  路  Source: RocketChat/Rocket.Chat.Electron

My Setup

  • My OS name and version: Ubuntu 16.03
  • My current app version: 1.3.1
  • [x] I have tested with the latest application version
  • [x] I can simulate the issue easily

    Description

Desktop notifications show up as Pop-Up windows instead of integrating with Unity notify osd

Current Behavior

Pop-Up windows with "Cancel"/"OK" pops up

image

Expected Behavior

Expect notification bubble ala;
image

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Most helpful comment

I had the same issue on Ubuntu 16.04.

This fixed it for me:

$ sudo touch /usr/lib/libunity-electron_notification_fix

source

You can also do export ELECTRON_USE_UBUNTU_NOTIFIER=1
source

All 9 comments

Same thing happening on Ubuntu 16.04LTS

I had the same issue on Ubuntu 16.04.

This fixed it for me:

$ sudo touch /usr/lib/libunity-electron_notification_fix

source

You can also do export ELECTRON_USE_UBUNTU_NOTIFIER=1
source

@alfredbez Thanks a lot! The first solution fixed this annoying bug :)

Thanks!

export ELECTRON_USE_UBUNTU_NOTIFIER=1

... fixed it for me

This did not work for me on ubuntu 16

@cbajohr where did you put the export in your .bashrc / .zshrc file?

@krisleech right at the bottom of the file(s)

Guys, can you please try again with the version 2.2.0?

Confirmed it is fixed with the latest version, v2.2.0.

Was this page helpful?
0 / 5 - 0 ratings