Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

default-black.css missing

Featured Replies

A few weeks ago a read about people customizing the UI a bit and did a bit myself in changing the font colors.  It looked great and was working fine but today I rebooted my server and the UI is all messed up.  No background or buttons and the text is all misaligned and stuff.  If I select another theme everything is OK.  So I must have butchered something and I wnet to see what was up and I can't find default-black.css under /usr/local/emhttp/plugins/dynamix/styles.  default-azure.css, default-gray.css and default-white.css are there but not black.

 

Why would it disappear and how do I get/put it back?

Are you running a script via user scripts or via the go file that

11 minutes ago, RockDawg said:

A few weeks ago a read about people customizing the UI a bit and did a bit myself in changing the font colors.

is applying your changes?

  • Author

I'm glad you mentioned this as I totally forgot the need to run a script to make the change persistent.  Yes I am using user scripts.  Here is the script it runs at startup of aray:

 

#!/bin/bash
rm -r /usr/local/emhttp/plugins/dynamix/styles/default-black.css
cp /boot/config/custom-skin-file/default-black.css usr/local/emhttp/plugins/dynamix/styles/

 

So that explains why the file is missing.  Because the script removed it.  But it can't copy the modified file.  The log shows:

 

Script Starting Tue, 13 Aug 2019 12:52:56 -0400

Full logs for this script are available at /tmp/user.scripts/tmpScripts/custom theme/log.txt

cp: cannot create regular file 'usr/local/emhttp/plugins/dynamix/styles/': No such file or directory
Script Finished Tue, 13 Aug 2019 12:52:56 -0400

 

If I manually hit the Run Script button it works.

  • Community Expert

There is a missing / character at the start of the second parameter to the cp command.

  • Author

Boy do I feel stupid.  That fixed it.  Thanks!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.