https://bugs.winehq.org/show_bug.cgi?id=5579
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
URL|http://ability.com/v4/downl |https://web.archive.org/web
|oad.php |/20060919183247/http://www.
| |abilitydownload.com:80/down
| |load4/ability4_15/setup.exe
Hardware|Other |x86
OS|other |Linux
Keywords| |Installer
Version|unspecified |0.9.16.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5678
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
Fixed by SHA1| |9e7f182871b4e79d0a1092bf4f4
| |39ef5c3d885e9
Version|unspecified |0.9.17.
CC| |focht(a)gmx.net
URL|http://public.planetmirror. |https://web.archive.org/web
|com/pub/openoffice/stable/2 |/20211114193729/http://arch
|.0.3/OOo_2.0.3_Win32Intel_i |ive.apache.org/dist/incubat
|nstall_wJRE.exe |or/ooo/stable/2.2.0/OOo_2.2
| |.0_Win32Intel_install_wJRE_
| |en-US.exe
--- Comment #8 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20211114193729/http://archive.apache.org/dist/i…
$ sha1sum OOo_2.2.0_Win32Intel_install_wJRE_en-US.exe
0e76bf75cc7cde82e1d8ed8f0036168c13f086ec
OOo_2.2.0_Win32Intel_install_wJRE_en-US.exe
$Â du -sh OOo_2.2.0_Win32Intel_install_wJRE_en-US.exe
109M OOo_2.2.0_Win32Intel_install_wJRE_en-US.exe
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5392
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
CC| |focht(a)gmx.net
URL|http://www.microsoft.com/do |https://web.archive.org/web
|wnloads/details.aspx?Family |/20060713092657/http://down
|ID=a55b6b43-e24f-4ea3-a93e- |load.microsoft.com/download
|40c0ec4f68e5&DisplayLang=en |/a/5/f/a5f0d781-e201-4ab6-8
| |c6a-9bb4efed1e1a/PSDK-x86.e
| |xe
OS|other |Linux
Fixed by SHA1| |d1617bea17b8614303ef5b19851
| |e18f25b66a250
Hardware|Other |x86
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5680
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
OS|other |Linux
Keywords| |Installer
Version|unspecified |0.9.17.
CC| |focht(a)gmx.net
URL|http://www.microsoft.com/do |https://web.archive.org/web
|wnloads/details.aspx?Family |/20060713092657/http://down
|ID=a55b6b43-e24f-4ea3-a93e- |load.microsoft.com/download
|40c0ec4f68e5&DisplayLang=en |/a/5/f/a5f0d781-e201-4ab6-8
| |c6a-9bb4efed1e1a/PSDK-x86.e
| |xe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42222
Bug ID: 42222
Summary: BCG Month/Year list goes behind date control.
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 56862
--> https://bugs.winehq.org/attachment.cgi?id=56862
Show the control behind the Month picker
Run BCGPControls.exe
Select Time Controls on the left hand side.
In CBCGDataTimeCtrl the group
Use the dropdown arrow to show a Date picker.
Click on the Month/Year header this popup.
The Month/year List now appears behind the Calender.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7695
--- Comment #25 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with wine-6.21. I did not understand how to reproduce
it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5382
--- Comment #34 from Zebediah Figura <z.figura12(a)gmail.com> ---
There's currently no way to run a prefix-agnostic script like you're talking
about in Wine. I don't think it would be excessively hard to add, on the other
hand. The more I think about it, the more I think that it's a good idea...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5382
--- Comment #33 from Bamm Gabriana <bammgabriana(a)gmail.com> ---
Let me try again: What I meant was that the default prefix is the only one that
I can assume to exist; all other prefixes are on a path that is arbitrarily
decided by the user.
Hence, if I automate writing system colors into wine when user change themes,
then $HOME/.wine is the only one that I can automate.
If user creates a new wine prefix for an app he installs, then user would have
to manually run the script on that prefix:
WINEPREFIX=/path/to/prefix /path/to/script
to update its system colors before he runs his app. This manual act by the user
is what I want to avoid.
If someone runs a program in wine, the program should appear in the current
theme colors, without end user having to do anything.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.