The time now is Thu 20 Jun 2013, 06:10
All times are UTC - 4 |
|
Page 19 of 27 [401 Posts] |
Goto page: Previous 1, 2, 3, ..., 17, 18, 19, 20, 21, ..., 25, 26, 27 Next |
| Author |
Message |
green_dome
Joined: 05 Jan 2009 Posts: 197
|
Posted: Sun 25 Mar 2012, 21:53 Post subject:
Wine 1.5.0 |
|
my attempt at compiling wine-1.5.0
wine-1.5.0_v1
version 1 | stripped=true
wine-1.5.0_v2
version 2 | stripped=false
md5 | hashdeep
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
Non stripped = better for squashing bugs.
[Reference]
-----------------------------------------------------------------------------------------------------------
There are a few scripts that I find useful in creating sfs files.
One is 'pets2sfs'
[forum post] [download] [forum post]
Another is 'createsfs'
[forum post] [download]
-----------------------------------------------------------------------------------------------------------
I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]
-----------------------------------------------------------------------------------------------------------
I installed these packages before compiling:
fontconfig-2.7.1-i486-pup4.pet [Link]
fontconfig_DEV-2.7.1-i486-pup4.pet [Link]
gnutls+deps-2.6.6-i486.pet [Link]
gnutls+deps_DEV-2.6.6-i486.pet [Link]
libgphoto2-2.4.6-pup4.pet [Link]
libgphoto2_DEV-2.4.6-pup4.pet [Link]
mpg123-1.12.4.pet [Link]
mpg123_DEV-1.12.4.pet [Link]
openldap-2.4.13-i486.pet [Link]
openldap_DEV-2.4.13-i486.pet [Link]
xorg_xorg_full_dri-7.3.pet [Link]
xorg_xorg_full_dri_DEV-7.3.pet [Link]
-----------------------------------------------------------------------------------------------------------
When compiling, I used
| Code: |
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
|
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
For help with Gecko,
http://wiki.winehq.org/Gecko
I use the console to install packages from winetricks. For help with this I use
[Reference]
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1239 Location: Ukraine
|
Posted: Mon 26 Mar 2012, 13:30 Post subject:
|
|
Dear green_dome,
Thanks again. Version 1.5 works well, as have all your previous versions. We are grateful for your diligent efforts:)
With kind regards,
vovchik
|
|
Back to top
|
|
 |
otropogo

Joined: 24 Oct 2009 Posts: 667 Location: Southern Rocky Mt. Trench
|
Posted: Tue 03 Apr 2012, 13:34 Post subject:
wine*.pet puppy compatibility, apps tested |
|
Sorry I've I've missed some possibly relevant posts in this thread.. I only learned of its existence today after seeing a rare posting in another Wine thread.
I'm increasingly frustrated in my inability to reinstall Windows XP satisfactorily on a new machine (connectivity is on and off, while I have no issues with it under Puppy or Centos), and am desperately looking for a way to run two essential Windows apps that require online access.
What I'd like to find out is this:
1. does the current Wine pet being discussed her (1.4) work in lupu 5.28?
2. has anyone successfully run either of the two following Windows apps with it:
a) Quicken
b) Pegasus mail for windows 4.5.2?
alternatively, can anyone direct me to an online list of Windows apps reported to have been successfully run under any combination of WINE_Linux (or perhaps of those which have consistently failed to run in WINE)?
_________________ otropogo@gmail.com facebook.com/otropogo
|
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 197
|
Posted: Tue 03 Apr 2012, 22:28 Post subject:
Re: wine*.pet puppy compatibility, apps tested |
|
| otropogo wrote: | Sorry I've I've missed some possibly relevant posts in this thread.. I only learned of its existence today after seeing a rare posting in another Wine thread.
I'm increasingly frustrated in my inability to reinstall Windows XP satisfactorily on a new machine (connectivity is on and off, while I have no issues with it under Puppy or Centos), and am desperately looking for a way to run two essential Windows apps that require online access.
What I'd like to find out is this:
1. does the current Wine pet being discussed her (1.4) work in lupu 5.28?
2. has anyone successfully run either of the two following Windows apps with it:
a) Quicken
b) Pegasus mail for windows 4.5.2?
alternatively, can anyone direct me to an online list of Windows apps reported to have been successfully run under any combination of WINE_Linux (or perhaps of those which have consistently failed to run in WINE)? |
for item (2) try these links:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=107
http://appdb.winehq.org/appview.php?iAppId=284
|
|
Back to top
|
|
 |
otropogo

Joined: 24 Oct 2009 Posts: 667 Location: Southern Rocky Mt. Trench
|
Posted: Tue 03 Apr 2012, 23:39 Post subject:
Re: wine*.pet puppy compatibility, apps tested |
|
Thanks. Very encouraging, at least if I can get Wine running in lupu. Haven't managed since 4.xx. If not, maybe I'll try installing it in Centos.
_________________ otropogo@gmail.com facebook.com/otropogo
|
|
Back to top
|
|
 |
