|
2014-12-25
, 22:39
|
Posts: 55 |
Thanked: 34 times |
Joined on Jun 2014
|
#602
|
@asa: already tried : Failed to install :/
And do you try to simply.... execute the command? (zypper in -f ....)
|
2014-12-25
, 22:43
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#603
|
|
2014-12-25
, 22:45
|
Posts: 55 |
Thanked: 34 times |
Joined on Jun 2014
|
#604
|
|
2014-12-25
, 23:56
|
Posts: 7 |
Thanked: 7 times |
Joined on Dec 2014
|
#605
|
|
2014-12-26
, 02:04
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#606
|
|
2014-12-26
, 02:14
|
Posts: 139 |
Thanked: 176 times |
Joined on Oct 2012
|
#607
|
--- original/usr/share/lipstick-jolla-home-qt5/launcher/LauncherGrid.qml 2014-06-08 21:55:01.847978384 +0200 +++ patched/usr/share/lipstick-jolla-home-qt5/launcher/LauncherGrid.qml 2014-06-08 22:14:11.587192377 +0200 @@ -17,8 +17,8 @@ property Item reorderItem property Item movingItem - property int columns: 4 - property int initialCellWidth: (desktop.width - Theme.paddingLarge * 2) / columns + property int columns: 5 + property int initialCellWidth: (desktop.width - Theme.paddingLarge) / columns property real firstRowOpacity: Math.min(Math.max((dashboard.contentY - dashboard.lockscreenAndStatusAreaHeight)/cellHeight, 0.0), 1.0) property bool launcherEditMode: desktop.removeApplicationEnabled property var launcherModel: model @@ -31,8 +31,8 @@ width: cellWidth * columns anchors.horizontalCenter: parent.horizontalCenter // Increase cellWidth so that icon vertical edges are Theme.paddingLarge away from display edges - cellWidth: Math.round(initialCellWidth + (initialCellWidth - Theme.iconSizeLauncher) / (columns - 1)) - cellHeight: Math.round(Screen.height / 6) + cellWidth: Math.round(initialCellWidth + (initialCellWidth - Theme.iconSizeLauncher * 0.9) / (columns - 1)) + cellHeight: Math.round(Screen.height / 7) function categoryQsTrIds() { //% "AudioVideo" @@ -440,10 +440,14 @@ id: launcherIcon anchors { centerIn: parent - verticalCenterOffset: rootFolder && index <= 3 ? 0 : Math.round(-launcherText.height/2) + verticalCenterOffset: rootFolder && index < gridview.columns ? 0 : Math.round(-launcherText.height/2) } icon: model.object.iconId pressed: down + width: Theme.iconSizeLauncher * 0.9 + height: Theme.iconSizeLauncher * 0.9 + sourceSize.width: Theme.iconSizeLauncher * 0.9 + sourceSize.height: Theme.iconSizeLauncher * 0.9 opacity: isUpdating && folderItemCount == 0 ? 0.2 : 1.0 Text { font.pixelSize: Theme.fontSizeExtraLarge
|
2014-12-26
, 06:50
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#608
|
|
2014-12-26
, 07:20
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2014
@ Sweden
|
#609
|
|
2014-12-26
, 07:34
|
Posts: 193 |
Thanked: 348 times |
Joined on Dec 2009
|
#610
|
I can't activate the eventsview patch (it just says "failed to install patch"). I tried to uninstall everything related, ausmt, patchutils, etc, but to no effect after reinstallation. When I uninstall the eventsview patch it seems to work, but it throws a "failed to remove patch" error.
Tags |
patchmanager, sailfish os |
|
And do you try to simply.... execute the command? (zypper in -f ....)