WineHQ

Adobe Digital Editions

Released September 8, 2014

Application Details:

Version: 4.0
License: Free to use
URL: http://www.adobe.com/products/...
Votes: 1
Latest Rating: Silver
Latest Wine Version Tested: 1.8

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

I wanted to use this to see if I could "borrow" a book from the library. That work perfectly, I could read the book on my screen. The instructions in the posting were flawless.

What does not

The app does not recognize my ebook reader (a B&N nook), so I had to play around to get the book onto my reader.

Workarounds

What was not tested

I didn't test any other functionality besides borrowing the book, and seeing that I could read it on my screen.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 14.10 "Utopic" i386 (+ variants like Kubuntu)Dec 19 20151.8Yes Yes NoSilvercalicoharry 
ShowUbuntu 12.04 "Precise" i386 (+ variants like Kubuntu)Dec 19 20151.7.55Yes Yes NoSilvercalicoharry 
ShowArch LinuxMar 29 20151.7.39Yes Yes NoGoldan anonymous user 
CurrentUbuntu 15.04 "Vivid" amd64 (+ variants like Kubuntu)Feb 27 20151.7.34Yes Yes NoSilveran anonymous user 
ShowUbuntu 14.10 "Utopic" amd64 (+ variants like Kubuntu)Jan 12 20151.7.33Yes Yes NoGoldsnejjj 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

How to install ADE-4.xx on *ubuntu-14.04* step by step in a console

Based on biesta's comment:

# This is a detailed 'howto'-document,
# how to install ADE-4.xx on *ubuntu-14.04* step by step in a console.
# Prerequisite: (x)ubuntu-14.04, system-update if required.
#
# Install the winbind package, if not yet done:

$ sudo apt-get install winbind

# Check if wine (actual version) is available:

$ wine --version

# response should be 1.7.33 (or newer?)
# install wine if required:

$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install wine1.7

# To accept the License agreement, press Tab + Enter.
# Check if winetricks (actual version) is available:

$ winetricks -V

# ...response should be 20141125 (or newer?)
# install winetricks if required:

$ wget winetricks.googlecode.com/svn/trunk/src/winetricks
$ sudo cp -f winetricks /usr/bin
$ sudo cp -f winetricks /usr/bin/X11
$ sudo chmod 555 /usr/bin/winetricks
$ sudo chmod 555 /usr/bin/X11/winetricks

# install WINEPREFIX + 32bit-environment:

$ export WINEPREFIX=~/wine32a # or similar, e.g. ~/.wine32b
$ WINEARCH=win32 winecfg

# ****** IMPORTANT: ******
# The winecfg-command opens a GUI-window,
# with a drop-down element labelled "Windows Versions" (or similar).
# Default position is "Windows XP".
# Do NOT change this or anything else in the GUI, or the installation will fail.

$ winetricks -q corefonts dotnet40

# download + install ADE-4.xx (actual version?)
# im your browser: from
# www.adobe.com/de/solutions/ebook/digital-editions/download.html

$ wine ~/Downloads/ADE_4.0_Installer.exe

Using an eReader with ADE
Also thanks to Kevin for the note on persistent drive mapping with winecgf.

Note: The writer of this how-to (lafon) is recreating the steps outlined by Lukasz with a KOBO eReader. However the steps should be the same for all similar devices.

Note: Do NOT open ADE until clearly outlined in this how-to!

1) Mount your device and make note of it's mount point (This needs to be remembered exactly). For me this was /media/KOBOeReader/

2) The next step is to unmount your eReader (This is because winecfg cannot seem to keep the changes applied if the device is mounted).

3) Next open winecfg and switch to the [Drives] tab.

4) On the [Drives] tab click the "Show Advanced" button.

Note: As outlined in the comment by Kevin, WINE does not seem to have persistent drive mapping while the device is mounted. Therefore you have 2 options. Either the messy way, which is to keep the winecfg window open while ADE runs, or unmount and create a persistent entry.

5) Click the "Add" button.

6) Choose a letter to map your device to (I used "O:" because that was the only letter available to me.)

7) In the "Path" box, type the mount point from step 1.

8) In the "Type" drop-down menu, choose "Floppy disk" as the option.

9) Click "OK".

10) Open ADE. If everything went correctly ADE should ask you to authorize your eReader with your Adobe account (if you authorized your computer anonymously you will be asked to authorize your computer too). To read eBooks on your device simply drag-and-drop books from your ADE library to the entry in the left pane of ADE that corresponds with your eReader.

11) Finally remember to safely dismount your device from your computer.

Good luck!

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back