Categories
- AdSense
- Configurations
- Desktop
- Enlightenment
- Gadjet
- IT News
- Jurnallinux
- linux
- Linux Tips
- Misc
- mobile
- Products
- Programming
- Projects
- Software
- System
- Uncategorized
- wine
Blogroll
Re: [Wine] Emulated application retrieve wine version
On Monday February 11 2008 15:02:22 A. Tres Finocchiaro wrote: Well, if so then isn’t harmful but as I already said providing mechanism to _______________________________________________
> I think his goal was simply to display it on the screen for his users, so
> they can easily deliver that information without knowing much about linux.
> It is a notable request.
>
> Think of a “powered by wine” logo in the upper right hand corner. I will
> help him, as a software developer to distinguish what clients are running
> wine, and what wine versions they are having their issues with.
>
> I don’t think Cedric is trying to code Wine-version-specific work-arounds.
disable such detection is good idea anyway, like command-line switch (useful
if user dislike such things like additional logos not shown on Windows,
etc.).
wine-users mailing list
wine-users@winehq.org
http://www.winehq.org/mailman/listinfo/wine-users
Monday ~ February 02, 2008 by admin Posted in linux | No Comments
Re: [e-users] edevelop.org >Debian depostory
Nicolas Pichon a =E9crit : > Hi, > I have problems with packages from alphagemini.org’s debian repository. = > Whenever I try to load a module, I have an error, enlightenement = > complaining because it can’t find = > /linu-gnu-x86_64/module.so . The packages from your repo = > provide = > /usr/lib/enlightenment/modules//linux-gnu-i686/module.so . = > I am running an i686 laptop, so it must be a problem at compilation. Yes it’s normal. I have the same problem here. I have reposrted the = problem to Falko. He’s busy at the moment. He will update his repository = as soon as possible. > Regards, Regards, > Nicolas. ————————————————————————-
> giggz a =E9crit :
>> Figaro a =E9crit :
>>> Thank you.
>>> Yes, Ubuntu has a lot of “unique” stuff tweaked into it
-
>>>
>>>
>>
>> Hi,
>>
>> see that :
>> http://xsm.alphagemini.org/E17/repository/
>>
>> the second one is not completly ready now…but it should come
>> GiGGz
>>
> =
> =
> =
> =
Guillaume
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Monday ~ February 02, 2008 by admin Posted in linux | No Comments
Re: [Wine] Emulated application retrieve wine version
–===============4930575468318043147== ——=_Part_10964_18204198.1202742142338 I think his goal was simply to display it on the screen for his users, so Think of a “powered by wine” logo in the upper right hand corner. I will I don’t think Cedric is trying to code Wine-version-specific work-arounds. -Tres On Mon, Feb 11, 2008 at 8:43 AM, L. Rahyen wrote: > On Monday February 11 2008 10:59:40 C=E9dric MARCOUX (sprimont) wrote: –=20 ——=_Part_10964_18204198.1202742142338 I think his goal was simply to display it on the screen for his users, so t= Think of a "powered by wine"= I don't think Cedric is trying to code Wine-version-specific work-a= -Tres > Hi all, By definition, if you are trying to detec= – ——=_Part_10964_18204198.1202742142338– –===============4930575468318043147== _______________________________________________ –===============4930575468318043147==–
Content-Type: multipart/alternative;
boundary=”—-=_Part_10964_18204198.1202742142338″
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
they can easily deliver that information without knowing much about linux.
It is a notable request.
help him, as a software developer to distinguish what clients are running
wine, and what wine versions they are having their issues with.
> > Hi all,
> >
> > i’m currently writing Win32 application under Delphi.
> > I do all possible to get it compatible with wine.
> > For design purpose I have made a little check to know in my application
> > is run under wine or not.
> > I just make a registry test to know if wine registries entry exist or
> > not and it work fine.
> > If exist I display a nice tux logo inside my appz ![]()
> >
> > However, I was wondering if there is a way to get from my emulated
> > application the version of wine that host it?
>
> By definition, if you are trying to detect WINE and this is
> successful – this
> is a bug. And there is no warranty that registry key you are testing
> doesn’t
> exist on Windows or exist on WINE (at least user can create it by hand in
> Windows registry or remove it in WINE registry; or after some time it
> might
> be changed/removed in WINE registry).
> If there is any bugs, please report them at http://bugs.winehq.org=
.
> If you decide to keep WINE-detection at least provide documented
> command-line
> keys to disable it. For example, I saw one application that tries to
> detect
> WINE and if this is successful it changes its behavior in some places and
> I
> prefer to disable that because modern WINE works much better that at the
> time
> the program (and its WINE-related workarounds) was created.
> In other words, any attempt to detect WINE, or, even worse, its
> version, is
> strongly discouraged practice (because relying on such a thing means
> relying
> on bugs).
> If you *really* require some workarounds ASAP, then you can give a
> user to
> choose (either in menu/options dialog or at first startup) does he/she us=
e
> WINE or not – but this is also discouraged practice.
> Don’t forget to report a bug if you found one!
>
> _______________________________________________
> wine-users mailing list
> wine-users@winehq.org
> http://www.winehq.org/mailman/listinfo/wine-users
>
- Tres.Finocchiaro@gmail.com
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
hey can easily deliver that information without knowing much about linux.&n=
bsp; It is a notable request.
logo in the upper right hand corner. I will help him, as a software =
developer to distinguish what clients are running wine, and what wine versi=
ons they are having their issues with.
rounds.
at 8:43 AM, L. Rahyen <research@=
science.su> wrote:
>
> i'm currently writing Win32 application under Delphi.
> I do all possible to get it compatible with wine.
> For design purpose I have made a little check to know in my applicatio=
n
> is run under wine or not.
> I just make a registry test to know if wine registries entry exist or
> not and it work fine.
> If exist I display a nice tux logo inside my appz
>
> However, I was wondering if there is a way to get from my emulated
> application the version of wine that host it?
t WINE and this is successful – this
is a bug. And there is no warranty that registry key you are testing doesn&=
#39;t
exist on Windows or exist on WINE (at least user can create it by hand in
Windows registry or remove it in WINE registry; or after some time it might=
be changed/removed in WINE registry).
If there is any bugs, please report them at http://bugs.winehq.org .
If you decide to keep WINE-detection at least p=
rovide documented command-line
keys to disable it. For example, I saw one application that tries to detect=
WINE and if this is successful it changes its behavior in some places and I=
prefer to disable that because modern WINE works much better that at the ti=
me
the program (and its WINE-related workarounds) was created.
In other words, any attempt to detect WINE, or,=
even worse, its version, is
strongly discouraged practice (because relying on such a thing means relyin=
g
on bugs).
If you *really* require some workarounds ASAP, =
then you can give a user to
choose (either in menu/options dialog or at first startup) does he/she use
WINE or not – but this is also discouraged practice.
Don't forget to report a bug if you found o=
ne!
wine-users mailing list
wine-users@winehq.org
http://www.winehq.org/mailman/listinfo/wine-users
- Tres.Finocchiaro@gmail.com
Content-Type: text/plain; charset=”us-ascii”
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
wine-users mailing list
wine-users@winehq.org
http://www.winehq.org/mailman/listinfo/wine-users
Monday ~ February 02, 2008 by admin Posted in linux | No Comments
