As I've seen I tried to run this: Code: [root@Jolla nemo]# 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 Hunk #2 FAILED at 18. 1 out of 2 hunks FAILED -- saving rejects to file usr/share/jolla-settings/pages/sounds/VolumeSlider.qml.rej Do you have an idea what is wrong?
[root@Jolla nemo]# 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 Hunk #2 FAILED at 18. 1 out of 2 hunks FAILED -- saving rejects to file usr/share/jolla-settings/pages/sounds/VolumeSlider.qml.rej
/usr/share/jolla-settings/pages/sounds/
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 } }