Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 10-29-2019, 09:37 PM   #16
droopy
Guru
droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.
 
Posts: 834
Karma: 2912460
Join Date: Apr 2009
Device: Kobo Forma
I tried both VirtualBox and Wine (and VMWare) and just gave up on them at various points, but kept trying again. I'll use VirtualBox-Win10 just for those ebooks that can't go directly onto my Kobo... those books where ADE comes to the rescue.

rcentros, if you get Wine-ADE working on your Mint 19.1, do let us know. By the way, are you on Cinnamon or MATE?
droopy is offline   Reply With Quote
Old 10-30-2019, 02:20 AM   #17
rcentros
eReader Wrangler
rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.
 
rcentros's Avatar
 
Posts: 7,888
Karma: 52039845
Join Date: Mar 2013
Location: Boise, ID
Device: PB HD3, GL3, Tolino Vision 4, Voyage, Clara HD
Quote:
Originally Posted by droopy View Post
rcentros, if you get Wine-ADE working on your Mint 19.1, do let us know. By the way, are you on Cinnamon or MATE?
Mostly Cinnamon now, but I've used Mate for years.
rcentros is offline   Reply With Quote
Advert
Old 10-30-2019, 12:46 PM   #18
droopy
Guru
droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.
 
Posts: 834
Karma: 2912460
Join Date: Apr 2009
Device: Kobo Forma
Quote:
Originally Posted by rcentros View Post
Mostly Cinnamon now, but I've used Mate for years.
I'm on Cinnamon too. I'm curious why you haven't upgraded to 19.2
droopy is offline   Reply With Quote
Old 10-30-2019, 01:49 PM   #19
DrLimu
Connoisseur
DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.
 
Posts: 61
Karma: 2485318
Join Date: Jun 2018
Location: Sweden
Device: Kobo Clara
Quote:
Originally Posted by droopy View Post
DrLimu, thanks for your comment. I was following the workarounds too on WineHQ, but ADE crashes on me. Which Linux distro are you using? Can you tell me what terminal commands exactly, from start to finish, you used? Thanks.

I double-clicked ADE_4.5_Installer.exe, and I get this:

Here's the "backtrace.txt" file that I was given an option to save:
Code:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x10001559).
I'm using Manjaro, but there are some reports at wineHQ of it working with ubuntu which should be similar to Mint.

Make sure you have installed winbind (sudo apt install winbind according to wineHQ) and Winetricks.

First create a new wineprefix (you may change the path to whatever you like). If you have an existing one with the same name it may be a good idea to delete it first.

WINEPREFIX="$HOME/.wineADE" wine wineboot

Install dotnet4 and mscorefonts using winetricks:

WINEPREFIX="$HOME/.wineADE" winetricks corefonts dotnet40

Navigate to the location of your ADE-download in the terminal (eg cd ~Downloads) and run the installer:

WINEPREFIX="$HOME/.wineADE" wine ADE_4.5_Installer.exe

Run the winetricks fix for rendering bugs:

WINEPREFIX="$HOME/.wineADE" winetricks ddr=gdi

Hopefully this works.

Edit:

I checked out a bit more, I think the problem might be that filehippo gives you the latest version of ADE.

Last edited by DrLimu; 10-30-2019 at 06:22 PM.
DrLimu is offline   Reply With Quote
Old 10-31-2019, 05:56 PM   #20
DrLimu
Connoisseur
DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.
 
Posts: 61
Karma: 2485318
Join Date: Jun 2018
Location: Sweden
Device: Kobo Clara
Ok, just for fun I tried Mint 19.2 in a VM and the problem is solved by using the development version of Wine. Note that the one in the mint repos is very old, but the instructions found in the last post here installs it from wineHQ. I also used the latest version of winetricks, see here for instructions. After that the commands above worked with the latest version of ADE. Authorization and downloading DRM-encumbered epubs work.

