Crossover macOS settings

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
sylhuot
Junior Member
Junior Member
Posts: 15
Joined: 2021-12-07, 21:35 UTC
Location: Canada

Crossover macOS settings

Post by *sylhuot »

Hi!

I wanted to share with you my Total Commander settings when using it under Crossover on macOS. If you have any interesting, don't hesitate to share!

Configuration -> Options -> Font
- File list font: Open Sans, 9 or Segoe UI, 9
- Main window font: Open Sans, 9 or Segoe UI, 9
- Dialog box font: Microsoft Sans Serif, 8

Open Sans from Google: https://fonts.google.com/selection

Configuration -> Options -> Edit/View
- Editor: /bin/sh -c "open -a TextMate ""$(realpath ""$(wine winepath --unix ""%1"")"")"""

Textmate: https://macromates.com/

Configuration -> Options -> Thumbnails

- Thumbnail size: 96 x 96

Configuration -> Options -> Ignore List

- .DS_Store

Configuration -> Button bar

- Button bar size: 64 x 48

- Open Finder from current dir: /bin/sh -c "open ""$(realpath ""$(wine winepath --unix ""%P"")"")"""
- Open Terminal from current dir: /bin/sh -c "open -a Terminal ""$(realpath ""$(wine winepath --unix ""%P"")"")"""
- Documents button: cd y:\Documents
- Downloads button: cd y:\Downloads
- Google drive button: cd y:\Google Drive
- Volumes button: cd z:\Volumes

Internal associations:

If Crossover didn't take care of it at installation, you may apply instructions from: https://www.ghisler.ch/wiki/index.php/Total_Commander_under_Wine

Lister -> Configure

- Font ANSI: Bitstream Vera Sans Mono, Normal, 10
- Font ASCII: Bitstream Vera Sans Mono, Normal, 10
- Variable: Arial, Normal, 10
Post Reply