Re: Wine in bullseye, which way to go?

2024-02-03 Thread Marco Moock
Am 02.02.2024 um 15:10:32 Uhr schrieb Greg Wooledge: > It's dying, I would say. Not all the way dead just yet. That's why I think it's time to change to amd64 before it is completely dead. > The next release will not offer an *installer* for i386, but upgrades > from Debian 12 i386 to Debian 13

Re: Wine in bullseye, which way to go?

2024-02-03 Thread Miroslav Skoric
On 2/2/24 9:10 PM, Greg Wooledge wrote: I am not sure what do you mean by "install that architecture". I have been using i386 versions of Debian, and I do not plan to reinstall it now just because the CPU may allow that. At some point, you will have to make a decision. i386 is going to stop

Re: Wine in bullseye, which way to go?

2024-02-02 Thread Timothy M Butterworth
On Fri, Feb 2, 2024 at 2:59 PM Marco Moock wrote: > Am 01.02.2024 um 18:03:47 Uhr schrieb sko...@uns.ac.rs: > > > I am not sure what do you mean by "install that architecture". I have > > been using i386 versions of Debian, and I do not plan to reinstall it > > now just because the CPU may allow

Re: Wine in bullseye, which way to go?

2024-02-02 Thread Greg Wooledge
On Fri, Feb 02, 2024 at 08:59:18PM +0100, Marco Moock wrote: > According to documentation I found in the internet, it is possible to > upgrade a Debian system to the amd64 architecture. That isn't an upgrade, and it isn't a supported operation. Some people have *done* it, but it's very much at-yo

Re: Wine in bullseye, which way to go?

2024-02-02 Thread Marco Moock
Am 01.02.2024 um 18:03:47 Uhr schrieb sko...@uns.ac.rs: > I am not sure what do you mean by "install that architecture". I have > been using i386 versions of Debian, and I do not plan to reinstall it > now just because the CPU may allow that. So instead, I ask whether it > was expected and properl

Re: Wine in bullseye, which way to go?

2024-02-01 Thread skoric
> Am 01.02.2024 schrieb sko...@uns.ac.rs: > >> CPU op-mode(s): 32-bit, 64-bit > Model name: Pentium(R) Dual-Core CPU T4500 > > That processor can run amd64 Debian, so install that architecture. > > I am not sure what do you mean by "install that architec

Re: Wine in bullseye, which way to go?

2024-02-01 Thread Marco Moock
Am 01.02.2024 schrieb sko...@uns.ac.rs: > CPU op-mode(s): 32-bit, 64-bit Model name: Pentium(R) Dual-Core CPU T4500 That processor can run amd64 Debian, so install that architecture.

Re: Wine in bullseye, which way to go?

2024-02-01 Thread skoric
> Am 01.02.2024 schrieb Miroslav Skoric : > >> This time I was puzzled when noticed that Synaptic installed lots of >> amd64 packages even though my system is i386. > > Run > uname -a > lscpu > > and post it here. > > If your system is i386 only, amd64 software can't run on it. > Remove that archit

Re: Wine in bullseye, which way to go?