As I was saying, very easy to install.
DrLimu is offline   Reply With Quote
Advert
Old 11-01-2019, 05:54 AM   #21
rcentros
eReader Wrangler
rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.
 
rcentros's Avatar
 
Posts: 7,888
Karma: 52039845
Join Date: Mar 2013
Location: Boise, ID
Device: PB HD3, GL3, Tolino Vision 4, Voyage, Clara HD
Quote:
Originally Posted by droopy View Post
I'm on Cinnamon too. I'm curious why you haven't upgraded to 19.2
My desktop has Linux Mint 19.1 because that was the current version when I installed Linux. I'm still using Mint 18.2 on this laptop. I used 17.1 on my old desktop until it reached EOL this past April. I figure if it works I don't "fix" it. Besides, I'm lazy.
rcentros is offline   Reply With Quote
Old 11-01-2019, 07:06 AM   #22
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,763
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by rcentros View Post
Yeah, but then you have to use Windows! I would rather find a workaround and keep Linux.
I have a workaround. That's to forget Linux and stick with Windows. I prefer not to have to tryt o play games to get the software I want to use to work and it does. It just works.
JSWolf is offline   Reply With Quote
Old 11-01-2019, 10:44 AM   #23
DrLimu
Connoisseur
DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.
 
Posts: 61
Karma: 2485318
Join Date: Jun 2018
Location: Sweden
Device: Kobo Clara
Quote:
Originally Posted by JSWolf View Post
I have a workaround. That's to forget Linux and stick with Windows. I prefer not to have to tryt o play games to get the software I want to use to work and it does. It just works.
And Indesign just works for producing epubs, forget about editing html

I don't now how much you know about Linux (using Tux the Linux mascot as your avatar suggests some knowledge, although I can't see why you would recommend using Windows in that case), so maybe I should point out that Linux is just the kernel, what we usually mean by saying Linux is a distribution of the kernel and other software (distro for short), and often GNU/Linux is used to denote the desktop distros. Hence there's not really one Linux, for example the Kobo readers and android phones both use Linux.

On Manjaro, the distro I'm using, installation was easy, I just had to enter 6 commands into the terminal to get it working. I also figured out how to install it in Linux Mint in about 40 minutes, which isn't that bad considering I'm no Linux expert (only used it for 5 months) and I had to figure out some Mint specific stuff since I never used it before. I'll probably save more time than that in a year by having automatic updates of calibre.

So I wouldn't say this is a major reason favoring Windows, and there are also many good reasons some people prefer Linux. Personally I got fed up by the forced updates ruining things (luckily I dodged the 1809 update until it was fixed, which would probably have deleted all my documents), having to use third party tools to disable all the telemetry and ads in the start menu after each update, and having less and less control over the system. Not that there's anything wrong with using Windows if that's what you like best of coarse, I still have it installed in case i want to play some games that doesn't work on Linux, but I have no need to use it for anything related to ebooks.
DrLimu is offline   Reply With Quote
Old 11-01-2019, 11:00 AM   #24
droopy
Guru
droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.
 
Posts: 834
Karma: 2912460
Join Date: Apr 2009
Device: Kobo Forma
Quote:
Originally Posted by rcentros View Post
My desktop has Linux Mint 19.1 because that was the current version when I installed Linux. I'm still using Mint 18.2 on this laptop. I used 17.1 on my old desktop until it reached EOL this past April. I figure if it works I don't "fix" it. Besides, I'm lazy.
I'm lazy too. I probably would not upgrade if I was forced to use the USB installation method. but I'm okay and feel motivated enough to upgrade using the update manager which happens all within my computer's internal storage.
droopy is offline   Reply With Quote
Old 11-01-2019, 12:02 PM   #25
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,763
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by DrLimu View Post
And Indesign just works for producing epubs, forget about editing html
If you o use InDesign, you really do have to look at the code and most likely edit it. I've seen what eBooks look like under the hood coming from InDesign and they are not nice. They are a bit of mess.

