tech:notes_lxqt
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:notes_lxqt [2026/04/09 21:42] – Jean-Baptiste | tech:notes_lxqt [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Notes LXQT | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | |||
| + | ## Chemins | ||
| + | |||
| + | | | ||
| + | | ----------- | -----------------------| | ||
| + | |Xdg Data Home|/ | ||
| + | |Xdg Config Home|/ | ||
| + | |Xdg Data Dirs|/ | ||
| + | |Xdg Cache Home|/ | ||
| + | |Xdg Runtime Home|/ | ||
| + | |Xdg Autostart Dirs|/ | ||
| + | |Xdg Autostart Home|/ | ||
| + | |||
| + | |||
| + | ## Désactiver le zoom du gestionnaire de fenêtre xfwm4 | ||
| + | |||
| + | Lancer `xfwm4-tweaks-settings` puis \\ | ||
| + | Compositor - Zoom destop with mouse wheel | ||
| + | |||
| + | Ce qui revient à changer | ||
| + | |||
| + | `~/ | ||
| + | ~~~xml | ||
| + | <?xml version=" | ||
| + | |||
| + | <channel name=" | ||
| + | < | ||
| + | | ||
| + | <!-- others lines --> | ||
| + | <!-- property name=" | ||
| + | < | ||
| + | <!-- others lines --> | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Compilation lximage-qt | ||
| + | |||
| + | ~~~bash | ||
| + | sudo apt-get install git make cmake | ||
| + | #sudo apt-get install qtbase5-dev | ||
| + | #sudo apt-get install $(apt-cache search ^qt | grep dev | grep ^qt |i awk ' | ||
| + | sudo apt-get build-dep lximage-qt | ||
| + | |||
| + | git clone https:// | ||
| + | cd lximage-qt | ||
| + | |||
| + | mkdir build | ||
| + | cd build | ||
| + | cmake .. | ||
| + | make -j $(nproc) | ||
| + | ~~~ | ||
| + | |||
| + | ## Transparence LXQt LXDE | ||
| + | |||
| + | Source : https:// | ||
| + | |||
| + | ~~~bash | ||
| + | sudo apt-get install compton compton-conf | ||
| + | ~~~ | ||
| + | |||
| + | Puis lancer compton-conf | ||
| + | |||
| + | `~/ | ||
| + | ~~~ | ||
| + | #@compton -c -r 16 -l -24 -t -12 -G -b | ||
| + | @compton | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## keyshortcuts | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [Control%2BAlt%2BT.33] | ||
| + | Comment=Terminal | ||
| + | Enabled=true | ||
| + | Exec=x-terminal-emulator | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Alt Tab affiche les applications de tous les écrans virtuels | ||
| + | |||
| + | Source https:// | ||
| + | |||
| + | |||
| + | Ajouter : | ||
| + | ~~~xml | ||
| + | < | ||
| + | ~~~ | ||
| + | |||
| + | dans le fichier ci dessous | ||
| + | |||
| + | `~/ | ||
| + | ~~~xml | ||
| + | <!-- Keybindings for window switching --> | ||
| + | <keybind key=" | ||
| + | <action name=" | ||
| + | < | ||
| + | < | ||
| + | <action name=" | ||
| + | <action name=" | ||
| + | <action name=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | <keybind key=" | ||
| + | <action name=" | ||
| + | < | ||
| + | < | ||
| + | <action name=" | ||
| + | <action name=" | ||
| + | <action name=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | ~~~ | ||
| + | |||
| + | Puis | ||
| + | ~~~bash | ||
| + | openbox --reconfigure | ||
| + | ~~~ | ||
| + | |||
| + | Autres | ||
| + | |||
| + | Openbox as Window Manager | ||
| + | |||
| + | `~/ | ||
| + | ~~~ini | ||
| + | [General] | ||
| + | __userfile__=true | ||
| + | # | ||
| + | window_manager=openbox | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ### Pb après débrancher le second écran, les fenêtres sont inaccessibles | ||
| + | |||
| + | Solution | ||
| + | |||
| + | `~/ | ||
| + | ~~~xml | ||
| + | <keybind key=" | ||
| + | <action name=" | ||
| + | <!-- move the window to the second monitor --> | ||
| + | < | ||
| + | <!-- put the window in the bottom right corner --> | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | ~~~ | ||
| + | |||
| + | Reload de la conf OpenBox | ||
| + | ~~~bash | ||
| + | openbox --reconfigure | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Pb | ||
| + | |||
| + | ### Clef USB / Removable media open with | ||
| + | |||
| + | Source : https:// | ||
| + | |||
| + | Solution : | ||
| + | # Open the LXQt Configuration Center (lxqt-config) and click on "File Associations" | ||
| + | # Navigate to "inode → mount-point", | ||
| + | # Let's also disable the additional popup of PCManFM-Qt when inserting a medium. (Reasons: it does not appear for SD cards which seems to be a bug, it is redundant anyway as there' | ||
| + | # In PCManFM-Qt, go to "Edit → Preferences → Volume" | ||
| + | # In section "Auto Mount", | ||
| + | # Confirm with " | ||
| + | |||
| + | `~/ | ||
| + | ~~~ini | ||
| + | [Default Applications] | ||
| + | inode/ | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ### Si pb file association file browser | ||
| + | |||
| + | `~/ | ||
| + | ~~~ini | ||
| + | [Added Associations] | ||
| + | # | ||
| + | # | ||
| + | inode/ | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Perso | ||
| + | |||
| + | ~~~bash | ||
| + | apt-get install ibus nm-tray pavucontrol-qt vlc-plugin-qt | ||
| + | |||
| + | apt-get install snapd | ||
| + | #snap install --classic notepadqq | ||
| + | apt-get install notepadqq | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ~~~bash | ||
| + | sudo apt-get install featherpad | ||
| + | ~~~ | ||
| + | |||
| + | Preferences → Text → `Dark Color Scheme` | ||
| + | |||
| + | `~/ | ||
| + | ~~~ini | ||
| + | [text] | ||
| + | darkColorScheme=true | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | Voir | ||
| + | ~~~bash | ||
| + | apt-cache search qt | awk ' | ||
| + | ~~~ | ||
| + | |||
| + | `~/.bashrc` | ||
| + | ~~~bash | ||
| + | ssh-add -l >/ | ||
| + | |||
| + | if [[ $? -eq 1 ]] | ||
| + | then | ||
| + | ssh-add | ||
| + | fi | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | sudo update-alternatives --config x-session-manager | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Autres | ||
| + | |||
| + | Reboot | ||
| + | ~~~bash | ||
| + | lxqt-leave --reboot | ||
| + | ~~~ | ||
| + | |||
| + | FIXME | ||
| + | |||