2024-02-01 Thread Marco Moock
Am 01.02.2024 schrieb Miroslav Skoric : > This time I was puzzled when noticed that Synaptic installed lots of > amd64 packages even though my system is i386. Run uname -a lscpu and post it here. If your system is i386 only, amd64 software can't run on it. Remove that architecture from dpkg.

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-05 Thread Miguel A. Vallejo
Hello! Opened a bug report against Wine, because I was not sure about what package was the culprit. #1006725 It was reasigned to libz-mingw-w64 and a few moments ago I downloaded the updated package from the repository. Everything works fine now. Thanks to everyone who made this possible.

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Eike Lantzsch ZP6CGE
On Donnerstag, 3. März 2022 12:17:37 -03 Miguel A. Vallejo wrote: > Thank you! > > I filled a bug report. Let's see what happens now. Just because I mentioned installing DLLs by means of winetricks: beware of using winetricks in this situation. Obviously it installs DLLs which are not compatibl

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Miguel A. Vallejo
Thank you! I filled a bug report. Let's see what happens now.

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Christian Britz
> I'm looking for the exact package that contains zlib1.dll but I can't > find it. Libwine depends on libz-mingw-w64 but the zlib1.dll there is > not the same as the one wine puts in the drive_c directory. The one in > drive_c directory is a PE32 DLL and the one provided with > libz-mingw-w64 is

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Miguel A. Vallejo
> > I'm pretty sure the problem is the Wine DLL files were built without > > the -static-libgcc flag > > > > Time to file a bug? > > > > I think it is I'm looking for the exact package that contains zlib1.dll but I can't find it. Libwine depends on libz-mingw-w64 but the zlib1.dll there is no

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Floris Renaud
On donderdag 03 maart 2022 14:38:32 (+01:00), Miguel A. Vallejo wrote: > > Not entirely sure, but I think this is the issue: > > More and more Wine DLL files are built with mingw. > > The libwine package already depends on libz-mingw. > > Probably the 'gcc-mingw-w64-i686-win32-runtime' package

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Miguel A. Vallejo
> Not entirely sure, but I think this is the issue: > More and more Wine DLL files are built with mingw. > The libwine package already depends on libz-mingw. > Probably the 'gcc-mingw-w64-i686-win32-runtime' package should now be > installed as well. > > Does the program work when you install this

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Floris Renaud
On woensdag 02 maart 2022 20:01:09 (+01:00), Miguel A. Vallejo wrote: > Hello > > After the recent update of Wine packages in Sid, some programs do not > run because of a missing libgcc_s_dw2-1.dll. They all worked just fine > with the previous version. > > ~$ wine SpaceEngine.exe > 014c:err:modu

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-02 Thread Eike Lantzsch ZP6CGE
On Mittwoch, 2. März 2022 18:34:22 -03 Miguel A. Vallejo wrote: > Hello! > > Finding and placing missing DLLs into the Windows directory of Wine is > easy. > > I think the problem is the windows executables in wine have not been > compiled with the -static-libgcc option of MinGW, so not including

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-02 Thread Miguel A. Vallejo
Hello! Finding and placing missing DLLs into the Windows directory of Wine is easy. I think the problem is the windows executables in wine have not been compiled with the -static-libgcc option of MinGW, so not including all these libgcc DDLs can be considered a bug itself. But compiling it witho

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-02 Thread Eike Lantzsch ZP6CGE
On Mittwoch, 2. März 2022 16:01:09 -03 Miguel A. Vallejo wrote: > Hello > > After the recent update of Wine packages in Sid, some programs do not > run because of a missing libgcc_s_dw2-1.dll. They all worked just fine > with the previous version. > > ~$ wine SpaceEngine.exe > 014c:err:module:imp

Re: WINE vs Virtual Machine for Windows app on Buster

2020-06-27 Thread manish tripathi
Thank you Nate. That is quite informative. In my case there is no need to share files over a network, though some data may be required to be stored in the local machine. Trips On Sat, Jun 27, 2020, 6:27 PM Nate Bargmann wrote: > * On 2020 27 Jun 05:48 -0500, manish tripathi wrote: > > Thank y

Re: WINE vs Virtual Machine for Windows app on Buster

2020-06-27 Thread Nate Bargmann
* On 2020 27 Jun 05:48 -0500, manish tripathi wrote: > Thank you for the responses. I was looking for a general purpose > solution...I can safely assume that VM soln may mostly work, while the same > may not be guaranteed with use of WINE. IME, Qemu has various issues with Windows guests, such thi

Re: WINE vs Virtual Machine for Windows app on Buster

2020-06-27 Thread manish tripathi
Thank you for the responses. I was looking for a general purpose solution...I can safely assume that VM soln may mostly work, while the same may not be guaranteed with use of WINE. Can one also explain about the malware that may impact my Linux/Buster, in case I use a VM for running my Windows app

Re: WINE vs Virtual Machine for Windows app on Buster

