Indicator in Plasma 5 not showing

Bug #1461554 reported by Daniel Franzen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Magick Rotation
New
Undecided
Unassigned

Bug Description

Since Plasma 5 does not support xembed anymore, the tray icon does not show at all in the newest version of Kubuntu/KDE.

A quick fix for me was to import appindicator and set has_indicator to true (which is usually only done for Ubuntu with Unity)

Could one just replace the code to load appindicator in Ubuntu >13.04 with

try:
  import appindicator
  has_indicator = True
except:
  has_indicator = False

like for pynotify?

What does not work with this fix is the "click to enable/disable touch". For some reason left-click does not do anything

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.