« Ubuntu » : différence entre les versions
Page créée avec « == Gnome 46 == https://circle.gnome.org == Bureau == On the GNOME desktop environment, you can use CTRL-ALT-D to minimise all and give focus to the desktop. You can als… » |
Aucun résumé des modifications |
||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 4 : | Ligne 4 : | ||
== Bureau == | == Bureau == | ||
On the GNOME desktop environment, you can use CTRL-ALT-D to minimise all and give focus to the desktop. You can also use ALT-F9 to minimise the current window. I think these are the same for Ubuntu/Unity. | On the GNOME desktop environment, you can use <code>CTRL-ALT-D</code> or <code>Super + D</code> to minimise all and give focus to the desktop. You can also use ALT-F9 to minimise the current window. I think these are the same for Ubuntu/Unity. | ||
https://www.reddit.com/r/gnome/comments/no4r84/is_it_possible_to_add_a_show_desktop_minimize_all/ | https://www.reddit.com/r/gnome/comments/no4r84/is_it_possible_to_add_a_show_desktop_minimize_all/ | ||
Ligne 11 : | Ligne 11 : | ||
https://www.omgubuntu.co.uk/2023/05/tube-converter-linux-app-new-features | https://www.omgubuntu.co.uk/2023/05/tube-converter-linux-app-new-features | ||
https://www.appimagehub.com | https://www.appimagehub.com | ||
[https://wiki.visionduweb.fr/index.php/Installer_et_personnaliser_Linux_Mint#Audio linux mint audio] | |||
== Divers == | |||
[https://www.linuxuprising.com/2018/12/how-to-change-default-display-manager.html linux login screan] | |||
[https://blog.eleven-labs.com/fr/configurer-kernel-linux/ configurer linux kernel] | |||
[https://help.ubuntu.com/stable/ubuntu-help/shell-notifications.html.fr notifications] | |||
== AppImage == | |||
Créer manuellement un lanceur, qu'on placera dans le répertoire caché <code>~/.local/share/applications/</code>, et qui apparaitra ainsi dans le menu des applications Ubuntu. | |||
Pour créer ce lanceur, créer un fichier au format texte que vous appellerez <code>nom_du_programme.desktop</code>.<br /> | |||
Dans ce fichier, collez les commandes suivantes (l'exemple ci-dessous est avec le programme Audacity, adaptez-le à vos besoins) : | |||
<pre> | |||
[Desktop Entry] | |||
Encoding=UTF-8 | |||
Type=Application | |||
Categories=Audio;AudioVideo; | |||
Name=Audacity | |||
Comment=Editions de fichiers audio | |||
Exec=/home/<votre_nom_utilisateur>/Documents/appimage/audacity-linux-3.1.3-x86_64.AppImage | |||
Icon=audacity | |||
StartupNotify=false | |||
Terminal=false | |||
Hidden=false | |||
</pre> | |||
<pre> | |||
Version ubuntu | |||
lsb_release -a | |||
</pre> | |||
[[category:linux]] | [[category:linux]] |
Dernière version du 17 décembre 2024 à 23:03
Gnome 46
https://circle.gnome.org
Bureau
On the GNOME desktop environment, you can use CTRL-ALT-D
or Super + D
to minimise all and give focus to the desktop. You can also use ALT-F9 to minimise the current window. I think these are the same for Ubuntu/Unity.
https://www.reddit.com/r/gnome/comments/no4r84/is_it_possible_to_add_a_show_desktop_minimize_all/
Applis
https://www.omgubuntu.co.uk/2023/01/gtk-image-converter-app-for-linux https://www.omgubuntu.co.uk/2023/05/tube-converter-linux-app-new-features https://www.appimagehub.com linux mint audio
Divers
linux login screan configurer linux kernel notifications
AppImage
Créer manuellement un lanceur, qu'on placera dans le répertoire caché ~/.local/share/applications/
, et qui apparaitra ainsi dans le menu des applications Ubuntu.
Pour créer ce lanceur, créer un fichier au format texte que vous appellerez nom_du_programme.desktop
.
Dans ce fichier, collez les commandes suivantes (l'exemple ci-dessous est avec le programme Audacity, adaptez-le à vos besoins) :
[Desktop Entry] Encoding=UTF-8 Type=Application Categories=Audio;AudioVideo; Name=Audacity Comment=Editions de fichiers audio Exec=/home/<votre_nom_utilisateur>/Documents/appimage/audacity-linux-3.1.3-x86_64.AppImage Icon=audacity StartupNotify=false Terminal=false Hidden=false
Version ubuntu lsb_release -a