LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-03-2010, 10:16 AM   #1
goldeneye075
LQ Newbie
 
Registered: Feb 2009
Posts: 18
Blog Entries: 2

Rep: Reputation: 0
Unhappy notepad++ installing problem using wine in Ubuntu 9.10


I have installed wine in my computer (ubuntu9.10) ,
then restared my computer.
then i downloaded the npp.5.6.6.Installer.exe from the web, and double clicked it :
there was an error message :::::

Archive: /home/golden/Downloads/npp.5.6.6.Installer(2).exe
[/home/golden/Downloads/npp.5.6.6.Installer(2).exe]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
zipinfo: cannot find zipfile directory in one of /home/golden/Downloads/npp.5.6.6.Installer(2).exe or
/home/golden/Downloads/npp.5.6.6.Installer(2).exe.zip, and cannot find /home/golden/Downloads/npp.5.6.6.Installer(2).exe.ZIP, period.

Can any one help me on this: Help is highly appreciated.

Thanks.

Last edited by goldeneye075; 02-03-2010 at 10:19 AM.
 
Old 02-03-2010, 10:47 AM   #2
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Your ubuntu is trying to open the file using your zip archiver, whatever that is. The output matches this of the command line tool "unzip", but virtually all the GUI archivers call this tool.

You probably have to install wine if it isn't installed or instruct your desktop environment (whatever that is) to use "wine" to open the .exe file.

In any case, out of curiosity, why do you want notepad++? If there's a thing in linux that's text editors...
 
Old 02-03-2010, 10:50 AM   #3
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Try a few native Linux text editors. gedit is pretty similar to Notepad++ (which I used when I used Windows).
 
Old 02-03-2010, 11:01 AM   #4
goldeneye075
LQ Newbie
 
Registered: Feb 2009
Posts: 18

Original Poster
Blog Entries: 2

Rep: Reputation: 0
Quote:
Originally Posted by i92guboj View Post
Your ubuntu is trying to open the file using your zip archiver, whatever that is. The output matches this of the command line tool "unzip", but virtually all the GUI archivers call this tool.

You probably have to install wine if it isn't installed or instruct your desktop environment (whatever that is) to use "wine" to open the .exe file.

In any case, out of curiosity, why do you want notepad++? If there's a thing in linux that's text editors...


hey thanks for the input,
notepad++ is a cool editor if ur programing in C, C++, java, perl etc..

as I am new to linux, can u explain how can i instruct the desktop environment to use wine?

Thanks..
 
Old 02-03-2010, 11:11 AM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by goldeneye075 View Post
hey thanks for the input,
notepad++ is a cool editor if ur programing in C, C++, java, perl etc..

as I am new to linux, can u explain how can i instruct the desktop environment to use wine?

Thanks..
That entirely depends on your DE. But usually I'd expect to find an "Open with" option or something similar on the context menu (right click the icon, then look around). Such dialogs often include an option to make a given application the default for that file type.

If not, then there's probably some mimetype configuration dialog in the DE control center, whatever that is.

I know what notepad++ is, but again, if there's something in the Linux world, that's text editors. And more specifically those oriented to programmers, starting with the older ones like vim or emacs, and continuing with newer (and graphical) ones like bluefish, kate, geany, scite, jedit... There are also graphical frontends to vim and emacs and also editors for a given purpose like html or latex editing.

You can also find IDEs if you are into that kind of thing, like eclipse, kdevelop or anjuta to name just a few. The list is much longer, I am just putting some random examples.

I am not trying to convince you. If notepad++ is your call then so be it. I am just telling you that there are lots of native solutions that won't require the hassle of wine, in case you had not considered them. The choice is yours, of course.
 
Old 02-03-2010, 11:38 AM   #6
goldeneye075
LQ Newbie
 
Registered: Feb 2009
Posts: 18

Original Poster
Blog Entries: 2

