All Projects → MarLoe → Vmware.preferencepane

MarLoe / Vmware.preferencepane

Licence: mit
System Preferences pane to change screen resolution on your macOS guest.

Projects that are alternatives of or similar to Vmware.preferencepane

Vsphere Modules
This is my Module Collection for VMware vSphere
Stars: ✭ 18 (-84.62%)
Mutual labels:  vmware
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+830.77%)
Mutual labels:  vmware
Vctl Docs
VMware vctl Docs
Stars: ✭ 95 (-18.8%)
Mutual labels:  vmware
Vsphere2metrics
VMware vSphere Performance Metrics Integration with Graphite & InfluxDB
Stars: ✭ 28 (-76.07%)
Mutual labels:  vmware
Theserverroom
Weekly shows notes are added here.
Stars: ✭ 49 (-58.12%)
Mutual labels:  vmware
Container Service Extension
Container Service for VMware vCloud Director
Stars: ✭ 66 (-43.59%)
Mutual labels:  vmware
Vm
💻☁📦 The (official) Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4).
Stars: ✭ 716 (+511.97%)
Mutual labels:  vmware
Community.vmware
Ansible Collection for VMWare
Stars: ✭ 104 (-11.11%)
Mutual labels:  vmware
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+797.44%)
Mutual labels:  vmware
Powershell
PowerShell functions and scripts (Azure, Active Directory, SCCM, SCSM, Exchange, O365, ...)
Stars: ✭ 1,302 (+1012.82%)
Mutual labels:  vmware
Lc3
Stars: ✭ 29 (-75.21%)
Mutual labels:  vmware
Awesome Vsan
Awesome List of VMware vSan Resources
Stars: ✭ 47 (-59.83%)
Mutual labels:  vmware
Packer Centos 6
This build has been moved - see README.md
Stars: ✭ 78 (-33.33%)
Mutual labels:  vmware
Ovfconf
Linux VM configuration with OVF (ovftool) and VMware vApp properties
Stars: ✭ 22 (-81.2%)
Mutual labels:  vmware
Vagrant Docker Vm
💻 Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
Stars: ✭ 97 (-17.09%)
Mutual labels:  vmware
Vmware escape
VMware Escape Exploit before VMware WorkStation 12.5.5
Stars: ✭ 808 (+590.6%)
Mutual labels:  vmware
Cloud Portal
Self service web portal for different Cloud platforms like Azure, AWS and VMWare vSphere.
Stars: ✭ 60 (-48.72%)
Mutual labels:  vmware
Ezmomi
cli tool for common VMware vSphere tasks
Stars: ✭ 112 (-4.27%)
Mutual labels:  vmware
Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (-13.68%)
Mutual labels:  vmware
Vagrant Osx
Vagrant setup for Mac OS X
Stars: ✭ 83 (-29.06%)
Mutual labels:  vmware

AppIcon VMware.PreferencePane

GitHub license

This is a System Preferences pane to change screen resolution on your macOS guest.

VMware.prefPane

Introduction

When running macOS as a guest on a WMware host, the way you change screen resolution is using a command line tool that comes with VMware Tools:

/Library/Application Support/VMware Tools/vmware-resolutionSet <width> <height>

I access my virtual macOS via VNC Viewer from different workstations with different screen sizes. This leaves me with the need to change screen size often - and for some reason I always has to google how to do this.

Installing - Using The Installer

Download VMware.prefPane.pkg and run it.

You might have to right click and select "Open" from the popup menu.

NOTE: The installer is only able to install the VMware Preferene Pane for all users.

Installing - Manual

Please download and unzip VMware.prefPane.zip from the latest release.

Then open it by double clicking it. If you get a message that "VMware.prefPane can't be opened because it is from an unidentified developer", then you can right-click "VMware.prefPane" and select open from the menu.

You can also manually copy the VMware.prefPane to one of these locations:

Current user

~/Library/PreferencePanes

cp -r VMware.prefPane ~/Library/PreferencePanes/

All users

/Library/PreferencePanes

cp -r VMware.prefPane /Library/PreferencePanes/

macOS Catalina

On macOS Catalina it seems to be even harder to run an unsigned custom preference pane. But here is how. Once you have installed the VMWare preference pane, try to start it. You might get this error message:

VMware.prefPane

If this happens, you should go to "Security & Privacy" and click the "Open Anyway" button:

VMware.prefPane

It will most likely result in an error message saying: "Could not load VMware preference pane." That is not a problem, just press Ok. Now you should quit the System Preferences aand the open it again. Now when you select the VMWare preference pane, you should get the old familiar warning where you can select "Open":

VMware.prefPane

Alternatively to all this, you could just remove the quarantine Extended Attribute on the file from ther terminal:

sudo xattr -d com.apple.quarantine /Library/PreferencePanes/VMware.prefPane

Thanks to melmaninga for suggesting this.

Uninstall

Right-click on the VMware icon in System Preferences.

Remove VMware Preference Pane

You can also delete it manually by removing the "VMware.prefPane" file from either

~/Library/PreferencePanes

or

/Library/PreferencePanes

Building

This project uses cocoapods. Please install cocoapods and from the terminal run this command from the project root folder:

pod install

Open the VMware.PreferencePane.xcworkspace workspace and build the project as normal.

Debugging

Since "System Integration Protection" was introduced in macOS it is no longer possible to debug system shipped applications.

There are few workarounds for this.

One is of cause to disable System Integration Protection. I find that too invasive.

Another is making a copy of the "System Preferences" application and resign it. See stackoverflow for more information on this approach.

I went with the test bed application. So I created "VMware.Debug", which basically loads the VMware.prefPane and displays it. Simply select this target and press "Run".

Selecting the "VMware" target will launch the VMware.prePane initiating a (re)install in "System Preferences" application. You won't be able to debug, but you can test the preference pane live.

Sometimes it can be neccessary to remove the existing instalation from the "System Preferences" application first.

Remove VMware Preference Pane

TL;DR

Download VMware.prefPane.pkg and run it!

License

VMware.PreferencesPane is released under the MIT License.

Acknowledgements

VMware is a registered trademark of VMware Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].