Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux_mint

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux_mint [2017/04/26 07:04] – [Upgrade Anleitung] karllinux_mint [2020/06/30 11:35] (aktuell) – [USB-Stick und Zugriffsrechte] karl
Zeile 13: Zeile 13:
 Das Upgrade konnte problemlos durchgeführt werden.  Das Upgrade konnte problemlos durchgeführt werden. 
  
-{{tag>software linux mint upgrade}} 
  
 ===== Konfiguration ===== ===== Konfiguration =====
Zeile 19: Zeile 18:
 Nemo braucht in den Einstellungen einen Befehl, der sich für das umbenennen meherer Datein zuständig fühlt.  Nemo braucht in den Einstellungen einen Befehl, der sich für das umbenennen meherer Datein zuständig fühlt. 
 [[https://community.linuxmint.com/tutorial/view/1935|Hier gibts ein super tutorial dazu]].  [[https://community.linuxmint.com/tutorial/view/1935|Hier gibts ein super tutorial dazu]]. 
 +
 +{{ ::2017-04-26_001.png?direct&600 |}}
  
   sudo apt install pyrenamer thunar krename   sudo apt install pyrenamer thunar krename
  
 **Shell Skript** (etwas angepasst) **Shell Skript** (etwas angepasst)
-[code]+<code>
 #!/bin/bash #!/bin/bash
 # /home/karl/programs/nemo-batch-rename.sh # /home/karl/programs/nemo-batch-rename.sh
Zeile 44: Zeile 45:
  *)   *) 
   # Choose utility to use   # Choose utility to use
-  selection=$(zenity --list --radiolist --title="Bulk Renaming Options" --column="Type" --column="Item" TRUE "thunar" FALSE "pyrenamer" FALSE "krename")+  selection=$(zenity --list --radiolist --title="Batch Renaming Options" --column="Type" --column="Item" TRUE "krename" FALSE "pyrenamer" FALSE "thunar")
   [[ "${PIPESTATUS[0]}" != 0 ]] && exit   [[ "${PIPESTATUS[0]}" != 0 ]] && exit
  
Zeile 66: Zeile 67:
    file="$@"    file="$@"
   fi   fi
-  if echo $selection | grep -q "files"; then+   
 +   
 +  if echo $selection | grep -q "thunar"; then
    # For files & directories call thunar directly    # For files & directories call thunar directly
    eval thunar --bulk-rename "$file"    eval thunar --bulk-rename "$file"
   fi   fi
      
-  if echo $selection | grep -q "pictures"; then+  if echo $selection | grep -q "pyrenamer"; then
    # For pictures & music this should call the wrapper for pyrenamer    # For pictures & music this should call the wrapper for pyrenamer
  
Zeile 85: Zeile 88:
 esac esac
 #End of script #End of script
-[/code]+</code
 + 
 +===== Mint on Steroids with i3 Window Manager ===== 
 +I've just tested i3 without Eriks scripts, and it feels quite okay, especially with a 2-monitor setup.  
 +  sudo apt install i3 
 +Log out and log back in with i3 desktop selected - voila! 
 +What is most missing for a Mint user is the "start menu", which you don't have access to from i3.  
 +Erik has some tipps on this topic.  
 + 
 +Erik Dubois provides some setup scripts on GitHub: \\ 
 +https://github.com/erikdubois/LinuxMint18i3 
 + 
 +For a list of possible key-codes: 
 +  xmodmap -pk 
 +and the modifiers: 
 +  xmodmap -pm 
 +   
 +===== USB-Stick und Zugriffsrechte ===== 
 +Scheinbar gibt es in Nemo (file manager) ein Problem mit den Zugriffsrechten auf einen USB-Stick. Nur root kann darauf schreiben. Nicht gerade das, was man möchte.  
 + 
 +Siehe hier: https://forums.linuxmint.com/viewtopic.php?f=208&t=176546?f=208&t=176546 
 + 
 +Als workaround funktioniert dies: 
 +  sudo chmod 777 /media/karl 
 + 
 + 
 +===== Tote SFTP-Verbindungen schließen ===== 
 +Hat man eine SFTP-Verbindung in Nemo geöffnet, und man wechselt den Standort (neue Internetverbindung), dann kann es sein, dass der SSH-Server nicht mehr erreicht wird. Abhilfe schafft das schließen aller SFTP-Mounts ((Quelle: https://github.com/linuxmint/nemo/issues/678)):  
 +  killall gvfsd-sftp 
 + 
 + 
 + 
 +{{tag>software linux mint upgrade i3wm}} 
linux_mint.1493183091.txt.gz · Zuletzt geändert: 2017/04/26 07:04 von karl