2020-06-27 Thread l0f4r0
27 juin 2020 à 11:55 de l0f...@tuta.io: > You won't have any guarantee of success because it depends on a lot of > factors and on your expectations/tolerance about your experience. > Of course I was speaking about Wine here ;) I don't think you could possibly have any issue on a VM as most (all

Re: WINE vs Virtual Machine for Windows app on Buster

2020-06-27 Thread l0f4r0
Hi, 27 juin 2020 à 10:58 de manishtr...@gmail.com: > Can someone advise if a VM is a better option than using WINE, to run a > application built on Windows OS on Debian/Buster. Open to other suggestions > as well.  > Nate's already given the gist but I think you should clarify whether your que

Re: WINE vs Virtual Machine for Windows app on Buster

2020-06-27 Thread Nate Bargmann
* On 2020 27 Jun 03:59 -0500, manish tripathi wrote: > Can someone advise if a VM is a better option than using WINE, to run a > application built on Windows OS on Debian/Buster. Open to other suggestions > as well. My experience is that it depends on the application and what Windows calls it make

Re: Wine configuration and result from "wine ./SETUP.EXE".

2019-09-25 Thread peter
* From: Pavel Volkov * Date: Mon, 23 Sep 2019 10:11:33 +0300 > Your link gives error 404. Thanks Pavel. Should work better now. http://easthope.ca/backtrace Firefox displays an ASCII file OK. Dillo fails to break the lines properly. ... P.

Re: Wine configuration and result from "wine ./SETUP.EXE".

2019-09-23 Thread Pavel Volkov
On понедельник, 23 сентября 2019 г. 00:58:35 MSK, pe...@easthope.ca wrote: Wine configuration > Graphics > Window settings has a checkbox for "Emulate virtual desktop". Unnecessary for most applications? Graphics window for the application runs within a Debian desktop, analogous to winecfg?

Re: Wine and versions

2019-02-04 Thread Roberto C . Sánchez
On Mon, Feb 04, 2019 at 07:53:54PM +, Paul Sutton wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > > Hi > > According to WineHQ the latest version of wine is 4.x however the > version I have here seems to be wine-1.8.7 (Debian 1.8.7-2) > > is this the debian version number

Re: Wine error message

2018-08-04 Thread Gour
On Sat, 4 Aug 2018 07:55:05 -0400 Carl Fink wrote: > For years, my policy has been to use stable on servers and testing > on workstations. For servers i'ts pretty much clear, but in regard to testing vs unstable this was decisive part for me: "Testing has more up-to-date software than Stable, an

Re: Wine error message

2018-08-04 Thread Carl Fink
On 08/04/2018 07:51 AM, Gour wrote: However, 'stable' is too old for me, although I'll probably put it on my relative's machined and between 'testing' and 'unstable' I believe that the latter is bette option. For years, my policy has been to use stable on servers and testing on workstations. -

Re: Wine error message

2018-08-04 Thread Gour
On Sat, 4 Aug 2018 07:16:47 -0400 Carl Fink wrote: > If you're looking for a more stable system, maybe the "unstable" > distribution of Debian is not an ideal choice? Well, in the past I spent >10yrs with rolling distros (Gentoo & Arch) and thought that Fedora might be good option providign newe

Re: Wine error message

2018-08-04 Thread Carl Fink
On 08/04/2018 06:58 AM, Gour wrote: Few days ago I migrated from Fedora (fc28) where I had serious issues with 4.17.x kernel series experiencing system hangs several times per day when leaving my machine unattended to Debian Sid where there are nothing similar (so far). If you're looking for a

Re: Wine error message

2018-08-04 Thread Gour
On Mon, 23 Jul 2018 14:56:56 +0200 floris wrote: > The Wine version in Debian Stable is very old and unsupported. You > should use the WineHQ packages or use the version from Backports Thank you for helpful advice! Few days ago I migrated from Fedora (fc28) where I had serious issues with 4.17.

Re: Wine error message

2018-07-25 Thread floris
Richard Owlett schreef op 2018-07-24 23:00: On 07/23/2018 07:56 AM, floris wrote: Richard Owlett schreef op 2018-07-21 17:02: Just installed/used wine for first time ever. The Wine version in Debian Stable is very old and unsupported. You should use the WineHQ packages or use the version fro

Re: Wine error message

2018-07-25 Thread Richard Owlett
On 07/25/2018 04:04 AM, Curt wrote: On 2018-07-24, Richard Owlett wrote: I was vainly attempting to determine that what I saw on my console was a WINE or an APPLICATION error message. Looks like it's coming from wine. https://github.com/wine-mirror/wine/blob/master/dlls/shell32/trash.c st

Re: Wine error message

2018-07-25 Thread Curt
On 2018-07-24, Richard Owlett wrote: > > I was vainly attempting to determine that what I saw on my console was a > WINE or an APPLICATION error message. > Looks like it's coming from wine. https://github.com/wine-mirror/wine/blob/master/dlls/shell32/trash.c static BOOL TRASH_MoveFileToBucket(

Re: Wine error message

2018-07-24 Thread Richard Owlett
On 07/23/2018 07:56 AM, floris wrote: Richard Owlett schreef op 2018-07-21 17:02: Just installed/used wine for first time ever. The Wine version in Debian Stable is very old and unsupported. You should use the WineHQ packages or use the version from Backports Did that done dat I've T shirt

Re: Wine error message

2018-07-23 Thread floris
Richard Owlett schreef op 2018-07-21 17:02: Just installed/used wine for first time ever. The Wine version in Debian Stable is very old and unsupported. You should use the WineHQ packages or use the version from Backports I attempted to run an installer which asks a typical set of question

Re: Wine doesn't start

2018-03-29 Thread Johann Klammer
On 03/28/2018 09:50 PM, Markus Grunwald wrote: > Hello, > > to play some old games, I wanted to start wine, but it always fails with > errors like that in the attached gna.txt :( > > Not even winecfg is starting (I created gna.txt with starting winecfg). > > It used to work so well a while ago..

Re: Wine doesn't start

2018-03-28 Thread The Wanderer
On 2018-03-28 at 15:44, Markus Grunwald wrote: > Hello, > > to play some old games, I wanted to start wine, but it always fails with > errors like that in the attached gna.txt :( > > Not even winecfg is starting (I created gna.txt with starting winecfg). > > It used to work so well a while ago.

Re: wine in stretch-backports

2017-09-24 Thread Floris
Op Sun, 24 Sep 2017 03:25:55 +0200 schreef Sridhar M. A. : On Sat, Sep 23, 2017 at 05:02:01AM -0500, Richard Owlett wrote: > > Thank you for the link. Installing wine has been on my "to-do" list. > That page also has valuable links for another problem :} > I install wine from wine-

Re: wine in stretch-backports

2017-09-23 Thread Richard Owlett
On 09/23/2017 08:25 PM, Sridhar M. A. wrote: On Sat, Sep 23, 2017 at 05:02:01AM -0500, Richard Owlett wrote: Thank you for the link. Installing wine has been on my "to-do" list. That page also has valuable links for another problem :} I install wine from wine-staging.com. As of yesterday, I a

Re: wine in stretch-backports

2017-09-23 Thread Sridhar M. A.
On Sat, Sep 23, 2017 at 05:02:01AM -0500, Richard Owlett wrote: > > Thank you for the link. Installing wine has been on my "to-do" list. > That page also has valuable links for another problem :} > I install wine from wine-staging.com. As of yesterday, I am runing 2.17 which was relea

Re: wine in stretch-backports

2017-09-23 Thread Richard Owlett
On 09/23/2017 03:58 AM, Floris wrote: Op Sat, 23 Sep 2017 10:06:28 +0200 schreef Rainer Dorsch : [snip] Is anybody planning to bring packages into stretch-backports? Or are they available from anywhere else? Yes they are: https://wiki.winehq.org/Debian Thank you for the link. Installing

Re: wine in stretch-backports

2017-09-23 Thread Floris
Op Sat, 23 Sep 2017 10:06:28 +0200 schreef Rainer Dorsch : Hello, there have been many wine version in jessie backports, so far I have not seen any wine versions in stretch backports. rd@blackbox:~/tmp.nobackup/Aglaya/Dataq$ apt-cache policy wine wine: Installiert: 1.8.7-2 Ins

Re: wine in stretch-backports

2017-09-23 Thread Reco
Hi. On Sat, Sep 23, 2017 at 10:06:28AM +0200, Rainer Dorsch wrote: > Hello, > > there have been many wine version in jessie backports, so far I have not seen > any wine versions in stretch backports. > > rd@blackbox:~/tmp.nobackup/Aglaya/Dataq$ apt-cache policy wine > wine: > Install

Re: Wine application window disappearing after switching desktops

2016-01-29 Thread Siard
On Fri, 15 Jan 2016, I wrote: > Testing here, Fluxbox, amd64. > When running a program in wine, after switching to another desktop and > switching back to the wine program, the program window has disappeared > somewhere in the background. The shortcut for cycling through programs > in the same desk

Re: wine: Bad EXE format for...

2015-12-17 Thread Saša Janiška
On Čet, 2015-12-17 at 18:51 +0100, Daniel Dominguez wrote: > You need to install wine:i386 and maybe some others 32 bits packages. When I mark wine32-preloader:i386 it synaptic shows it's broken due to missing dependency of wine32 (=1.8~rc4-1)...so have to investigate further what's going on...

Re: wine: Bad EXE format for...

2015-12-17 Thread Saša Janiška
On Čet, 2015-12-17 at 18:51 +0100, Daniel Dominguez wrote: > You need to install wine:i386 and maybe some others 32 bits packages. > Dont rembember now but i deal with that issue some time ago and was > that. OK. Will try that... > Aptitude update & upgrade after adding 386 architecture may help

Re: wine: Bad EXE format for...

2015-12-17 Thread Saša Janiška
On Čet, 2015-12-17 at 08:53 -0800, Gary Roach wrote: > You sure you want to use wine. Yes. I was so happy when recently the need to use vbox with win xp disappeared since my needs for win apps are really minimal. Sincerely, Gour -- One is understood to be in full knowledge whose every ende

Re: wine: Bad EXE format for...

2015-12-17 Thread Daniel Dominguez
You need to install wine:i386 and maybe some others 32 bits packages. Dont rembember now but i deal with that issue some time ago and was that. Aptitude update & upgrade after adding 386 architecture may help

