app indicators do not display

Bug #1564979 reported by fossfreedom
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
budgie-remix
Fix Released
Wishlist
Unassigned

Bug Description

budgie-desktop does not display

consider making a package based upon xfce4-panel that adds a transparent panel at the bottom of the screen which would display the xfce4-indicator-plugin

need to write to something like /etc/xfce4/xfconf/xfce-perchannel-xml which should in theory write to ~/.config/xfce4/xfconf/xfce-perchannel-xml

code:

<?xml version="1.0" encoding="UTF-8"?>

<channel name="xfce4-panel" version="1.0">
  <property name="configver" type="int" value="2"/>
  <property name="panels" type="array">
    <value type="int" value="1"/>
    <property name="panel-1" type="empty">
      <property name="position" type="string" value="p=4;x=1171;y=904"/>
      <property name="length" type="uint" value="35"/>
      <property name="position-locked" type="bool" value="true"/>
      <property name="size" type="uint" value="30"/>
      <property name="plugin-ids" type="array">
        <value type="int" value="3"/>
        <value type="int" value="16"/>
      </property>
      <property name="length-adjust" type="bool" value="true"/>
      <property name="background-alpha" type="uint" value="0"/>
      <property name="disable-struts" type="bool" value="true"/>
      <property name="autohide-behavior" type="uint" value="1"/>
    </property>
  </property>
  <property name="plugins" type="empty">
    <property name="plugin-16" type="string" value="indicator">
      <property name="known-indicators" type="array">
        <value type="string" value="libapplication.so"/>
        <value type="string" value="libprintersmenu.so"/>
        <value type="string" value="libappmenu.so"/>
        <value type="string" value="com.canonical.indicator.power"/>
        <value type="string" value="com.canonical.indicator.keyboard"/>
        <value type="string" value="com.canonical.indicator.session"/>
        <value type="string" value="com.canonical.indicator.sound"/>
        <value type="string" value="com.canonical.indicator.messages"/>
        <value type="string" value="com.canonical.indicator.datetime"/>
        <value type="string" value="com.canonical.indicator.bluetooth"/>
      </property>
      <property name="blacklist" type="array">
        <value type="string" value="com.canonical.indicator.session"/>
        <value type="string" value="libappmenu.so"/>
        <value type="string" value="com.canonical.indicator.bluetooth"/>
        <value type="string" value="com.canonical.indicator.power"/>
        <value type="string" value="com.canonical.indicator.datetime"/>
        <value type="string" value="com.canonical.indicator.sound"/>
        <value type="string" value="com.canonical.indicator.messages"/>
      </property>
      <property name="align-left" type="bool" value="false"/>
      <property name="mode-whitelist" type="bool" value="true"/>
      <property name="whitelist" type="array">
        <value type="string" value="libapplication.so"/>
      </property>
    </property>
    <property name="plugin-3" type="string" value="separator">
      <property name="expand" type="bool" value="true"/>
      <property name="style" type="uint" value="0"/>
    </property>
  </property>
</channel>

Changed in budgie-remix:
importance: Undecided → Wishlist
Revision history for this message
fossfreedom (fossfreedom) wrote :

closing since implemented

Changed in budgie-remix:
status: New → Fix Released
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.