Quote:
I don't now how much you know about Linux (using Tux the Linux mascot as your avatar suggests some knowledge, although I can't see why you would recommend using Windows in that case), so maybe I should point out that Linux is just the kernel, what we usually mean by saying Linux is a distribution of the kernel and other software (distro for short), and often GNU/Linux is used to denote the desktop distros. Hence there's not really one Linux, for example the Kobo readers and android phones both use Linux.

On Manjaro, the distro I'm using, installation was easy, I just had to enter 6 commands into the terminal to get it working. I also figured out how to install it in Linux Mint in about 40 minutes, which isn't that bad considering I'm no Linux expert (only used it for 5 months) and I had to figure out some Mint specific stuff since I never used it before. I'll probably save more time than that in a year by having automatic updates of calibre.

So I wouldn't say this is a major reason favoring Windows, and there are also many good reasons some people prefer Linux. Personally I got fed up by the forced updates ruining things (luckily I dodged the 1809 update until it was fixed, which would probably have deleted all my documents), having to use third party tools to disable all the telemetry and ads in the start menu after each update, and having less and less control over the system. Not that there's anything wrong with using Windows if that's what you like best of coarse, I still have it installed in case i want to play some games that doesn't work on Linux, but I have no need to use it for anything related to ebooks.
Prior to Calibre 4.x, there have been more support issues with Linux and OS X then Windows and there are more Windows users then Linux and OS X combined.

That said, I do know about Linux and prefer Windows. I prefer when things just work. I'm not a fan of VM. I would suggest dual-booting and use a proper Windows 64-bit.
JSWolf is offline   Reply With Quote
Old 11-01-2019, 12:53 PM   #26
gldnbrwncouches
Enthusiast
gldnbrwncouches doesn't littergldnbrwncouches doesn't litter
 
Posts: 40
Karma: 132
Join Date: Mar 2019
Device: Kobo Forma, Libra H2O & Clara HD, Nook ST w/GL, GL+ (2015), Kindle PW4
Another Linux user here, I use Wine to manage my ADE install on Linux. If you aren't very familiar with Wine usage, you can always use a helper program like Lutris to install ADE.