XBlackChaosX
Joined: 16 Oct 2011 Posts: 49
|
Posted: Mon 09 Apr 2012, 14:30 Post subject:
|
|
What's the difference between v1 and v2 of wine on here?
|
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 197
|
Posted: Thu 12 Apr 2012, 23:20 Post subject:
|
|
| XBlackChaosX wrote: | | What's the difference between v1 and v2 of wine on here? |
v1 is stripped
v2 is not stripped
Ref:
http://en.wikipedia.org/wiki/Strip_(Unix)
http://linux.die.net/man/1/strip
--strip-debug
Remove debugging symbols only.
--strip-unneeded
Remove all symbols that are not needed for relocation processing.
|
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 197
|
Posted: Thu 12 Apr 2012, 23:20 Post subject:
Wine 1.5.1 |
|
my attempt at compiling wine-1.5.1
wine-1.5.1_v1
version 1 | stripped=true
wine-1.5.1_v2
version 2 | stripped=false
md5 | hashdeep
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
Non stripped = better for squashing bugs.
[Reference]
-----------------------------------------------------------------------------------------------------------
There are a few scripts that I find useful in creating sfs files.
One is 'pets2sfs'
[forum post] [download] [forum post]
Another is 'createsfs'
[forum post] [download]
-----------------------------------------------------------------------------------------------------------
I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]
-----------------------------------------------------------------------------------------------------------
I installed these packages before compiling:
fontconfig-2.7.1-i486-pup4.pet [Link]
fontconfig_DEV-2.7.1-i486-pup4.pet [Link]
gnutls+deps-2.6.6-i486.pet [Link]
gnutls+deps_DEV-2.6.6-i486.pet [Link]
libgphoto2-2.4.6-pup4.pet [Link]
libgphoto2_DEV-2.4.6-pup4.pet [Link]
mpg123-1.12.4.pet [Link]
mpg123_DEV-1.12.4.pet [Link]
openldap-2.4.13-i486.pet [Link]
openldap_DEV-2.4.13-i486.pet [Link]
xorg_xorg_full_dri-7.3.pet [Link]
xorg_xorg_full_dri_DEV-7.3.pet [Link]
-----------------------------------------------------------------------------------------------------------
When compiling, I used
| Code: |
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
|
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
For help with Gecko,
http://wiki.winehq.org/Gecko
I use the console to install packages from winetricks. For help with this I use
[Reference]
|
|
Back to top
|
|
 |
XBlackChaosX
Joined: 16 Oct 2011 Posts: 49
|
Posted: Sat 14 Apr 2012, 06:12 Post subject:
|
|
How can i install programs? Every time i click on a .exe file nothing happens.
|
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 87 Location: indonesia
|
Posted: Sat 14 Apr 2012, 06:21 Post subject:
|
|
| Quote: | | How can i install programs? Every time i click on a .exe file nothing happens. |
1. open terminal
2. change directory to your .exe path
3. then write: wine yourexe.exe
you can see the wine proccessing your application.exe
|
|
Back to top
|
|
 |
XBlackChaosX
Joined: 16 Oct 2011 Posts: 49
|
Posted: Sun 15 Apr 2012, 05:40 Post subject:
|
|
| recobayu wrote: | | Quote: | | How can i install programs? Every time i click on a .exe file nothing happens. |
1. open terminal
2. change directory to your .exe path
3. then write: wine yourexe.exe
you can see the wine proccessing your application.exe |
Will do thanks, but is there a way to make so that when i install future apps all i will have to do is click on the .exe
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6663 Location: lisbon
|
Posted: Sun 15 Apr 2012, 10:32 Post subject:
|
|
Right-click any .exe file, then Set Run Action... to:
|
|
Back to top
|
|
 |
XBlackChaosX
Joined: 16 Oct 2011 Posts: 49
|
Posted: Mon 16 Apr 2012, 01:22 Post subject:
|
|
| muggins wrote: | Right-click any .exe file, then Set Run Action... to:
|
Thanks
|
|
Back to top
|
|
 |
green_dome
Joined: 05 Jan 2009 Posts: 197
|
Posted: Tue 17 Apr 2012, 23:19 Post subject:
Wine 1.5.2 |
|
my attempt at compiling wine-1.5.2
wine-1.5.2_v1
version 1 | stripped=true
wine-1.5.2_v2
version 2 | stripped=false
md5 | hashdeep
When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
Non stripped = better for squashing bugs.
[Reference]
-----------------------------------------------------------------------------------------------------------
There are a few scripts that I find useful in creating sfs files.
One is 'pets2sfs'
[forum post] [download] [forum post]
Another is 'createsfs'
[forum post] [download]
-----------------------------------------------------------------------------------------------------------
I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]
-----------------------------------------------------------------------------------------------------------
I installed these packages before compiling:
fontconfig-2.7.1-i486-pup4.pet [Link]
fontconfig_DEV-2.7.1-i486-pup4.pet [Link]
gnutls+deps-2.6.6-i486.pet [Link]
gnutls+deps_DEV-2.6.6-i486.pet [Link]
libgphoto2-2.4.6-pup4.pet [Link]
libgphoto2_DEV-2.4.6-pup4.pet [Link]
mpg123-1.12.4.pet [Link]
mpg123_DEV-1.12.4.pet [Link]
openldap-2.4.13-i486.pet [Link]
openldap_DEV-2.4.13-i486.pet [Link]
xorg_xorg_full_dri-7.3.pet [Link]
xorg_xorg_full_dri_DEV-7.3.pet [Link]
-----------------------------------------------------------------------------------------------------------
When compiling, I used
| Code: |
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
|
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.
For help with Gecko,
http://wiki.winehq.org/Gecko
I use the console to install packages from winetricks. For help with this I use
[Reference]
Last edited by green_dome on Wed 16 May 2012, 23:39; edited 2 times in total
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1239 Location: Ukraine
|
Posted: Fri 20 Apr 2012, 08:05 Post subject:
|
|
Dear green_dome,
I am boring. It works really well. Thanks.
With kind regards,
vovchik
|
|
Back to top
|
|
 |
|
|
Page 19 of 27 [401 Posts] |
Goto page: Previous 1, 2, 3, ..., 17, 18, 19, 20, 21, ..., 25, 26, 27 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|