Skip to content
Snippets Groups Projects
Commit 2d910f4a authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

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
parents 35156304 281754bf
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=11 VERSION=12
. ./config . ./config
...@@ -141,6 +141,12 @@ pack-index=30 ...@@ -141,6 +141,12 @@ pack-index=30
pack-type=start pack-type=start
toplevel-id=panel toplevel-id=panel
[Object notification-area]
object-iid=NotificationAreaAppletFactory::NotificationArea
pack-index=11
pack-type=end
toplevel-id=panel
[Object indicators] [Object indicators]
object-iid=IndicatorAppletFactory::IndicatorApplet object-iid=IndicatorAppletFactory::IndicatorApplet
toplevel-id=panel toplevel-id=panel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment