Page 15 of 24

Posted: Sun 15 Apr 2012, 09:40
by XBlackChaosX
recobayu wrote:
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

Posted: Sun 15 Apr 2012, 14:32
by muggins
Right-click any .exe file, then Set Run Action... to:

Code: Select all

wine "$@"

Posted: Mon 16 Apr 2012, 05:22
by XBlackChaosX
muggins wrote:Right-click any .exe file, then Set Run Action... to:

Code: Select all

wine "$@"
Thanks :)

Wine 1.5.2

Posted: Wed 18 Apr 2012, 03:19
by green_dome
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: Select all

./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

Code: Select all

winetricks -h
[Reference]

Posted: Fri 20 Apr 2012, 12:05
by vovchik
Dear green_dome,

I am boring. It works really well. Thanks.

With kind regards,
vovchik

Posted: Mon 14 May 2012, 10:43
by vovchik
Dear green_dome,

Wine is up to 1.5.4 as of today (http://www.winehq.org/announce/1.5.4). Any chance?

With thanks in advance and kind regards,
vovchik

Wine 1.5.3

Posted: Tue 15 May 2012, 16:58
by green_dome
my attempt at compiling wine-1.5.3

wine-1.5.3_v1
version 1 | stripped=true

wine-1.5.3_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: Select all

./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

Code: Select all

winetricks -h
[Reference]

Wine 1.5.4

Posted: Thu 17 May 2012, 03:27
by green_dome
my attempt at compiling wine-1.5.4

wine-1.5.4_v1
version 1 | stripped=true

wine-1.5.4_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: Select all

./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

Code: Select all

winetricks -h
[Reference]

Posted: Thu 17 May 2012, 08:08
by vovchik
Dear green_dome,

My usual thanks. Works as advertised:)

With kind regards,
vovchik

Posted: Mon 21 May 2012, 03:44
by Eathray
Works great on Exprimo. My kiddo thanks you... he's running SimCity right now.

Eathray

Posted: Sun 27 May 2012, 20:39
by vovchik
Dear green_dome,

The wine people have a new version: http://www.winehq.org/announce/1.5.5. We are always grateful in advance for your efforts.

With kind regards,
vovchik

Posted: Sun 10 Jun 2012, 06:06
by linux28
version 1 | stripped=true
version 2 | stripped=false

What is the difference? Not understand

Posted: Sun 10 Jun 2012, 12:49
by der-schutzhund
Hello,

is there a wine.pet or wine.sfs where USB is supported?
I use LaZY-Puppy.
http://www.murga-linux.com/puppy/viewto ... 081#633081
Here is installed and works wine 1.3.13 pretty well up on USB!
Is there perhaps a wineversion with USB patch?

Many greetings

Wolfgang

Posted: Thu 14 Jun 2012, 03:15
by green_dome
linux28 wrote:version 1 | stripped=true
version 2 | stripped=false

What is the difference? Not understand
version 1 is stripped:
--strip-debug
Remove debugging symbols only.
--strip-unneeded
Remove all symbols that are not needed for relocation processing.

version 2 is not stripped.

References: > > > > >

Posted: Thu 14 Jun 2012, 03:26
by green_dome
der-schutzhund wrote:Hello,

is there a wine.pet or wine.sfs where USB is supported?
I use LaZY-Puppy.
http://www.murga-linux.com/puppy/viewto ... 081#633081
Here is installed and works wine 1.3.13 pretty well up on USB!
Is there perhaps a wineversion with USB patch?

Many greetings

Wolfgang
I have not tried compiling Wine with a USB patch.
http://wiki.winehq.org/USB

Posted: Thu 14 Jun 2012, 12:43
by der-schutzhund
Would it be possible that you compile wine with a usb-patch?

Wine 1.5.5

Posted: Sat 16 Jun 2012, 01:58
by green_dome
my attempt at compiling wine-1.5.5

version 1 | stripped=true
wine-1.5.5-i486_v1.pet | mirror 1 | mirror 2
wine_DEV-1.5.5-i486_v1.pet | mirror 1 | mirror 2
wine_DOC-1.5.5-i486_v1.pet | mirror 1 | mirror 2

version 2 | stripped=false
wine-1.5.5-i486_v2.pet | mirror 1 | mirror 2
wine_DEV-1.5.5-i486_v2.pet | mirror 1 | mirror 2
wine_DOC-1.5.5-i486_v2.pet | mirror 1 | mirror 2

md5 | hashdeep

about downloading from brutalupload.com
-> I recommend changing the file name in the "Save as" dialog box to the file name listed on the download page.

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
[references]

-----------------------------------------------------------------------------------------------------------

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: Select all

./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

Code: Select all

winetricks -h
[Reference]

Posted: Sat 16 Jun 2012, 02:42
by vanchutr
Thank you Green_dome for your contribution

Posted: Sat 16 Jun 2012, 08:26
by der-schutzhund
Hallo green_dome,
I will try to compile wine 1.5.6 tomorrow with usbpatch.
Great! I would be delighted if my programs can then appeal to the USB interface including the wine! That would be super!

Many greetings

Wolfgang

Wine 1.5.6

Posted: Tue 19 Jun 2012, 00:06
by green_dome
my attempt at compiling wine-1.5.6

version 1 | stripped=true
wine-1.5.6-i486_v1.pet | mirror 1 | mirror 2
wine_DEV-1.5.6-i486_v1.pet | mirror 1 | mirror 2
wine_DOC-1.5.6-i486_v1.pet | mirror 1 | mirror 2

version 2 | stripped=false
wine-1.5.6-i486_v2.pet | mirror 1 | mirror 2
wine_DEV-1.5.6-i486_v2.pet | mirror 1 | mirror 2
wine_DOC-1.5.6-i486_v2.pet | mirror 1 | mirror 2

md5 | hashdeep

about downloading from brutalupload.com
-> I recommend changing the file name in the "Save as" dialog box to the file name listed on the download page.

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
[references]

-----------------------------------------------------------------------------------------------------------

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]


-----------------------------------------------------------------------------------------------------------

I applied two patches before compiling:
patches
http://wiki.winehq.org/USB

When compiling, I used

Code: Select all

./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

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]