# Removing pre-15.3 Kiosk Customizations (macOS/Windows) 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. The look of the FileWave desktop Kiosk was customized using [Qt Style Sheets](https://doc.qt.io/qt-5/stylesheet.html). You would have had to create a file named fwGUI.qss 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+)](https://kb.filewave.com/books/kiosk/page/setting-the-primary-colour-name-and-logo-in-kioskapp-portal-160 "Setting the Primary Color, Name and Logo in Kiosk/App Portal (15.3+)") and [Applications Preventing Reboot (macOS/Windows)](https://kb.filewave.com/books/kiosk/page/applications-preventing-reboot-macoswindows "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 out and logs in again. # Menu 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 on FileWave 15.3. ##### **Example** ``` window_title = "Your New Window Title" show_top_downloads = true hide_system_tray = false ``` - The "*window\_title*" attribute was displayed in the menu bar menu item - as well as in the kiosk window title area. - The "*show\_top\_downloads"* attribute was used to hide the top downloads UI on a per client basis. - "*hide\_system\_tray*" determined whether or not there will be an icon displayed in the system tray. Setting 'false' will force the Kiosk to show even with no current association.

Example Filesets that you might have used to push out these settings: Windows (64) - [Kiosk\_Customizer\_for\_Windows64.fileset.zip](https://kb.filewave.com/attachments/13) Windows (32) - [Kiosk\_Customizer\_for\_Windows32.fileset.zip](https://kb.filewave.com/attachments/14) macOS - [Kiosk\_Customizer\_for\_macOS.fileset.zip](https://kb.filewave.com/attachments/15) macOS/Windows - [Applications Preventing Reboot](https://kb.filewave.com/books/kiosk/page/applications-preventing-reboot-macoswindows "Applications Preventing Reboot (macOS/Windows)")

# 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.
File nameDescriptionExamplePixel Size
action\_back.pngIcon for the "Back" action in the Software Installation dialog![DesktopKiosk-back.png](https://kb.filewave.com/uploads/images/gallery/2023-06/QYKA4XyyCrJF9o69-desktopkiosk-back.png)48x48
action\_forward.pngIcon for the "Forward" action in the Software Installation dialog![DesktopKiosk-fwd.png](https://kb.filewave.com/uploads/images/gallery/2023-06/iTEIFIKzn4QwOYdy-desktopkiosk-fwd.png)48x48
background\_icon.pngIcon used for the watermark(FileWave icon)512x512
rating\_star\_half.pngIcon for half a rating star![DesktopKiosk-star_half.png](https://kb.filewave.com/uploads/images/gallery/2023-06/ArUAe5nOnR9aDVJB-desktopkiosk-star-half.png)40x40
rating\_star\_off.pngIcon for a rating star that is off![DesktopKiosk-star_off.png](https://kb.filewave.com/uploads/images/gallery/2023-06/E8BRpxQQDnOOjqHV-desktopkiosk-star-off.png)40x40
rating\_star\_on.pngIcon for a rating star that is on![DesktopKiosk-star_on.png](https://kb.filewave.com/uploads/images/gallery/2023-06/6uq5CiCurSOsGjUS-desktopkiosk-star-on.png)40x40
tray\_icon.pngSystem tray icon. If missing, the background\_icon.png is used.(FileWave icon)16x16
warning.pngWarning icon, displayed when a fileset has problems (e.g. missing VPP user)![DesktopKiosk-error_red-cir_status.png](https://kb.filewave.com/uploads/images/gallery/2023-06/aI9dBbgaF1LAXF0v-desktopkiosk-error-red-cir-status.png)64x64
## Related Content - [Setting the Primary Colour, Name and Logo in Kiosk/App Portal (16.0+)](https://kb.filewave.com/books/kiosk/page/setting-the-primary-colour-name-and-logo-in-kioskapp-portal-160 "Setting the Primary Colour, Name and Logo in Kiosk/App Portal (16.0+)")