Rep: Reputation: 0
Quote:
Originally Posted by i92guboj View Post
That entirely depends on your DE. But usually I'd expect to find an "Open with" option or something similar on the context menu (right click the icon, then look around). Such dialogs often include an option to make a given application the default for that file type.

If not, then there's probably some mimetype configuration dialog in the DE control center, whatever that is.

I know what notepad++ is, but again, if there's something in the Linux world, that's text editors. And more specifically those oriented to programmers, starting with the older ones like vim or emacs, and continuing with newer (and graphical) ones like bluefish, kate, geany, scite, jedit... There are also graphical frontends to vim and emacs and also editors for a given purpose like html or latex editing.

You can also find IDEs if you are into that kind of thing, like eclipse, kdevelop or anjuta to name just a few. The list is much longer, I am just putting some random examples.

I am not trying to convince you. If notepad++ is your call then so be it. I am just telling you that there are lots of native solutions that won't require the hassle of wine, in case you had not considered them. The choice is yours, of course.
Thanks for pointing out the alternatives , as i did not know about them, I have used emacs longtime ago, but notepad++ gives u help when ur programing , and it gives u keywords and functions in the programing language that ur writing. (so its easy to program, is there any other editors like that?)
anyway i will try ur alternatives,,
again i am curious about "why i could n't make it run using wine?"

Thanks
 
Old 02-03-2010, 11:50 AM   #7
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Almost all Linux text editors highlight code syntax just like Notepad++.

Last edited by MTK358; 02-03-2010 at 11:50 AM. Reason: typo
 
Old 02-03-2010, 11:53 AM   #8
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by goldeneye075 View Post
Thanks for pointing out the alternatives , as i did not know about them, I have used emacs longtime ago, but notepad++ gives u help when ur programing , and it gives u keywords and functions in the programing language that ur writing. (so its easy to program, is there any other editors like that?)
Any programing oriented editor can do that, in one or another way. kate and bluefish have support for a number of programming languages. Vim and emacs have never been my cup of tea, but they can do that and much more than notepad++ could ever dream of. I am fairly sure scite can do that as well, just as geany and about 99% of them.

Quote:
again i am curious about "why i could n't make it run using wine?"
As said in my other post you were NOT using wine, but an archiver to open the exe file. Just like if you used winrar or winzip to open it in Windows. I've never personally used notepad++ in wine, but I think it should work if you try.

Whether your OS were configured by default like that or it was you who messed the configuration we will never know.

If you can't launch it using your mouse it could still work if you use wine in command line. It's as easy as going to the directory that contains the exe file you want to run and typing:

Code:
wine <myfile.exe>
Where "<myfile.exe>" is the exe file you want to run. This will also allow you to see if the program is being run or there's some error while trying to run it.
 
Old 02-03-2010, 12:27 PM   #9
bret381
Member
 
Registered: Nov 2009
Location: Alabama
Distribution: Arch x86_64
Posts: 650

Rep: Reputation: 79
Quote:
Originally Posted by goldeneye075 View Post
hey thanks for the input,
notepad++ is a cool editor if ur programing in C, C++, java, perl etc..

as I am new to linux, can u explain how can i instruct the desktop environment to use wine?

Thanks..

If you are using gnome DE right click the .exe file and select open with. Select Wine from the menu (it should be in there in ubuntu) and check the box open all files of this type with this application. (going from memory, so it may not say exactly those things) and hit ok
 
  


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
dependency problem while installing wine in ubuntu 8.10 GoldenAzure Linux - Newbie 1 12-21-2008 01:30 AM
running notepad.exe in wine djgerbavore Linux - Newbie 9 02-07-2005 09:50 AM
wine: sol.exe but no notepad volition Linux - Software 4 06-18-2004 08:44 AM
my wine just run notepad :( mardanian Linux - Software 3 03-16-2004 09:16 AM
wine problem!!load notepad but don't know what to do next ngan_yine Linux - Newbie 4 12-15-2003 02:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:49 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