maestral: [BUG] Application icon is missing from tray

Describe the bug When running the GUI (which works), there is no icon for the Maestral entry in tray.

To Reproduce Launch maestral gui.

Expected behaviour The standard logo to show.

System (please complete the following information):

  • Maestral version: 0.3.1
  • OS: NixOS unstable
  • Desktop environment: KDE Plasma 5.15.5
  • Qt version: 5.12

Screenshot_20190816_102918

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 45 (25 by maintainers)

Commits related to this issue

Most upvoted comments

I am not really experienced with python but it looks like an empty string to me:

>>> print("xx"+icon.name()+"aa")
xxaa
>>> print(icon.name() is None)
False

OK, I’ll do some digging.