Winehelper Replacement: New Bottlelauncher

Keep me going
give me coffee! Smoke 1 Smoke 2 Smoke 3

I've replaced the startup script of the Bottler with a cocoa app. This way I have more control over the wrapped app. Right now it supports the following things:

  • Drag'n'Drop of file(s) on the Bottle
  • the prefix of the bottle is copied to "~/Application Support/wine/prefixes" the first time it is run. This way we don't get into troubles with writing privileges in "/Applications". The prefixes can easily deleted from the prefix manager.
  • the Bottle stays in the Dock once launched (allows selecting of the app)
  • fast App switching to the Bottle (cmd-tab)
  • fast App switching & termination of the Bottle (cmd-tab, cmd-q)

Lots of small improvements to the app like

  • predefined apps sit in a .plist now, that could be maintained and hosted on the internet for rapid updates (again a shout for the appdb to offer an interface for wine front-ends)
  • new Bottler window (we're still not there, but better 🙂 )
  • Sparkle works from this version on (i.e. autoupdate of wine) you can manually see the rss entries of the sparkle appcast here: //www.kronenberg.org/wine/appcast.php

My mind is on:

  • Status menu: Better support to display and terminate all exe's running (ps aux | grep .exe)
  • replace the overlay displayed while prefix creation with the "action window" from the bottler
  • finer grained feedback in the "action window"
  • visual feedback when bottles are started to assure people that something is happening
  • is there .otf font support in wine?

Long talk, here is the file: WineBottler_1.1.21.zip, and again, this is deepest dev work:

  • it has loads of errors
  • hide all previous Winehelper.app, Wine.app and WineBottler.app.
  • bottles created with earyer versions are probably not going to work with this.

enjoy.
Mike

PS.
If You really need "Internet Explorer 7.0" You could give this build a try. "Internet Explorer 6.0" is not working atm.

Darwine 1.1.21

If you want a stable release, please stay with 1.0.1

//www.kronenberg.org/darwine/

For Intel Macs with Tiger or Leopard.
Comes with all needed libraries, bins and TRiX.

enjoy

Winehelper Replacement

put-up or shut-up 😀

I had my troubles with winehelper lately. And I had my own ideas of what a wine wrapper could look like on OS X 🙂 . So I made my little list. I did a rather quick (and dirty) programming of it to test the features and gain some look and touch experience of the different features I would like in a wrapper app for wine.

I'd like to give the cracks out there a testride on it. IF YOU JUST NEED WINE, STAY FAR AWAY FROM IT! It' still VERY buggy.

What are the main changes/features?

  • the app sits in the status bar
  • support for .app bottles (windows applications & prefix wrapped inside an .app)
  • easy managing of different prefixes (searched by spotlight)
  • fast access to winefile, regedit, winecfg inside every prefix
  • sparcle updates
  • support for .bat files
  • no unnecessary windows on screen
  • mac specific registry entries (coreaudio, antialiasing, symlinking of OS X fonts)

Wine_1_1_20.zip

Here is the current state of things:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
********************************************************************************
Implemented features
 
- StatusMenu
	- Icon
	- current prefix
		- start WineFile
		- start RegEdit
		- start WineCfg
		- show winetricks
	- running exes
		- show name of exes
		- kill running exes
	- options
		- show Prefix Manager
		- show Bottler
		- show Preferences..
		- show Wine.log
	- show Quit Dialog
 
- Task
	- start exe
	- enable Wine.log
 
- Prefix Manager
	- remember on or offscreen at start
	- stay on top of all windows
	- check for obsolete prefixes
	- search with Spotlight
		- for system.reg in visible folders
		- for selfcontained .app prefixes
		- reload button for search
	- search for ~/.wine prefix
	- create new prefixes
		- show overlay during creation of new prefix
		- add registry entries for coreaudio and antialiasing
		- add an icon
	- remove prefixes
	- show prefixes in the Finder
 
- Winetricks
 
- Bottler
	- create predefined apps
		- predefined apps
			- Internet Explorer 6.0
			- Internet Explorer 7.0
			- Filzip 3.06
		- standart apps
		- apps with custom script
	- create custom apps
		- select install file
		- select exe to execute
	- create Log if installation fails
 
- Preferences
	- remember on or offscreen at start
	- stay on top of all windows
	- enable/disable Wine.log
	- enable/disable Automatic updates with Sparcle
 
- Quit Dialog
	- custom dialog window on top off all other windows
	- kill all instances of wine
 
 
 
 
********************************************************************************
TODO
- MainMenu
	- Icons for Files
		- .exe
		- .msi
		- .bat
		- .Lnk
 
- Winetricks
	- visual Winetricks
		- simple selfbuilding gui generated from winetricks
	- set winetricks_cache to application support
 
- Bottler
	- predefined apps
		- add icon
	- create custom apps
		- visual winetricks
		- add icon

enjoy

Mike

PS.
Internet Explorer 7 worked better with 1.1.19.

[update]
Workaround for installing IE7: Select "no updates" in the IE7 installer and manually copy the generated .app when ask by the IE7 installer if you would like to restart now. The IE7 installer will throw an error the moment you click that button, which triggers the wine bottler to remove the app. But the copied .app is functional. Enjoy.

[update 2]
If You try to create a custom bottle with the bottler, remove all spaces from the installers name. (txs ViRGE)

Darwine 1.1.18

Uh, lot o' dust in here!

If you want a stable release, please stay with 1.0.1

//www.kronenberg.org/darwine/

For Intel Macs with Tiger or Leopard

comes with all needed libraries, bins and TRiX

As we had some updates during the last months: built against

enjoy

State of things

Before X-Mas, I tried to include a custom mesa lib, to enable Tiger systems to use OpenGL. There is some work to be done to rename the project from Darwine to Wine, too. (As discussed on Wine-Devel.)
Reading the changelog of Wine is very exciting, as it will help the ies4osx project dramatically.
"Recent" Blog enties and builds, or the lack therof, are documenting very well, that I'm a little out off sync as my spare time for lots of projects has drained up in the last weeks.
So I'm very happy to have James providing a recent Build in the next days... that will uploaded and posted here as usual.

Cya soon.
mike