On another note, while Windows "just works" for some, Mac does for others, and Linux does for me. I would flounder if I had to use Windows for work (or anything, but that's just me).
gldnbrwncouches is offline   Reply With Quote
Old 11-01-2019, 01:42 PM   #27
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,763
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by gldnbrwncouches View Post
Another Linux user here, I use Wine to manage my ADE install on Linux. If you aren't very familiar with Wine usage, you can always use a helper program like Lutris to install ADE.

On another note, while Windows "just works" for some, Mac does for others, and Linux does for me. I would flounder if I had to use Windows for work (or anything, but that's just me).
Actually, Catalina makes OS X no longer just work. They have the signed vs. unsigned installers so if you don't know the work around you would not be able ot install some things like Sigil and Calibre. Also, no more 32-bit programs so that means no more ADE 2.0.1.
JSWolf is offline   Reply With Quote
Old 11-01-2019, 02:08 PM   #28
MGlitch
Wizard
MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.
 
Posts: 2,855
Karma: 22003124
Join Date: Aug 2014
Device: Kobo Forma, Kobo Sage, Kobo Libra 2
Quote:
Originally Posted by JSWolf View Post
Actually, Catalina makes OS X no longer just work. They have the signed vs. unsigned installers so if you don't know the work around you would not be able ot install some things like Sigil and Calibre. Also, no more 32-bit programs so that means no more ADE 2.0.1.
Actually Calibre opens just fine on Catalina, Gatekeeper still pops up but there’s an option right there in the error message to open it anyway the same as it’s been for awhile. I’m going to go out on on branch and guess the same is true for sigil.

Yes outdated apps no longer work. Of course it’s not like Ade doesn’t have a 64bit version and for quite some time now. 32bit deserved to be discontinued. There’s no reason to carry on support for apps for which the hardware equivalent has been dropped some time ago. I’m sure you’ll want to go on about why a company should endlessly support outdated things, but they shouldn’t.
MGlitch is offline   Reply With Quote
Old 11-01-2019, 04:05 PM   #29
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,252
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
Actually, Catalina makes OS X no longer just work. They have the signed vs. unsigned installers so if you don't know the work around you would not be able ot install some things like Sigil and Calibre. Also, no more 32-bit programs so that means no more ADE 2.0.1.
Hmmm.... I run OS X in a VM which is a bit of an edge case but so far since I updated from Mojave to Catalina, I haven't found many issues running my programs. This may change in Jan., 2020 when Apple is supposed to be locking down Catalina but for now, it works for the 64 bit programs I've tested. I may miss some 32 bit apps but then I still miss some 16 bit and 8 bit apps.

As for ADE 2.0.1, I have found very few sites that are using the newer hardened ADEPT DRM so using a new 64bit version of ADE is not a big issue.
DNSB is online now   Reply With Quote
Old 11-01-2019, 06:25 PM   #30
DrLimu
Connoisseur
DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.DrLimu ought to be getting tired of karma fortunes by now.
 
Posts: 61
Karma: 2485318
Join Date: Jun 2018
Location: Sweden
Device: Kobo Clara
Quote:
Originally Posted by JSWolf View Post
If you o use InDesign, you really do have to look at the code and most likely edit it. I've seen what eBooks look like under the hood coming from InDesign and they are not nice. They are a bit of mess.
Probably looks fine in ADE at least. That's actually my point, just working is fine, but I rather spend at little more time to learn some CSS and html and get something cleaner that I have more control over.

Quote:
Originally Posted by JSWolf View Post
Prior to Calibre 4.x, there have been more support issues with Linux and OS X then Windows and there are more Windows users then Linux and OS X combined.
I would expect more bugs as there's more heterogeneity among the distros compared to Windows, but there are other reasons also like the main devs being on Windows (not sure if this is the case for calibre, but I seen it with other software), Linux user being more prone to report bugs, and some distros having old and sometimes bad versions in their repositories. That's actually the reason I chose Manjaro over Mint, at the time Manjaro had the latest calibre and Mint a very old version.

Quote:
Originally Posted by JSWolf View Post
That said, I do know about Linux and prefer Windows. I prefer when things just work. I'm not a fan of VM. I would suggest dual-booting and use a proper Windows 64-bit.
Unlike Linux users who really hate things working! I don't bother with VM:s either. My use case for ADE is opening it for 30 seconds to let it download a book and occasionally transferring it to my Kobo, both which works fine in Wine. I haven't experienced any bugs in calibre or sigill. I don't see why I, or most other people, would need to boot to Windows for anything ebooks.

Quote:
Originally Posted by JSWolf View Post
Actually, Catalina makes OS X no longer just work. They have the signed vs. unsigned installers so if you don't know the work around you would not be able ot install some things like Sigil and Calibre. Also, no more 32-bit programs so that means no more ADE 2.0.1.
I was worried of Microsoft going in the same direction with their store and UWP, but they seem to have changed their minds (at least for now). But it's still a good reason to use an open OS, if the company making your distro make changes you don't like you just switch to a different one, or someone will create a fork that suits you.
DrLimu is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aura H2O Font size mismatch (downloaded epubs via Calibre vs. Kobo epubs & articles) Oolong Kobo Reader 36 01-25-2019 06:00 AM
Cannot read borrowed library epubs on Binatone ReadMe Daily nowthenmobile More E-Book Readers 5 10-15-2012 07:28 PM
Can I borrow from the library and read in Kobo? Alantra Kobo Tablets 30 01-14-2012 02:36 PM
Will a Kobo only let you read a library book once? La Coccinelle Kobo Reader 4 03-28-2011 01:55 PM
Calgary Public Library ePubs on Kobo hryukin Kobo Reader 6 08-29-2010 02:20 AM


All times are GMT -4. The time now is 06:26 PM.


MobileRead.com is a privately owned, operated and funded community.