Re: wine: Bad EXE format for...

2015-12-17 Thread Gary Roach
Hi Sasa You sure you want to use wine. I gave up on wine, started using VirtualBox and just loaded an old copy of windows xp into that. This beats wine or a dual boot system. Gary R On 12/17/2015 08:12 AM, Saša Janiška wrote: Hello, few days ago I migrated from openSUSE Tumbleweed (rolling

Re: wine: Bad EXE format for...

2015-12-17 Thread Saša Janiška
On Čet, 2015-12-17 at 17:45 +0100, Sven Arvidsson wrote: > What parts of Wine do you have installed? It sounds like the above is > the problem. $ dpkg-query -l 'wine*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig- aWait/Trig-pend |/ Err?

Re: wine: Bad EXE format for...

2015-12-17 Thread Saša Janiška
On Čet, 2015-12-17 at 11:30 -0500, The Wanderer wrote: > Do you have the i386 architecture enabled, via 'dpkg --add- > architecture i386'? Yes. > I have: >  > $ dpkg --print-architecture > amd64 > $ dpkg --print-foreign-architectures > i386 Same here. > $ apt-cache policy wine32 $ apt-cache p

Re: wine: Bad EXE format for...

2015-12-17 Thread Sven Arvidsson
On Thu, 2015-12-17 at 17:12 +0100, Saša Janiška wrote: > I see there is no wine32 and attempt to install wine32-preloader:i386 > does not work showing broken package. What parts of Wine do you have installed? It sounds like the above is the problem. -- Cheers, Sven Arvidsson http://www.whiz.se P

Re: wine: Bad EXE format for...

2015-12-17 Thread The Wanderer
On 2015-12-17 at 11:12, Saša Janiška wrote: > Hello, > > few days ago I migrated from openSUSE Tumbleweed (rolling) distro to > Debian (Sid) and migration/restoration went fine, but there is only > one problematic issue which I cannot solve - running wine which I > need for few legacy apps. > >

Re: Wine in amd64

2015-02-17 Thread Jörg-Volker Peetz
Take a look at your home directory: ls -lad ~/.wine* If there's a ~/.wine directory, rename it before starting wine64. Regards, jvp. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt

Re: Wine in amd64

2015-02-16 Thread Siard
Gary Dale wrote: > Siard wrote: > > I have a 64-bit Windows executable. > > So I created a 64-bit wine directory: > > > > WINEARCH=win64 WINEPREFIX=~/.wine64 winecfg > > > > and tried to install the program: > > > > WINEPREFIX=~/.wine64 wine ./program.exe > > > > However, I get this error

Re: Wine in amd64

2015-02-16 Thread Gary Dale
On 16/02/15 10:12 AM, Siard wrote: Hi, I have Wine installed in Jessie, amd64. First I created a 32-bit wine directory: WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg so I could install 32-bit Windows executables: WINEPREFIX=~/.wine32 wine ./program.exe Now for the first time I have a

Re: wine does nothing

2014-12-23 Thread Carl Fink
On Tue, Dec 23, 2014 at 08:30:28PM +0100, Siard wrote: [snip] > Googling around, I see that Garmin Express indeed refuses to install > under Wine. But even if it did install, Wine does not work with USB > AFAIK, so you could not access the device anyway. Wild thought, but you could try a virtual

Re: wine does nothing

2014-12-23 Thread Siard
François Patte: > I installed wine on my debian sid and tried to run this program: > > wine GarminExpress.exe You mean GarminExpressInstaller.exe, I guess. Googling around, I see that Garmin Express indeed refuses to install under Wine. But even if it did install, Wine does not work with USB AFAI

Re: wine does nothing

2014-12-23 Thread Floris
Op Tue, 23 Dec 2014 14:43:13 +0100 schreef François Patte : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonjour, I have a garmin GPS; in order to register the product and update the maps, there is only a windows application GarminExpress. I have no windows install, so I installed wine on

Re: wine does nothing

2014-12-23 Thread Simon Bell
On Tuesday 23 December 2014 14:43:13 François Patte wrote: > Bonjour, > > > I have a garmin GPS; in order to register the product and update the > maps, there is only a windows application GarminExpress. > > I have no windows install, so I installed wine on my debian sid and > tried to run this

Re: [SOLVED] Re: wine-unstable 64 bit

2014-06-20 Thread Henrique de Moraes Holschuh
On Fri, 20 Jun 2014, berenger.mo...@neutralite.org wrote: > So I was wrong. Not really surprising honestly, but I think I have > seen such assertion somewhere else from someone more knowledgeable > than me. Now you have the URL to the spec ;-) http://pubs.opengroup.org/onlinepubs/009695399/utilit

