« Ubuntu » : différence entre les versions
Ligne 62 : | Ligne 62 : | ||
[https://help.ubuntu.com/stable/ubuntu-help/shell-notifications.html.fr notifications] | [https://help.ubuntu.com/stable/ubuntu-help/shell-notifications.html.fr notifications] | ||
== | == Lanceurs (fichiers .desktop) == | ||
Sur les systèmes GNU-Linux comme Ubuntu, les lanceurs sont des fichiers donnant accès, à la manière d'un "raccourci", à un logiciel, à un fichier, ou à un dossier. | |||
ex avec Whatsapp: | |||
<syntaxhighlight lang="bash" line> | |||
nano ~/.local/share/applications/whatsapp-web.desktop | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash" line> | |||
#!/usr/bin/env xdg-open | |||
[Desktop Entry] | [Desktop Entry] | ||
Version=1.0 | |||
Type=Application | Type=Application | ||
Name=WhatsApp Web | |||
Name= | Exec=/snap/bin/chromium "--profile-directory=Profile 3" --ignore-profile-directory-if-not-exists https://web.whatsapp.com/ | ||
Icon=/home/geo/snap/chromium/common/chromium/Profile 3/Web Shortcut Icons/shortcut-d40211678368f1445f8bc21775a3259d.png | |||
Exec=/ | URL=https://web.whatsapp.com/ | ||
Comment=Ouvrir https://web.whatsapp.com/ dans un nouvel onglet dans Chromium. | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="bash" line copy> | |||
</ | chmod +x ~/.local/share/applications/whatsapp-web.desktop | ||
< | </syntaxhighlight> | ||
'''WhatsApp Web''' se trouve maintenant dans le menu des applications d'Ubuntu. | |||
</ | |||
ex: Tor | |||
<syntaxhighlight lang="bash" line> | |||
[Desktop Entry] | |||
Type=Application | |||
Name=Tor Browser | |||
GenericName=Web Browser | |||
Comment=Tor Browser is +1 for privacy and −1 for mass surveillance | |||
Categories=Network;WebBrowser;Security; | |||
Exec=sh -c '"/home/geo/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/start-tor-browser" --detach || ([ ! -x "/home/geo/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/start-tor-browser" ] && "$(dirname "$*")"/Browser/start-tor-browser --detach)' dummy %k | |||
X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach | |||
Icon=/home/geo/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/browser/chrome/icons/default/default128.png | |||
StartupWMClass=Tor Browser | |||
</syntaxhighlight> | |||
== autofs (auto.master) == | == autofs (auto.master) == |
Version du 23 février 2025 à 13:19
fr.ubunlog.com (Tutoriels, actualités, programmes, astuces, bureaux Linux, logiciels, actualités pour Ubuntu)
Les raccourcis clavier utiles
Meilleurs trucs et astuces pour une expérience agréable sur Ubuntu
Comment utiliser Ubuntu Linux ? Guide pour commencer
Comment accélérer Ubuntu
malekal.com ubuntu
Conseils après installation ubuntu
Demarrage
affichage permanent defilement console :
changer
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
en
GRUB_CMDLINE_LINUX_DEFAULT=
puis
sudo update-grub
mode console
ctrl + alt + F3
Pour revenir ctrl + alt + F2
Terminal
Zoom In : Ctrl Shift +
Zoom Out: Ctrl -
Zoom 100%: Ctrl 0
Trucs inutiles
tty-clock -scrSB cmatrix cmatrix -b -r -u5 -s cmatrix -o unimatrix -s 98 (japonais) https://doc.ubuntu-fr.org/asciiquarium https://doc.ubuntu-fr.org/caca-utils
Infos systèmes
inxi cpu-x
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/
Gestionnaire graphique d'applications
gnome-packagekit
gnome-software
synaptic
snap store
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
Lanceurs (fichiers .desktop)
Sur les systèmes GNU-Linux comme Ubuntu, les lanceurs sont des fichiers donnant accès, à la manière d'un "raccourci", à un logiciel, à un fichier, ou à un dossier.
ex avec Whatsapp:
nano ~/.local/share/applications/whatsapp-web.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Name=WhatsApp Web
Exec=/snap/bin/chromium "--profile-directory=Profile 3" --ignore-profile-directory-if-not-exists https://web.whatsapp.com/
Icon=/home/geo/snap/chromium/common/chromium/Profile 3/Web Shortcut Icons/shortcut-d40211678368f1445f8bc21775a3259d.png
URL=https://web.whatsapp.com/
Comment=Ouvrir https://web.whatsapp.com/ dans un nouvel onglet dans Chromium.
chmod +x ~/.local/share/applications/whatsapp-web.desktop
WhatsApp Web se trouve maintenant dans le menu des applications d'Ubuntu.
ex: Tor
[Desktop Entry]
Type=Application
Name=Tor Browser
GenericName=Web Browser
Comment=Tor Browser is +1 for privacy and −1 for mass surveillance
Categories=Network;WebBrowser;Security;
Exec=sh -c '"/home/geo/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/start-tor-browser" --detach || ([ ! -x "/home/geo/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/start-tor-browser" ] && "$(dirname "$*")"/Browser/start-tor-browser --detach)' dummy %k
X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach
Icon=/home/geo/tor-browser-linux-x86_64-13.0.14/tor-browser/Browser/browser/chrome/icons/default/default128.png
StartupWMClass=Tor Browser
autofs (auto.master)
sudo service autofs restart
Docker
systemctl start docker