User Tools

Site Tools


doc:appunti:linux:tux:xfce

This is an old revision of the document!


Xfce

Ambiente desktop leggero, utilizza le librerie GTK+ 2 (come GNOME 2) e il window manager Xfwm. Vedere la pgina Wikipedia.

User environment

If you want to set aliases or environment variables you have to rely on rc files of your shell program; e.g. for the bash you can edit $HOME/.bash_aliases or just the $HOME/.bashrc. Notice that the terminal emulator is not genearally executed as a login shell, to the files contained into /etc/profile.d/ directory are not executed (they are instead executed when logging remotely via ssh).

Applet utili

Questi alcuni plugin utili (pacchetti Debian). In Xfce funzionano bene anche alcuni dei plugin KDE.

  • xfce4-battery-plugin mostra lo stato della batteria, utile per i portatili.
  • xfce4-mixer mixer e icona controllo volume
  • network-manager-kde gestione delle connessioni Ethernet, WiFi, ecc. (vedere alternativa WiCD)
  • xfce4-xkb-plugin selettore layout tastiera
  • xfce4-mount-plugin mostra volumi montati, smonta, ecc.

Configurazione tastiera

Per configurare il tasto compose, ecc. si può agire direttamente sul file /etc/X11/xorg.conf (vedere anche il paragrafo sulla localizzazione):

Section "InputClass"
    Identifier      "Generic Keyboard"
    MatchIsKeyboard "true"
    Option          "XkbOptions"  "lv3:ralt_switch, compose:rwin, eurosign:e"
EndSection

Con versioni più moderne del plugin (ad esempio xfce4-xkb-plugin 0.5.4.3-1+b1 e xfce4 4.8.0.3) è comunque possibile configurare il tasto compose dalle opzioni del plugin.

Shortcut problem with Konsole and other KDE applications

May be there is a bug with Xfce and keyboard layout. With Debian Jessie, Xfce 4.10.1, KDE apps 4:4.11.3-1, if I enable several keyboard layouts, the keyboard shortcuts stop to work (e.g. Ctrl-Shift-N for New Window in Konsole, Ctrl-F for Find in Okular, etc.).

I seems that the order of the layouts causes the bug. Just remove the file $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml, or remove and re-add the layouts into the SettingsKeyboard applet.

Missing dialog on logout

It seems that the default configuration for Xfce 4.12 Action Buttons plugin on Debian Stretch is counterintuitive. The “Logout…” button (notice the three dots ellipsis) is supposed to open a dialog box with the various options: Log Out, Restart, Shut Down, Suspend and Hibernate. But the default setting simply does a logout, returning to the login manager. There is a Show confirmation dialog into Action Buttons properties (right click), but it does not solve the problem.

The program responsible of the action is /usr/bin/xfce4-session-logout, provided by the xfce4-session package.

You must open Settings, Session and Startup and enable the option Prompt on logout.

Open With... Default Program

Dal file manager Thunar è possibile impostare il programma predefinito per aprire i vari tipi di file. Con il click destro, Open With..Open With Other Application…Use as default for this kind of file è possibile scegliere il programma predefinito.

Le preferenze vengono salvate nel file $HOME/.config/mimeapps.list. Ecco ad esempio cosa viene salvato in associazione ai file PDF:

[Default Applications]
application/pdf=okularApplication_pdf.desktop

I progammi utilizzabili sono in effetti definiti da file .desktop contenuti nella directory /usr/share/applications/, nell'esempio sopra si fa quindi riferimento al file okularApplication_pdf.desktop.

doc/appunti/linux/tux/xfce.1604249948.txt.gz · Last modified: 2020/11/01 17:59 by niccolo