Re: [SOLVED] Re: wine-unstable 64 bit

2014-06-20 Thread berenger . morel
Le 19.06.2014 16:22, Henrique de Moraes Holschuh a écrit : On Thu, 19 Jun 2014, berenger.mo...@neutralite.org wrote: This syntax "$(command)" is not portable. It is a POSIX shell construct. Anything that doesn't implement it should not be linked to /bin/sh in the first place. So I was w

Re: [SOLVED] Re: wine-unstable 64 bit

2014-06-19 Thread Floris
Op Thu, 19 Jun 2014 15:18:34 +0200 schreef : Le 11.06.2014 14:42, Floris a écrit : If someone have any tips, tricks or commands on the shell script. I love to hear them. if [ "$(dpkg --print-architecture)" = "amd64" -a "$(dpkg --print-foreign-architectures)" != "i386" ]; then This synta

Re: [SOLVED] Re: wine-unstable 64 bit

2014-06-19 Thread Henrique de Moraes Holschuh
On Thu, 19 Jun 2014, berenger.mo...@neutralite.org wrote: > This syntax "$(command)" is not portable. It is a POSIX shell construct. Anything that doesn't implement it should not be linked to /bin/sh in the first place. http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html sec

Re: [SOLVED] Re: wine-unstable 64 bit

2014-06-19 Thread Martin Read
On 19/06/14 14:18, berenger.mo...@neutralite.org wrote: This syntax "$(command)" is not portable. The $() syntax for command substitution is *not* a bashism. It's been a POSIX Shell Command Language construct for at least a decade. http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu

Re: [SOLVED] Re: wine-unstable 64 bit

2014-06-19 Thread berenger . morel
Le 11.06.2014 14:42, Floris a écrit : If someone have any tips, tricks or commands on the shell script. I love to hear them. if [ "$(dpkg --print-architecture)" = "amd64" -a "$(dpkg --print-foreign-architectures)" != "i386" ]; then This syntax "$(command)" is not portable. If you want to w

[SOLVED] Re: wine-unstable 64 bit

2014-06-11 Thread Floris
Op Mon, 09 Jun 2014 13:44:04 +0200 schreef Ralf Mardorf : On Mon, 2014-06-09 at 11:45 +0200, berenger.mo...@neutralite.org wrote: Thank you both for your little "compile-it-yourself-how-to". I have add a patch [1] to the wine source package and successfully rebuild it. Also I have modifi

Re: wine-unstable 64 bit

