doc:appunti:linux:tux:kde
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| doc:appunti:linux:tux:kde [2008/11/20 16:15] – external edit 127.0.0.1 | 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 | ||
| < | < | ||
| session | session | ||
| </ | </ | ||
| + | |||
| + | 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 ===== | ||
| + | |||
| + | Several KDE applications use the **KDE default character encoding**; examples are Kate for Load/Save operations, Open/Save dialog box, etc. KDE defaults to the encoding set by the **'' | ||
| + | |||
| + | The user can override this setting by creating an **'' | ||
| + | |||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | export LANG=en_US.UTF-8 | ||
| + | exec startkde | ||
| + | </ | ||
| ===== Personalizzazione del pannello KDE (task bar) ===== | ===== Personalizzazione del pannello KDE (task bar) ===== | ||
| Line 67: | Line 93: | ||
| X-KDE-StartupNotify=false | X-KDE-StartupNotify=false | ||
| </ | </ | ||
| + | |||
| + | ===== Stampa su fax ===== | ||
| + | |||
| + | Per la stampa su fax l' | ||
| + | |||
| + | < | ||
| + | [Fax] | ||
| + | Device=modem | ||
| + | Page=a4 | ||
| + | Resolution=High | ||
| + | Server=fax.rigacci.org | ||
| + | |||
| + | [Personal] | ||
| + | Company= | ||
| + | Name= | ||
| + | Number= | ||
| + | ReplaceIntChar=false | ||
| + | ReplaceIntCharVal= | ||
| + | |||
| + | [System] | ||
| + | System=hylafax | ||
| + | HylaFax[$e]=/ | ||
| + | </ | ||
| + | |||
| + | ===== Autostart applicazioni ===== | ||
| + | |||
| + | Con **KDE 3** per avviare automaticamente una applicazione al login, basta aggiungere un file **'' | ||
| + | |||
| + | Con **KDE 4** è possibile attivare l' | ||
| + | |||
| + | ===== Utilizzare sudo in KDE ===== | ||
| + | |||
| + | Per eseguire operazioni privilegiate da parte di utenti non privilegiati è preferibile **'' | ||
| + | |||
| + | L' | ||
| + | |||
| + | Purtroppo '' | ||
| + | |||
| + | La soluzione proposta nel bug report è una piccola patch a '' | ||
| + | |||
| + | < | ||
| + | $ diff / | ||
| + | 107a108 | ||
| + | > | ||
| + | </ | ||
| + | |||
| + | ed aggiungere un file **'' | ||
| + | |||
| + | < | ||
| + | SU_TO_ROOT_X=' | ||
| + | </ | ||
| + | |||
| + | 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 ===== | ||
| + | |||
| + | 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 | ||
| + | |||
doc/appunti/linux/tux/kde.1227194109.txt.gz · Last modified: (external edit)
