macOS and VMs
Prior to FileWave 15.3 you had a method of customizing the Kiosk that is not used in 15.3 and beyond. Some of the customizations will be ignored with 15.3, but there are things you'll want to potentially remove and you may want to stop pushing out customizations that are no longer enforced. This article is a paired down version of the old article and simply contains information on what customizations you might have had in the past so you can look to potentially remove the files/edits.
Description
The looknew ofKiosk requires 'Metal' support. VMware does not support metal by default. It is possible to add support, however the FileWavedetails desktopprovided are Beta and not only may the VM become unstable, but the host may also Kernel Panic.
Use cautiously
Without the necessary configuration, the new Kiosk waswill customizednot using Qt Style Sheets. You would have had to create a file named fwGUI.qssshow and deploy it to clients in the right location. Several icons were also customizable by placing your custom icon in the right place with the right file name. All of this can be deployed via a Fileset.
Check out Setting the Primary Color, Name and Logo in Kiosk/App Portal (15.3+) and Applications Preventing Reboot (macOS/Windows) for the things that can be customized in FileWave 15.3 and beyond.
Deploy
fwGUI.qss -- You would have created a Fileset containing the fwGUI.qss and the icons, then associate it to the desired clients. The directory where these files was placed depends on the operating system. In 15.3 and beyond you don't want to push the qss file or icons out as they will have no effect on the Kiosk.
macOS
/usr/local/sbin/FileWave.app/Contents/Resources/fwGUI.app/Contents/custom
Windows
C:\Program Files\FileWave\custom (might be "Program Files (x86)", depending on the platform)
The changes will only be visible in the desktop Kiosk after the user logs outwill andshow logssomething in again.like:
Menu2024-05-13 Bar/System Tray Settings
2024-05-13 Bar/System Tray Settings
settings.ini -- contained generic kiosk ui settings. Especially important is that if hide_system_tray = false that you will end up with 2 icons for the Kiosk where one is the old Kiosk if you are on10:40:15.324 FileWave 15.3.
Example
Could window_titlenot =acquire "YourMetal Newdevice.
Window2024-05-13 Title"10:40:25.936 show_top_downloadsFileWave =Kiosk[1241:5674] trueUnable hide_system_trayto =create falseFlutterView; no MTLDevice or MTLCommandQueue available.
Configuration
The
"window_title"followingattributeconfigurationwas displayed inrequires themenuVMbartomenubeitemshutdown-(notaspaused)wellpriorastoinediting.Locate the
kioskcontainingwindowfoldertitle area.The "show_top_downloads"attribute was used to hideof thetopVM.downloadsWithinUI on a per client basis."hide_system_tray" determined whether or not therethis will beanaicon.vmxdisplayedfile. For example, if the containing VM Folder were called 'macOS 12.vmware, the file to edit should be called 'macOS 12.vmx':/Users/sholden/Documents/Virtual\ Machines/macOS\ 12.vmwarevm/macOS\ 12.vmx
Add the following two lines:
appleGPU0.present = "TRUE" svga.present = "FALSE"
Once added, the VM may then be booted. To remove this configuration, again shutdown the VM, edit the file, this time removing these two entries.
Although this may work, in
testthe system tray. Setting 'false' will forcepractice theKioskVM crashed too often or became seemingly unusable. Since the host may also Kernel Panic, recommendation would be toshowavoidevenconfiguringwiththisnooncurrentVMassociation.Exampledevices,Filesetsunlessthatabsolutelyyounecessary.mightEvenhavethen,usedconsidertoundoingpushthisout these settings:Windows (64) -Kiosk_Customizer_for_Windows64.fileset.zipWindows (32) -Kiosk_Customizer_for_Windows32.fileset.zipmacOS -Kiosk_Customizer_for_macOS.fileset.zipmacOS/Windows -Applications Preventing Reboot
Customizable icons
You might have included icon files that you used to replace them in Kiosk before 15.3. These icons will not appear in 15.3 or newer.
Related Content
completed.