Sure:
=== modified file 'Panel/Panel.qml'
--- Panel/Panel.qml 2013-09-24 09:00:55 +0000
+++ Panel/Panel.qml 2013-10-09 14:14:02 +0000
@@ -71,7 +71,7 @@
}
}
- Indicators {
+ Showable {
id: indicatorsMenu
objectName: "indicators"
@@ -79,10 +79,10 @@
y: panelBackground.y
width: root.indicatorsMenuWidth
shown: false
- hintValue: __panelMinusSeparatorLineHeight * 3
- panelHeight: __panelMinusSeparatorLineHeight
- openedHeight: parent.height + (pinnedMode ? 0 : root.panelHeight)
- pinnedMode: !fullscreenMode
+// hintValue: __panelMinusSeparatorLineHeight * 3
+// panelHeight: __panelMinusSeparatorLineHeight
+// openedHeight: parent.height + (pinnedMode ? 0 : root.panelHeight)
+// pinnedMode: !fullscreenMode
property real unitProgress: (height - panelHeight) / (openedHeight -
panelHeight)
}
=== modified file 'Shell.qml'
--- Shell.qml 2013-10-08 19:11:11 +0000
+++ Shell.qml 2013-10-09 14:13:59 +0000
@@ -568,7 +568,7 @@
indicators {
hides: [launcher]
available: edgeDemo.panelEnabled
- contentEnabled: edgeDemo.panelContentEnabled
+// contentEnabled: edgeDemo.panelContentEnabled
}
fullscreenMode: shell.fullscreenMode
searchVisible: !greeter.shown && !lockscreen.shown-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1235649 Title: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1235649/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
