doc:appunti:linux:tux:kde
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:tux:kde [2011/01/02 18:54] – [Utilizzare sudo in KDE] niccolo | doc:appunti:linux:tux:kde [2011/07/04 12:08] (current) – [umask] niccolo | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| L' | L' | ||
| - | Nota a proposito dell'**umask**, forse conviene utilizzare | + | ===== umask ===== |
| + | |||
| + | Due possibili metodi per impostare l'umask di un utente in sessione grafica: tramite | ||
| + | |||
| + | Esiste | ||
| < | < | ||
| Line 15: | Line 19: | ||
| </ | </ | ||
| + | Almeno con una distribuzione Ubuntu 11.04 il metodo PAM non funziona. Si può invece modificare il file **''/ | ||
| + | |||
| + | <code bash> | ||
| + | #umask 022 | ||
| + | if [ " | ||
| + | umask 011 | ||
| + | else | ||
| + | umask 022 | ||
| + | fi | ||
| + | </ | ||
| ===== KDE default encoding ===== | ===== KDE default encoding ===== | ||
| Line 131: | Line 145: | ||
| </ | </ | ||
| + | Con le impostazioni precedenti un' | ||
| + | |||
| + | < | ||
| + | Exec=su-to-root -X -c / | ||
| + | X-KDE-SubstituteUID=false | ||
| + | </ | ||
| + | |||
| + | Attenzione al valore di **'' | ||
| + | |||
| + | ===== Utilizzo del DISPLAY grafico con sudo ===== | ||
| + | |||
| + | Dopo aver elevato i privilegi con **'' | ||
| + | |||
| + | L' | ||
| + | |||
| + | < | ||
| + | export XAUTHORITY=/ | ||
| + | </ | ||
| + | |||
| + | per utilizzare l'// | ||
| ===== Accesso a share Windows ===== | ===== Accesso a share Windows ===== | ||
| - | KDE consente di sfogliare una condivisione Windows con Dolphin, basta accedere ad un URL del tipo **'' | + | KDE consente di sfogliare una condivisione Windows con Dolphin, basta accedere ad un URL del tipo **'' |
| + | |||
| + | Per accedere in modalità non anonima è necessario specificare nell' | ||
| + | |||
| + | ===== Effetti grafici KDE4 ===== | ||
| + | |||
| + | System Settings, Desktop, Desktop Effects, General: | ||
| + | * Enable desktop effects | ||
| + | * Effect for windows switching: Flip Switch | ||
| + | * Effect for desktop switching: Desktop Cube Animation | ||
| + | |||
| + | System Settings, Desktop, Multiple Desktop, Switching: | ||
| + | * Desktop navigation wraps around (No) | ||
| + | * Animation: Desktop Cube Animation | ||
| + | * Desktop Switch On-Screen Display | ||
| + | * Duration: 1200 msec | ||
| + | * Shortcuts | ||
| + | * Switch One Desktop Down: Ctrl-Alt-Down (conflicts with application Juk) | ||
| + | * Switch One Desktop to the Left: Ctrl-Alt-Left (conflicts with application Juk) | ||
| + | * ... | ||
| + | |||
| + | System Settings, Desktop, Screen Edges: | ||
| + | * Switch desktop on edge: Only When Moving Windows | ||
| - | Per accedere in modalità non anonima si può specificare nell' | ||
doc/appunti/linux/tux/kde.1293990874.txt.gz · Last modified: by niccolo