2014-06-09 Thread Ralf Mardorf
On Mon, 2014-06-09 at 11:45 +0200, berenger.mo...@neutralite.org wrote: > Never tried to do that myself, but it should work: > > _ install build-dependencies of the package you want ( #aptitude > build-dep ) > _ download the source package ( $apt-get source ) > _ replace the source code with of

Re: wine-unstable 64 bit

2014-06-09 Thread Floris
Op Mon, 09 Jun 2014 11:19:32 +0200 schreef Floris : With the current version of wine64-unstable (1.7.19-1) there is no possibility to run a 64-bit wineserver floris@Alice:~$ rm -R win64 floris@Alice:~$ WINEPREFIX=/home/floris/win64 WINEARCH=win64 wine-unstable wincfg wine: created the con

Re: wine-unstable 64 bit

2014-06-09 Thread berenger . morel
Hello. Le 09.06.2014 11:19, Floris a écrit : With the current version of wine64-unstable (1.7.19-1) there is no possibility to run a 64-bit wineserver floris@Alice:~$ rm -R win64 floris@Alice:~$ WINEPREFIX=/home/floris/win64 WINEARCH=win64 wine-unstable wincfg wine: created the configuration

Re: Wine not full screen

2014-04-05 Thread Kevin Price
I was futzing around with xrandr and noticed that the only resolution available was my monitor's native resolution. Installing amd's official driver fixed this. I had to install outside of apt, because the version included in the repos hard locked my machine. Everything works great now! -- To

Re: Thank you - was [Re: Wine under Squeeze (6.0.5) - Wheere does it get put by Synaptic?]

2013-09-24 Thread Curt
On 2013-09-24, Richard Owlett wrote: >> >> /usr/share/doc/wine-doc/ ... >> >> for the package 'wine-doc' >> > > The latter is what I was looking for. I'm still getting used to > where Debian puts things. I gave you a fish; the other two posters taught you to fish, which is better. Unless you do

Thank you - was [Re: Wine under Squeeze (6.0.5) - Wheere does it get put by Synaptic?]

2013-09-24 Thread Richard Owlett
Curt wrote: On 2013-09-23, Richard Owlett wrote: [I do have *DO* have Wheezy, but that machine no work - unrelated problems] I just installed Wine including (so Synaptic verifies) the documentation. Can't find it. Where should it have been put? /usr/share/doc-base/winedev-guide /usr/share/do

Re: Wine under Squeeze (6.0.5) - Wheere does it get put by Synaptic?

2013-09-24 Thread Hugo Vanwoerkom
Alex Mestiashvili wrote: On 09/23/2013 10:46 PM, Richard Owlett wrote: [I do have *DO* have Wheezy, but that machine no work - unrelated problems] I just installed Wine including (so Synaptic verifies) the documentation. Can't find it. Where should it have been put? Only half of of the Window

Re: Wine under Squeeze (6.0.5) - Wheere does it get put by Synaptic?

2013-09-24 Thread Alex Mestiashvili
On 09/23/2013 10:46 PM, Richard Owlett wrote: [I do have *DO* have Wheezy, but that machine no work - unrelated problems] I just installed Wine including (so Synaptic verifies) the documentation. Can't find it. Where should it have been put? Only half of of the Windows programs I tested even b

Re: Wine under Squeeze (6.0.5) - Wheere does it get put by Synaptic?

2013-09-24 Thread Curt
On 2013-09-23, Richard Owlett wrote: > [I do have *DO* have Wheezy, but that machine no work - unrelated > problems] > > I just installed Wine including (so Synaptic verifies) the > documentation. > Can't find it. Where should it have been put? /usr/share/doc-base/winedev-guide /usr/share/doc-b

Re: wine-utils progress to find .

2012-06-04 Thread Camaleón
On Mon, 04 Jun 2012 12:38:27 +0700, Sthu Deus wrote: > I have such a case w/ *wine* upgrade - and it is for about a week that > the packages are held back: (...) > The following packages have unmet dependencies: wine-utils : > Depends: libwine (= 1.0.1-3.1) but 1.2.3-0.3 is to be installed. > De

Re: wine in testing

2011-09-27 Thread Ralf Mardorf
On Tue, 2011-09-27 at 20:27 +0200, Ralf Mardorf wrote: > > wine is not yet built on amd64: 1.0.1-3.1 vs 1.0.1-3.3 (missing 18 > > binaries) > > Wine for my testing is 1.0.1-3.1?! Seemingly there aren't any binaries > missing. I'm really sure that any inconsistencies on my Debian are > related to p

Re: wine in testing

2011-09-27 Thread Ralf Mardorf
> wine is not yet built on amd64: 1.0.1-3.1 vs 1.0.1-3.3 (missing 18 > binaries) Wine for my testing is 1.0.1-3.1?! Seemingly there aren't any binaries missing. I'm really sure that any inconsistencies on my Debian are related to personal audio and video needs. My Debian is stable, I only have go

Re: wine in testing

2011-09-27 Thread Ralf Mardorf
On Tue, 2011-09-27 at 17:51 +, debian-user-digest-requ...@lists.debian.org wrote: > On Tue, 27 Sep 2011 11:41:34 +0200, Maros Zilka wrote: > > > why is there wine in stable but not in testing ? > > http://release.debian.org/migration/testing.pl?package

Re: wine in testing

2011-09-27 Thread Christopher Judd
On Tuesday 27 September 2011 07:46:54 Ralf Mardorf wrote: > > > Hi, > > > > > > why is there wine in stable but not in testing ? Is there some debian > > > way to install wine on testing ? > > > > > > Thanks. > > Yes, install the version from the stable repository. FWIW, I have wine-unstable,

Re: wine in testing

2011-09-27 Thread Ralf Jung
Hi, > Compile from upstream sources? Wait until all of the above problems are > resolved? :-) There are debian packages available at http://dev.carbon- project.org/debian/wine-unstable/ however not as apt-repository. I am building wine from source, which in a 64bit system requires some 32bit- libr

Re: wine in testing

2011-09-27 Thread Camaleón
On Tue, 27 Sep 2011 11:41:34 +0200, Maros Zilka wrote: > why is there wine in stable but not in testing ? http://release.debian.org/migration/testing.pl?package=wine > Is there some debian way to install wine on testing ? Compile from upstream sources? Wait until all of the above problems are

Re: wine in testing

2011-09-27 Thread Ralf Mardorf
> > Forwarded Message > > From: Maros Zilka > > To: debian-user@lists.debian.org > > Subject: wine in testing > > Date: Tue, 27 Sep 2011 11:41:34 +0200 > > > > Hi, > > > > why is there wine in stable but not in testing ? Is there some debian > > way to install wine on testing

Re: Wine questions

