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.

Unraid v7 Beta 3 changes to mc

  • 7.0.0-rc.2
  • Solved
  • Annoyance

in older version of mc we had settings applied to its user shell meaning i traversed a directory in mc if i quite the shell was in the directory
beta 3 seems to be missing that config. I'm not sure why the chage to the mc applicaiton.

Researching more into it on other linux distros, as I prefer that setting/
 

To enable mc to Use the Subshell: In your mc configuration file (usually ~/.config/mc/ini or ~/.mc/ini), make sure the following option is set:

ini

 

[Midnight-Commander] use_subshell=1

 

Check Your Shell Configuration: This setting only works if your terminal shell supports the chdir command when called from a subshell. It works well with bash and zsh, but for other shells like sh, it may not behave as expected.

 

Run mc as a Shell Function: Another way to achieve the same effect is to use a shell function that preserves the working directory. Add this to your ~/.bashrc or ~/.zshrc:

 

 

mc() { /usr/bin/mc "$@" cd "$(cat ~/.config/mc/mc.pwd.$$)" || return }

 

This function will update the terminal’s directory after you exit mc based on its last known path.

Restart your terminal or source your shell configuration file after making these changes:

 

source ~/.bashrc # or ~/.zshrc


minor annoyance  
https://stackoverflow.com/questions/39017391/how-to-make-midnight-commander-exit-to-its-current-directory
 

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.