aQUICK1
|
2014-12-28
, 15:59
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#631
|
|
2014-12-28
, 17:22
|
|
Posts: 212 |
Thanked: 184 times |
Joined on May 2010
@ Sweden
|
#632
|
|
2014-12-28
, 17:47
|
Posts: 32 |
Thanked: 2 times |
Joined on Jun 2014
|
#633
|
Lockscreen player controls v0.0.2 released for testing: https://dl.dropboxusercontent.com/u/...-1.armv7hl.rpm
Changed:
* hide controls when playes is not running
* player can be changed without lipstick restart
|
2014-12-29
, 13:04
|
Posts: 7 |
Thanked: 7 times |
Joined on Dec 2014
|
#634
|
[root@Jolla nemo]# patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-mazelock-patch/unified_diff.patch patching file usr/share/lipstick-jolla-home-qt5/main.qml patching file usr/share/lipstick-jolla-home-qt5/main/DeviceLock.qml can't find file to patch at input line 45 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/com/jolla/settings/system/PinInput.qml b/com/jolla/settings/system/PinInput.qml |index 7c1d86c..3e66bdf 100644 |--- a/com/jolla/settings/system/PinInput.qml |+++ b/com/jolla/settings/system/PinInput.qml -------------------------- File to patch:
The Following User Says Thank You to Baspar For This Useful Post: | ||
|
2014-12-29
, 15:55
|
Posts: 32 |
Thanked: 2 times |
Joined on Jun 2014
|
#635
|
[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/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 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
|
2014-12-29
, 20:14
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#636
|
yup, I know about control center but the combined launcher doesnt work either.
I followed this guide to remove patchmanager completely: http://talk.maemo.org/showthread.php?p=1433209#274
Then I rebooted mobile, installed patchmanager and patches again and yet I can neither load Launcher combined patches nor Control center in events view. :'(
/usr/share/lipstick-jolla-home-qt5/launcher/
The Following User Says Thank You to J4ZZ For This Useful Post: | ||
|
2014-12-29
, 21:10
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#637
|
As I've seen I tried to run this:
Do you have an idea what is wrong?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
/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 } }
|
2014-12-29
, 21:50
|
|
Posts: 212 |
Thanked: 184 times |
Joined on May 2010
@ Sweden
|
#638
|
Finally found the culprit for launcher combined patch not applying for some on 1.1.1.27.
The fix is to delete the file FolderIcon.qml inbefore using the patch.Code:/usr/share/lipstick-jolla-home-qt5/launcher/
After that launcher-combined-patch installs just fine.
Regards,
J4ZZ
|
2014-12-30
, 02:12
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#640
|
Tags |
patchmanager, sailfish os |
Thread Tools | |
|