Active Topics

 


Reply
Thread Tools
pichlo's Avatar
Posts: 6,447 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#1051
Originally Posted by romu View Post
Patch bug: There is a problem with the patch which adds month and days of the week in the calendar. This patch makes the whole calendar to be shifted downward and then the first day event overlaps on the calendar for a small part. Please see the attached screenshot which shows the problem.
Thanks for reporting. Now I see what myjollaph meant here. I will have a look at it when I get some time.
__________________
Русский военный корабль, иди нахуй!
 
Posts: 32 | Thanked: 2 times | Joined on Jun 2014
#1052
Originally Posted by coderus View Post
@cizi and @malkavian: http://talk.maemo.org/showpost.php?p...&postcount=935
@coderus I did it twice and all patches work but eventview not. I tried this:

Code:
devel-su patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-controls-remastered-patch/unified_diff.patch
Password:
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/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
There is o problem with original qml but I don't know why because I reinstalled all.. confused
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#1053
Originally Posted by cizi View Post
@coderus I did it twice and all patches work but eventview not. I tried this:

Code:
devel-su patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-controls-remastered-patch/unified_diff.patch
Password:
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/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
There is o problem with original qml but I don't know why because I reinstalled all.. confused
You need to unapply, remove and forget about old "Volume slider fix for control centers" patch.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 32 | Thanked: 2 times | Joined on Jun 2014
#1054
SO, I tried to remove eventsview control for u11 but during uninstallation it said "failed to remove patch" but the patch had been removed before the uninstallation, confused again :-). Now I'm not sure what is my current status.

@coderus what did you mean I should remove?

Thanks a lot!
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#1055
Originally Posted by cizi View Post
SO, I tried to remove eventsview control for u11 but during uninstallation it said "failed to remove patch" but the patch had been removed before the uninstallation, confused again :-). Now I'm not sure what is my current status.

@coderus what did you mean I should remove?

Thanks a lot!
your screen is broken and you can't read text on it or what?
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 307 | Thanked: 488 times | Joined on Sep 2010 @ USA around Chicago
#1056
Originally Posted by pichlo View Post
Thanks for reporting. Now I see what myjollaph meant here. I will have a look at it when I get some time.
I wasted a lot of time looking to figure out how to move the list down.

If you don't mind, here is what I had to do for the Patch: SailfishOS Calendar Show Day of Week Heading . It is in the same file. You may need to give more height, since you are adding 2 heading lines.

Code:
         header: Item {
             width: view.width
-            height: datePicker.height + menuLocation.height + dateHeader.height
+            height: datePicker.height + menuLocation.height + dateHeader.height*2
         }

         model: AgendaModel { id: agendaModel }
__________________
Apps for iPhone & iPad
Malayalam Keyboard for iPhoneTelugu Keyboard for iPhoneGujarati Keyboard for iPhone
 

The Following User Says Thank You to abyzthomas For This Useful Post:
Posts: 32 | Thanked: 2 times | Joined on Jun 2014
#1057
Originally Posted by coderus View Post
your screen is broken and you can't read text on it or what?
Of course not :-), display is still OK. You wrote about old "Volume slider fix for control centers".
I don't have this package installed. This package is part of eventsview control for U11 and I don't understand if you meant to remove from where, what .. I try to reinstall eventsview control but the situation remains tha same. I will probably try to remove all patches (patchmanager included) and install all again...
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#1058
Originally Posted by cizi View Post
Of course not :-), display is still OK. You wrote about old "Volume slider fix for control centers".
I don't have this package installed. This package is part of eventsview control for U11 and I don't understand if you meant to remove from where, what .. I try to reinstall eventsview control but the situation remains tha same. I will probably try to remove all patches (patchmanager included) and install all again...
Manually fix/edit your VolumeSlider.qml and the patch should work again... See here.
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#1059
you don't need to fix anything manually. reinstallation of jolla-settings-system is enough. if you *really* followed this everything should be fine. "Volume slider fix for control centers" patch is part of patchmanager-patches-base which have enabled most of users.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 32 | Thanked: 2 times | Joined on Jun 2014
#1060
And now give me a hint what was wrong. I did it again and now it works (I have done it three times), third attempt finally works, strange .

Thanks a lot!
 
Reply

Tags
patchmanager, sailfish os


 
Forum Jump


All times are GMT. The time now is 18:17.