2011-07-24 Thread Brad Alexander
On Sun, Jul 24, 2011 at 7:49 PM, Scott Ferguson < prettyfly.producti...@gmail.com> wrote: > On 25/07/11 05:20, Brad Alexander wrote: > > > > > Anyone got any pointers or suggestions on getting wine working well in > > Debian? > > > > Thanks, > > --b > > > > # apt-get install playonlinux > > http:

Re: Wine questions

2011-07-24 Thread Scott Ferguson
On 25/07/11 05:20, Brad Alexander wrote: > Anyone got any pointers or suggestions on getting wine working well in > Debian? > > Thanks, > --b > # apt-get install playonlinux http://www.playonlinux.com/en/ 3 out of 5 Stars - Starcraft 4 out of 5 Stars - StarCraft - Brood War (Digital Distrib

Re: wine apps from command line

2010-10-18 Thread Boyd Stephen Smith Jr.
In , T o n g wrote: >On Sun, 17 Oct 2010 22:03:13 -0500, Jordan Metzmeier wrote: >>> but not this: >>> winword path/to/myfile.doc & >> >> What error do you get? > >No error, or rather, a flood of fixme error as before. Maybe something >useful is burred there... The bottom line, the file is not op

Re: wine apps from command line

2010-10-17 Thread Klistvud
Dne, 18. 10. 2010 04:23:13 je T o n g napisal(a): Now that I'm installing Ms Office under wine now, and I miss the ability to run wine apps as simple commands. WINEPREFIX=/some/lengthy/path/to/your/wine/profile wine /other/lengthy/path/to/your/wine/profile/drive_c/programs/some/serious

Re: wine apps from command line

2010-10-17 Thread Jordan Metzmeier
On 10/17/2010 09:55 PM, T o n g wrote: > > but not this: > > winword path/to/myfile.doc & > What error do you get? -- Jordan Metzmeier -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: h

Re: wine apps from command line

2010-10-17 Thread Jordan Metzmeier
On 10/17/2010 09:23 PM, T o n g wrote: > Hi, > > When I used cxoffice to install Ms Office suits, I was able to invoke > Office suit tools as plain Linux commands. E.g., > > winword myfile.doc & > > the cxoffice provided winword takes care of all the rest. > > Now that I'm installing Ms Offi

Re: WINE in Squeeze taking associations of everything

2010-09-03 Thread Alain Baeckeroot
Le 03/09/2010 à 05:28, GhostlyDeath a écrit : > > Hello, with the current WINE in Squeeze, all the file associations > change and this is very annoying and as such I cannot have WINE > installed, which means not testing my programs in a Windows-Like > environment. WINE ruins my desktop completely.

Re: Wine installation fails

2010-08-25 Thread Juha Tuuna
On 25.8.2010 0:42, Gary Roach wrote: > I just installed wine 1.0.1, Debian squeeze. The package never > registered with the menu system. When I attempted to install MATLAB from > disk, I got the following error: > r...@supercrunch:/home/wine# wine /media/cdrom0/setup.exe > No protocol specified > N

Re: Wine and itunes [digressing..]

2009-05-12 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > On Wed, May 06, 2009 at 08:56:15AM -0400, Christopher Judd wrote: >> My son is fed up with Windows and wants to purge it from his system, >> and run ubuntu or debian. The only thing holding him back at this time >> is itunes. Like most teena

Re: Wine and itunes

2009-05-06 Thread Raquel
On Wed, 6 May 2009 18:46:29 -0400 JoeHill wrote: > Raquel wrote: > > > On Wed, 6 May 2009 11:39:25 -0400 > > JoeHill wrote: > > > > > Raquel wrote: > > > > > > > On Wed, 6 May 2009 08:56:15 -0400 > > > > Christopher Judd wrote: > > > > > > > > > My son is fed up with Windows and wants

Re: Wine and itunes

2009-05-06 Thread JoeHill
Raquel wrote: > On Wed, 6 May 2009 11:39:25 -0400 > JoeHill wrote: > > > Raquel wrote: > > > > > On Wed, 6 May 2009 08:56:15 -0400 > > > Christopher Judd wrote: > > > > > > > My son is fed up with Windows and wants to purge it from his > > > > system, and run ubuntu or debian. The only

Re: Wine and itunes

2009-05-06 Thread JoeHill
Raquel wrote: > On Wed, 6 May 2009 11:39:25 -0400 > JoeHill wrote: > > > Raquel wrote: > > > > > On Wed, 6 May 2009 08:56:15 -0400 > > > Christopher Judd wrote: > > > > > > > My son is fed up with Windows and wants to purge it from his > > > > system, and run ubuntu or debian. The only

  1   2   3   4   5   >