Page 1 of 1

HOWTO: LINUX MINT 11 AND NEWSBIN

PostPosted: Fri May 16, 2008 4:17 am
by newsraider
1. we will install wine first. go to Mint Menu - Software Manager - type "wine" in search bar and install

2. right click your newsbinpro.exe file and select "open with windows wine program loader"

3. that's it!! newsbin should be working. :mrgreen:

notes: i always like to use the latest version of wine. you can do that by going to this page
http://www.winehq.org/download/ubuntu and adding wine to your software sources.
should give you the option to install the latest version. :P

nb522 wont install

PostPosted: Wed Apr 08, 2009 1:56 am
by mtnwalker2b
I followed your instructions above. Using Ubuntu 8.10 downloaded Wine and installed. Clicked on the installer said Open with- Custom then typed wine. Get error message about being unable to elevate permissions to administrator and the installer unloads. However on my second machine these instructions worked perfectly. I really need Newsbin to work. What else can I try?

PostPosted: Wed Apr 08, 2009 2:17 am
by newsraider
sounds like you don't have permission with your user account maybe? how many users accounts on your machine. the wine install went ok though?

PostPosted: Fri Apr 10, 2009 9:37 am
by mtnwalker2b
There is only one user acct on either machine. I am using wine all the time on the one that rejected Newsbin. So Im stumped.

PostPosted: Fri Apr 10, 2009 10:04 pm
by newsraider
so other programs will install in wine? just not newsbin?

It works on Ubuntu now!

PostPosted: Sun Sep 20, 2009 2:38 pm
by huanhuan19
Thanks and I use Ubuntu 9.04, the latest version and installed Wine following the instruction on Wine official instruction. Now Newsbin works perfectly on Ubuntu OS.

Thanks,

Re: It works on Ubuntu now!

PostPosted: Mon Sep 21, 2009 2:04 am
by newsraider
huanhuan19 wrote:Thanks and I use Ubuntu 9.04, the latest version and installed Wine following the instruction on Wine official instruction. Now Newsbin works perfectly on Ubuntu OS.

Thanks,


no problem :D

PostPosted: Fri Apr 09, 2010 8:39 pm
by sdavmor
I upgraded to Ubuntu 10.4 Beta 2 (64 bit) yesterday, and for a lark decided to see how quickly I could bring Newsbin 5.55 build 9762 up using the latest release of Wine. One hour later I'm downloading headers, downloading files, etc.

I must say that I am very impressed with how snappy everything is. Even with the Wine layer the performance is very good, on par with a native app, except when starting up with nothing else running in Wine. Though maybe having a quad-code box has something to do with it..

I was previously running Newsbin on Ubuntu 9.10 using VirtualBox. But the performance is so good through Wine that I'm going to leave it here and remove it from Virtualbox.

System config. AMD Phenom IV core 920. A Gigabyte MB < 1 year old (sorry, don't recall the ID number). 8*gb of DDR-2 800 memory. 4*1.5TB Seagate Barracuda drives. Linux 2.6.32-19-generic 64bit kernel.

Keep up the good work, guys. Newsbin is the gold standard IMO for binary harvesters.

PostPosted: Sun Apr 11, 2010 9:11 am
by DThor
Good to hear you got it working in that environment. Yeah, for many sorts of apps, wine is perfectly fine, you might get the odd graphical glitch, but speed-wise and certainly for convenience, firing it up there beats more elaborate and bloated VMs.

I'm running on a pretty snappy 8 core system, and really, it runs much faster than my windows box(which is admittedly less tricked out, but not too shabby either).

DT

WUBI 9.1 - "newest" WINE seems ok....NB534 no joy

PostPosted: Mon Apr 19, 2010 5:51 pm
by Leyden
Is trying to run a Windoze install of NB using WINE a no-no.....sure looks like it.....NB asks for reg info and lets me config a server, then locks when I try to get groups.

PostPosted: Mon Apr 19, 2010 6:04 pm
by sdavmor
I've been running NB on Wine on Ubuntu continuously for the last few weeks. Works great. I'm using Giganews for my news service FWIW.

Re: WUBI 9.1 - "newest" WINE seems ok....NB534 no

PostPosted: Thu Apr 22, 2010 11:04 am
by newsraider
Leyden wrote:Is trying to run a Windoze install of NB using WINE a no-no.....sure looks like it.....NB asks for reg info and lets me config a server, then locks when I try to get groups.


did you install wine from the ubuntu repo's or from the wine site? try a different version. does it only lock when downloading groups?

Re: HOWTO: UBUNTU AND NEWSBIN

PostPosted: Fri Dec 17, 2010 3:29 pm
by AWEV
newsraider wrote:1. we will install wine first. go to Applications - Software Center - type "wine" in search bar and install.

2. right click your newsbinpro.exe file and select "open with windows wine program loader"

3. that's it!! newsbin should be working. 8)


Might I add something:

1.5 - in your GUI-based file manager right click and select properties. In the properties box select the permissions tab and make sure the Executable box is checked. Note: you can do the same from a terminal, just "sudo chmod 755 newbinpro.exe" - without the quotes, and don't forget to enter your password.

That little bit seems to give me the most problems. I download something, and forget to set the proper permissions. I hope this saves someone else a headache or two.

Re: HOWTO: UBUNTU AND NEWSBIN

PostPosted: Tue Dec 28, 2010 7:59 am
by Xenophon
thx all works)

Re: HOWTO: UBUNTU AND NEWSBIN

PostPosted: Mon Aug 15, 2011 2:35 pm
by newsraider
AWEV wrote:
newsraider wrote:1. we will install wine first. go to Applications - Software Center - type "wine" in search bar and install.

2. right click your newsbinpro.exe file and select "open with windows wine program loader"

3. that's it!! newsbin should be working. 8)


Might I add something:

1.5 - in your GUI-based file manager right click and select properties. In the properties box select the permissions tab and make sure the Executable box is checked. Note: you can do the same from a terminal, just "sudo chmod 755 newbinpro.exe" - without the quotes, and don't forget to enter your password.

That little bit seems to give me the most problems. I download something, and forget to set the proper permissions. I hope this saves someone else a headache or two.


late reply. i did notice later on ubuntu made you change the permissions on the exe files. im not sure if they do this anymore? i know linux mint doesnt on 11.

Re: HOWTO: LINUX MINT 11 AND NEWSBIN

PostPosted: Mon Aug 15, 2011 3:09 pm
by DThor
I'm suspecting this is a formality/nicety to allow you to simply run exe files, they are associated with wine, they fire up. I'm quite sure on any distro, the exe executable bit doesn't need to be set if you're running 'wine foo.exe' or you've assigned a shortcut to do that.

DT