Merge branch 'belenos' into 'belenos'
Belenos I realized that certain programs notifications (the "icons on the tray") didn't show up on the indicator applet. Then I decided to look why it worked on Trisquel 6 and I discovered that the notification area is not present on Trisquel 7. I don't know what happened but this should solve the problem. (I hope so, I tested it twice) See merge request !110
This commit is contained in:
commit
2d910f4a68
1 changed files with 7 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=11
|
||||
VERSION=12
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -141,6 +141,12 @@ pack-index=30
|
|||
pack-type=start
|
||||
toplevel-id=panel
|
||||
|
||||
[Object notification-area]
|
||||
object-iid=NotificationAreaAppletFactory::NotificationArea
|
||||
pack-index=11
|
||||
pack-type=end
|
||||
toplevel-id=panel
|
||||
|
||||
[Object indicators]
|
||||
object-iid=IndicatorAppletFactory::IndicatorApplet
|
||||
toplevel-id=panel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue