|  01-10-2016, 01:39 AM | #76 | 
| Wizard            Posts: 2,857 Karma: 22003124 Join Date: Aug 2014 Device: Kobo Forma, Kobo Sage, Kobo Libra 2 | 
			
			Using the dictionary patch 'works' on my H2O.  However it cuts off at least a line, possibly more.  I've tried tweaking the size of the pop up but the cut off still occurs.  Most of the time you can see a bit of cut off text, though not enough to identify what letters are being cut off.
		 | 
|   |   | 
|  01-10-2016, 02:08 AM | #77 | 
| I need a chapter break            Posts: 4,042 Karma: 56058267 Join Date: Mar 2015 Location: Israel Device: Kobo Glo | 
			
			I only test the patch on my glo. Try this libnickel.so.1.0.0.patch. Spoiler: 
 Last edited by oren64; 01-10-2016 at 10:25 AM. | 
|   |   | 
|  01-10-2016, 09:03 PM | #78 | 
| Wizard            Posts: 2,857 Karma: 22003124 Join Date: Aug 2014 Device: Kobo Forma, Kobo Sage, Kobo Libra 2 | 
			
			Seems to have done the trick, the odd cut off text is gone and it seems to now display all lines in a given definition.  Still hunting for a word which will have part of a sentence the last bit of page 1 of the pop up.  But from the words tested it's behaving as it should. Thanks for the nifty patch | 
|   |   | 
|  01-13-2016, 02:00 AM | #79 | 
| The Couch Potato            Posts: 34,509 Karma: 230999999 Join Date: Aug 2015 Device: Kobo Glo, Kobo Touch, Archos 9, Onyx Boox C67ML Carta | 
			
			@ oren64, I updated my Kobo Glow to firmware 3.19.5761 recently, and applied metazoa patches along with your 'Changing the info panel in full size screensaver' patch. This time, the info panel box is appearing on the UPPER left corner of the screen instead of lower left corner during sleep and power-off. Its okay for me, however, just wanted to tell you.  Any possible reasons for this? | 
|   |   | 
|  01-13-2016, 02:22 AM | #80 | 
| I need a chapter break            Posts: 4,042 Karma: 56058267 Join Date: Mar 2015 Location: Israel Device: Kobo Glo | 
			
			The default option is the upper left corner. to move the info panel to the lower left corner you need to change the number in the patch. Code: #QWidget-height from the top-Kobo glo+Kobo Aura #To move the info pannel to the botten corner change 000px to 904px replace_string = 007B, `min-height: 680px;`, `min-height: 000px;` replace_string = 008F, `max-height: 680px;`, `max-height: 000px;` The patch for the lower left corner is. Spoiler: 
 | 
|   |   | 
|  01-13-2016, 02:30 AM | #81 | |
| The Couch Potato            Posts: 34,509 Karma: 230999999 Join Date: Aug 2015 Device: Kobo Glo, Kobo Touch, Archos 9, Onyx Boox C67ML Carta | Quote: 
  I'll try this today and let you know.  EDIT : Works like a charm! Thanks again. Last edited by drjd; 01-13-2016 at 05:18 AM. Reason: status update | |
|   |   | 
|  01-16-2016, 12:53 PM | #82 | 
| I need a chapter break            Posts: 4,042 Karma: 56058267 Join Date: Mar 2015 Location: Israel Device: Kobo Glo | 
			
			Patch `Increase The Books Cover Size In The Library` Firmware 4.2.8810+, the patch is integrated in GeoffR patcher, nickel.patch. Firmware 4.1.7729: nickel.patch, See CSS nickel patch. Spoiler: 
 Firmware 4.0.7523: nickel.patch, See CSS nickel patch. Spoiler: 
 Multi-version patch: 3.15.0-3.19.5761+: libnickel.so.1.0.0.patch. Spoiler: 
 version patch: 3.13.1: libnickel.so.1.0.0.patch. Spoiler: 
 Last edited by oren64; 03-05-2017 at 09:50 AM. Reason: Mini fix | 
|   |   | 
|  01-16-2016, 01:45 PM | #83 | |
| Evangelist            Posts: 411 Karma: 902071 Join Date: Jun 2008 Location: Zaragoza (Spain) Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE | Quote: 
 wow! I like a lot!  EDIT: Best fit for my aurah2o: Spoiler: 
 Last edited by surquizu; 01-16-2016 at 05:50 PM. | |
|   |   | 
|  01-17-2016, 02:40 AM | #84 | 
| Enthusiast  Posts: 35 Karma: 10 Join Date: Mar 2010 Location: Sweden Device: Kobo Libra 2 |   | 
|   |   | 
|  01-17-2016, 03:25 AM | #85 | 
| I need a chapter break            Posts: 4,042 Karma: 56058267 Join Date: Mar 2015 Location: Israel Device: Kobo Glo | |
|   |   | 
|  01-17-2016, 05:05 AM | #86 | |
| Evangelist            Posts: 411 Karma: 902071 Join Date: Jun 2008 Location: Zaragoza (Spain) Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE | Quote: 
 Code: #Mini\Touch replace_string = 0059, `min-width: 512px;`, `min-width: 524px;` replace_string = 006C, `max-width: 512px;`, `max-width: 524px;` | |
|   |   | 
|  01-17-2016, 05:32 AM | #87 | 
| I need a chapter break            Posts: 4,042 Karma: 56058267 Join Date: Mar 2015 Location: Israel Device: Kobo Glo | 
			
			Yes you're right, in 3.15.0 they change the code for mini, i update the patches.
		 | 
|   |   | 
|  01-17-2016, 07:05 AM | #88 | |
| Evangelist            Posts: 411 Karma: 902071 Join Date: Jun 2008 Location: Zaragoza (Spain) Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE | Quote: 
  The correct values are: Code: #Mini\Touch replace_string = 0059, `min-width: 534px;`, `min-width: 536px;` replace_string = 006C, `max-width: 534px;`, `max-width: 536px;` replace_string = 007F, `qproperty-leftMargin: 12;`, `qproperty-leftMargin: 00;` Code: #Aura HD\H20 replace_string = 0090, `min-width: 90px;`, `min-width:130px;` replace_string = 00A2, `max-width: 90px;`, `max-width:130px;` replace_string = 00B4, `min-height: 140px;`, `min-height: 163px;` replace_string = 00C8, `max-height: 140px;`, `max-height: 163px;` Last edited by surquizu; 01-17-2016 at 08:26 AM. | |
|   |   | 
|  01-17-2016, 09:57 AM | #89 | ||
| I need a chapter break            Posts: 4,042 Karma: 56058267 Join Date: Mar 2015 Location: Israel Device: Kobo Glo | Quote: 
 Quote: 
 Last edited by oren64; 01-17-2016 at 10:02 AM. | ||
|   |   | 
|  01-17-2016, 12:07 PM | #90 | |
| The Couch Potato            Posts: 34,509 Karma: 230999999 Join Date: Aug 2015 Device: Kobo Glo, Kobo Touch, Archos 9, Onyx Boox C67ML Carta | Quote: 
 That's a nice improvement on the looks and feels! Thanks Oren64 and surquizu, for the great work! | |
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Unofficial Sigil patches | varlog | Sigil | 8 | 11-12-2014 06:14 PM | 
| Index: Making a linked index in epub | virtual_ink | ePub | 21 | 10-19-2011 11:23 PM | 
| DR800 Long time to index files after upgrading firmware? | Albyr | iRex | 29 | 06-18-2011 05:23 PM | 
| How to apply the enhancements/patches ? | nubbol | Calibre | 2 | 09-04-2010 11:42 PM | 
| iLiad Applying DR GTK+ patches to iLiad | ericshliao | iRex Developer's Corner | 16 | 03-14-2010 05:39 AM |