|
2014-12-30
, 09:00
|
|
Posts: 212 |
Thanked: 184 times |
Joined on May 2010
@ Sweden
|
#642
|
|
2014-12-30
, 14:18
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#643
|
Hi @J4ZZ thank you for your hint but still not works. Command line looks like this:
[CODE]patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/ sailfishos-eventsview-controls-remastered-patch/unified_diff.patch
patching file usr/share/jolla-settings/pages/sounds/VolumeSlider.qml
Reversed (or previously applied) patch detected! Assume -R? [n] y
CODE]
To be honest I have no idea what happened but the patch is still not working :-(.I tried this run from command line and I tried run the patch from patchmanager, still "Failed to install patch".
Do you know what is wrong please?
import QtQuick 2.0 import Sailfish.Silica 1.0 import com.jolla.settings.system 1.0 import org.nemomobile.systemsettings 1.0 Slider { id: slider property string entryPath //% "Default ringtone volume" label: qsTrId("settings_sounds_la_volume") maximumValue: 100 minimumValue: 1 value: profileControl.ringerVolume onValueChanged: profileControl.ringerVolume = value onPressAndHold: cancel() ProfileControl { id: profileControl onRingerVolumeChanged: slider.value = profileControl.ringerVolume } }
|
2014-12-30
, 14:22
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#644
|
patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-controls-remastered-patch/unified_diff.patch
|
2014-12-30
, 16:46
|
|
Posts: 212 |
Thanked: 184 times |
Joined on May 2010
@ Sweden
|
#645
|
[root@Jolla Downloads]# patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-controls-remastered-patch/unified_diff.patch patching file usr/share/lipstick-jolla-home-qt5/eventsview/EventsView.qml patching file usr/share/lipstick-jolla-home-qt5/eventsview/EventsViewList.qml The next patch would create the file usr/share/lipstick-jolla-home-qt5/eventsview/FavoritesZoneControls.qml, which already exists! Assume -R? [n] n Apply anyway? [n] n Skipping patch. 1 out of 1 hunk ignored patching file usr/share/jolla-settings/pages/sounds/VolumeSlider.qml Hunk #2 FAILED at 18. 1 out of 2 hunks FAILED -- saving rejects to file usr/share/jolla-settings/pages/sounds/VolumeSlider.qml.rej patching file usr/share/jolla-settings/pages/mobilenetworking/DataConnection.qml patching file usr/share/jolla-settings/pages/bluetooth/EnableSwitch.qml patching file usr/share/jolla-settings/pages/gps_and_location/LocationSwitch.qml [root@Jolla Downloads]#
|
2014-12-30
, 17:37
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#646
|
|
2014-12-30
, 18:27
|
Posts: 56 |
Thanked: 34 times |
Joined on Dec 2011
@ finland
|
#647
|
|
2014-12-30
, 19:20
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#648
|
Code:[root@Jolla Downloads]# The next patch would create the file usr/share/lipstick-jolla-home-qt5/eventsview/FavoritesZoneControls.qml patching file usr/share/jolla-settings/pages/sounds/VolumeSlider.qml
The Following User Says Thank You to J4ZZ For This Useful Post: | ||
|
2014-12-30
, 19:25
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#649
|
Everyones talking about control center but how can I get 5x6 appgrid working? or is it working for every1 else and I just messed up something?
|
2014-12-30
, 23:44
|
|
Posts: 212 |
Thanked: 184 times |
Joined on May 2010
@ Sweden
|
#650
|
edit the content of your VolumeSlider.qml like I described above for user cizi and additionally remove or rename FavoritesZoneControls.qml... I marked the paths in red.
[root@Jolla ~]# patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-controls-remastered-patch/unified_diff.patch patching file usr/share/lipstick-jolla-home-qt5/eventsview/EventsView.qml patching file usr/share/lipstick-jolla-home-qt5/eventsview/EventsViewList.qml patching file usr/share/lipstick-jolla-home-qt5/eventsview/FavoritesZoneControls.qml patching file usr/share/jolla-settings/pages/sounds/VolumeSlider.qml patching file usr/share/jolla-settings/pages/mobilenetworking/DataConnection.qml patching file usr/share/jolla-settings/pages/bluetooth/EnableSwitch.qml patching file usr/share/jolla-settings/pages/gps_and_location/LocationSwitch.qml [root@Jolla ~]#
Tags |
patchmanager, sailfish os |
Thread Tools | |
|
Do you know what is wrong please?