Whisky-App / Whisky

A modern Wine wrapper for macOS built with SwiftUI
https://getwhisky.app
GNU General Public License v3.0
11.87k stars 254 forks source link

[Feature]: How to open a Task Manager? #698

Open elbarto140948 opened 9 months ago

elbarto140948 commented 9 months ago

Is your feature request related to a problem?

Its not a feature obviously, but how can I open a Task Manager like in windows to kill the process I need (Steam)

Describe the solution you'd like

Command or button to open a Task Manager like in Windows

Anything else?

.

Issue Language

cuba commented 9 months ago

Might be a good addition to add access to the taskmg from the app. Which is pretty straightforward. But in the meantime this terminal command should work for you:

WINEPREFIX=/Users/$USER/Library/Containers/com.isaacmarovitz.Whisky/Bottles/{bottleID} /Users/$USER/Library/Application\ Support/com.isaacmarovitz.Whisky/Libraries/Wine/bin/wine64 taskmgr

Note that you need to replace the bottleID with the actual bottle ID. You can get that by clicking on "Open C: Drive" and copying the folder name (example: 10FDC11D-FF1E-484F-839B-31BF4A3DF85F)

stepanjakl commented 8 months ago

Thanks @cuba, that works! Just FYI for anyone trying this, if you're getting an error like this Server is running with WINEESYNC but this process is not, please enable WINEESYNC or restart wineserver. - simply close all running applications first, and then execute the command.

stepanjakl commented 8 months ago

I also face an issue where I would like to disable programs from getting launched on system startup. However, it seems that the Startup tab is not available in the Task Manager. Any ideas?