LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-21-2008, 10:53 AM   #1
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
dnl reader for linux


I have a digital book in .dnl format. Is there a linux application that can read these sorts of files?
 
Old 08-21-2008, 12:50 PM   #2
tailender
LQ Newbie
 
Registered: Oct 2006
Posts: 27

Rep: Reputation: 15
http://dnl-reader.en.softonic.com/
This might help you
 
Old 08-22-2008, 07:41 AM   #3
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
I have already tried that...it is only for windows
 
Old 08-22-2008, 07:50 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
http://www.google.com/search?hl=en&r...ux&btnG=Search

Look at the second link---talks about running the dnl reader using WINE.

GIYF
 
Old 08-22-2008, 07:52 AM   #5
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
Well...I did finally get this working with Wine.

After installing, you need to run the dbplugin.exe file in your fake windows directory that pass the location and name of the dnl file.

./wine/drive_c/windows/dbplugin.exe PATH_TO_DNL_FILE
 
Old 08-22-2008, 07:56 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by jax8 View Post
Well...I did finally get this working with Wine.
And in only two minutes after my post........
Seriously, glad to hear we had a happy ending....
 
Old 03-29-2009, 03:03 AM   #7
Noituudenaika
LQ Newbie
 
Registered: Mar 2009
Posts: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by jax8 View Post
Well...I did finally get this working with Wine.

After installing, you need to run the dbplugin.exe file in your fake windows directory that pass the location and name of the dnl file.

./wine/drive_c/windows/dbplugin.exe PATH_TO_DNL_FILE
Sorry to bring up an old thread, been trying to get this to work for about 6 hours now. I have an eee pc with xandros and not much of an idea how to use linux. I managed to install WINE but haven been able to get a .dnl file open. I think I installed the reader, I can see the dbplugin.exe in windows folder when I go into terminal and do winecfg - add application.

From here I need help with specific instructions. When I type what you have above I get :

bash: ./wine/drive_c/windows/dbplugin.exe: No such file or directory

So I must be missing something. Argh why did I let my husband convince me this would be easy to use?

Last edited by Noituudenaika; 03-29-2009 at 03:09 AM.
 
Old 03-29-2009, 03:25 AM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
bash: ./wine/drive_c/windows/dbplugin.exe: No such file or directory
make sure the path to dbplugin.exe is correct.
 
Old 03-29-2009, 08:10 AM   #9
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
FIRST
NOTE: I typed the command incorrectly. It should read
Quote:
~/.wine/drive_c/windows/dbplugin.exe PATH_TO_DNL_FILE
--> See how the "." has changed....whoops
First try with this change. If it sill does not work try the steps below.


1. Ensure you have installed wine
Type

Quote:
cd ~
ls -a
Do you see a .wine directory? If so you have wine installed so you can go to step 2, otherwise you will need to install wine.

2. Download the DNL Viewer from: http://dnl-reader.en.softonic.com/
Save this somewhere on you drive.

Type

Quote:
wine LOCATION_OF_FILE
For example: wine /home/jack/Documents/dnlsetup.exe

This should install the viewer

3. Now you are ready to execute the viewer with your dnl file.

Quote:
~/.wine/drive_c/windows/dbplugin.exe PATH_TO_DNL_FILE
PATH_TO_DNL_FILE should be a valid path.
For example:
~/.wine/drive_c/windows/dbplugin.exe /home/jack/mybook.dnl


Finally: You husband sounds like a wise man!

Good luck

Last edited by jax8; 03-29-2009 at 08:19 AM.
 
Old 03-29-2009, 05:28 PM   #10
Noituudenaika
LQ Newbie
 
Registered: Mar 2009
Posts: 4

Rep: Reputation: Disabled
Thank you for your reply so quickly, I will try again when I get home.
 
Old 03-30-2009, 06:57 AM   #11
Noituudenaika
LQ Newbie
 
Registered: Mar 2009
Posts: 4

Rep: Reputation: Disabled
Hmm it appears I have done something else wrong as I keep getting
: cannot execute binary file

I have wine installed and tried your suggestions thanks anyway.
 
Old 03-30-2009, 10:16 AM   #12
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
Try

wine ~/.wine/drive_c/windows/dbplugin.exe PATH_TO_DNL_FILE
 
Old 04-06-2009, 06:16 PM   #13
Noituudenaika
LQ Newbie
 
Registered: Mar 2009
Posts: 4

Rep: Reputation: Disabled
Been trying for another week to get the file to open to no avail. I have tried everything posted here, I have wine installed and can open the DNL viewer but when I click the .dnl file it just asks me what to open it with.

Is there something I need to type there specifically to get it to open? I have tried everything I can think of. Too bad the dnl reader doesn't have an "Open File" function or this would be easy.

Cheers
 
Old 04-10-2009, 05:31 AM   #14
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Original Poster
Rep: Reputation: 31
If you run the command like this:

wine ~/.wine/drive_c/windows/dbplugin.exe PATH_TO_DNL_FILE

For example

wine ~/.wine/drive_c/windows/dbplugin.exe /home/jack/Document/myfile.dnl

This should not ask you for the location of the file because you have already specified the file to open.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
comic reader for linux Haloony Linux - Software 4 08-23-2008 11:16 AM
About dnl shipon_97 Linux - Newbie 1 12-13-2006 01:35 PM
HP Photosmart 7550 w/ Flash Card Reader on Suse 9.3. Card Reader and Print Sharing Desert Linux - Hardware 0 07-25-2005 08:25 PM
a linux-win reader hamza11050 Linux - Software 2 10-01-2004 12:24 AM
RSS reader in linux masand Linux - Software 2 08-06-2004 11:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration