Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add Adobe Digital Editions 2.0.1 #991

Open
whiskytango opened this issue May 8, 2018 · 8 comments
Open

Please add Adobe Digital Editions 2.0.1 #991

whiskytango opened this issue May 8, 2018 · 8 comments
Labels
enhancement Request for an enhancement

Comments

@whiskytango
Copy link

Please add ADE v2.0.1 to those on winetricks. You can get it from http://download.adobe.com/pub/adobe/digitaleditions/ADE_2.0_Installer.exe

@austin987
Copy link
Contributor

Is there a reason you don't want to use 4.5? adobe_diged4

@austin987 austin987 added the enhancement Request for an enhancement label May 14, 2018
@austin987 austin987 changed the title Adobe Digital Editions Please add Adobe Digital Editions 2.0.1 May 21, 2018
@austin987
Copy link
Contributor

Looks like 2.0.1 may be broken under Wine:
https://bugs.winehq.org/show_bug.cgi?id=45235

@whiskytango
Copy link
Author

Yes, there are problems. Do the comments at https://appdb.winehq.org/objectManager.php?sClass=version&iId=27978 help? Especially about installing .NET 3.5 SP1? Thanks for following this up!

@whiskytango
Copy link
Author

And there is the following recent complete how-to:
https://patdavid.net/2018/05/installing-adobe-digital-editions-on-linux-with-wine/

@bmaupin
Copy link

bmaupin commented Aug 3, 2021

Is there a reason you don't want to use 4.5? adobe_diged4

Among other things, ADE 2.0.1 is a prerequisite for a popular tool for removing DRM from ebooks.

@bmaupin
Copy link

bmaupin commented Oct 1, 2021

I needed to install it recently, and this is what I used:

WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 winetricks -q dotnet35sp1
WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 winetricks -q windowscodecs
WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 winetricks -q corefonts
wget http://download.adobe.com/pub/adobe/digitaleditions/ADE_2.0_Installer.exe
WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 wine ADE_2.0_Installer.exe
$ wine --version
wine-5.0 (Ubuntu 5.0-3ubuntu1)

@vvasuki
Copy link

vvasuki commented Oct 12, 2021

WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 wine ADE_2.0_Installer.exe

In my case (wine 6.16 on arch linux), it failed with:
image

@austin987
Copy link
Contributor

Looks like there was a regression. I opened https://bugs.winehq.org/show_bug.cgi?id=52815 for that (still in current wine, 7.6).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for an enhancement
Projects
None yet
Development

No branches or pull requests

4 participants