Aller au contenu
View in the app

A better way to browse. Learn more.

Next

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.

Midnight Commander et Debian

Featured Replies

Posté(e)

Salut à tous,

j'ai un mal fou de configurer l'utilitaire Midnight Commander (couramment appelé MC) sous debian (ou ubuntu). toutes les fonctionnalité marchent très bien sauf que quand je quitte mc (avec F10) je revient au répertoire par défaut. j'ai lu dans certain forum que c'est lié au shell. si quelqu'un à une solution, ça sera la bien venue. en sachant que j'ai essayer pas mal de distributions et c'est uniquement avec Debian (ou ubuntu) qu'on à ce comportement (ver 4, 5, et 6). Merci d'avance.

  • 8 mois après...
Posté(e)

hello,

un moyen que j'ai trouvé sous Debian (mais il y a peut-être une manière plus orthodoxe) est de rajouter cet alias (par exemple dans le ~/.bashrc):

alias mc='. /usr/share/mc/bin/mc-wrapper.sh'

pour info, le contenu de /usr/share/mc/bin/mc-wrapper.sh dans Debian Squeeze:

MC_USER=`id | sed 's/[^(]*(//;s/).*//'`MC_PWD_FILE="${TMPDIR-/tmp}/mc-$MC_USER/mc.pwd.$$"/usr/bin/mc -P "$MC_PWD_FILE" "$@"if test -r "$MC_PWD_FILE"; thenMC_PWD="`cat "$MC_PWD_FILE"`"if test -n "$MC_PWD" && test -d "$MC_PWD"; then	cd "$MC_PWD"fiunset MC_PWDfirm -f "$MC_PWD_FILE"unset MC_PWD_FILE

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

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.