diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index 267a848a..374b0304 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -32,4 +32,4 @@ export GRID_UNIT_PX=30 /usr/bin/kded5& /usr/bin/voicecall-manager& /usr/bin/plasmaphonedialer -d& -exec /usr/bin/plasmashell -p org.kde.satellite.phone +exec /usr/bin/plasmashell -p org.kde.satellite.phone 2>/tmp/plasmashell_logs diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 8fd73a86..51e8e388 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -559,27 +559,13 @@ MouseEventListener { radius: width anchors.right: parent.right y: applicationsView.height * applicationsView.visibleArea.yPosition - opacity: scrollbarMouse.pressed || applicationsView.flicking || scrollDownIndicator.opacity > 0 || scrollUpIndicator.opacity > 0 ? 0.8 : 0 + opacity: applicationsView.flicking || scrollDownIndicator.opacity > 0 || scrollUpIndicator.opacity > 0 ? 0.8 : 0 Behavior on opacity { NumberAnimation { duration: units.longDuration easing.type: Easing.InOutQuad } } - MouseArea { - id: scrollbarMouse - anchors { - fill: parent - margins: -units.gridUnit - } - drag.target: parent - onPositionChanged: { - applicationsView.contentY = applicationsView.contentHeight * (parent.y / applicationsView.height) - applicationsView.headerItem.height - } - onReleased: { - applicationsView.returnToBounds() - } - } } } } \ No newline at end of file