Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente Prochaine révision Les deux révisions suivantes | ||
shortwave [Le 16/06/2021, 19:27] zococo |
shortwave [Le 15/01/2022, 13:23] zococo [Installation avec flatpak] |
||
---|---|---|---|
Ligne 13: | Ligne 13: | ||
===== Installation ===== | ===== Installation ===== | ||
==== Installation avec flatpak ==== | ==== Installation avec flatpak ==== | ||
+ | === Installation du paquet === | ||
Pour installer ce logiciel, il suffit d'[[:tutoriel:comment_installer_un_paquet|installer le paquet flatpak]] correspondant. | Pour installer ce logiciel, il suffit d'[[:tutoriel:comment_installer_un_paquet|installer le paquet flatpak]] correspondant. | ||
Ligne 18: | Ligne 19: | ||
flatpak install https://flathub.org/repo/appstream/de.haeckerfelix.Shortwave.flatpakref | flatpak install https://flathub.org/repo/appstream/de.haeckerfelix.Shortwave.flatpakref | ||
</code> | </code> | ||
- | + | == Création du lanceur === | |
+ | Dans un certain nombre de cas, aucun lanceur n'est créé, ce qui peut empêcher d'épingler l'application sur son bureau ou sa barre d'outils. | ||
+ | Voici le texte du [[raccourci-lanceur|lanceur]] (adapter le chemin pour l’icône): | ||
+ | <code> | ||
+ | Desktop Entry] | ||
+ | Name[fr]=Shortwave | ||
+ | Name=Shortwave | ||
+ | Comment=Shortwave est une application simple de lecture de webradio en streaming | ||
+ | # Translators: Do NOT translate or transliterate this text (this is an icon file name)! | ||
+ | Icon=~/.local/share/pixmaps/shortwave_icone.svg | ||
+ | Exec=flatpak run de.haeckerfelix.Shortwave | ||
+ | Terminal=false | ||
+ | Type=Application | ||
+ | StartupNotify=true | ||
+ | Categories=GNOME;GTK;Audio;AudioVideo; | ||
+ | # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! | ||
+ | Keywords[fr]=Gradio;radio;stream;flux;wave;diffusion; | ||
+ | Keywords=Gradio;Radio;Stream;Wave; | ||
+ | DBusActivatable=true | ||
+ | # Translators: Do NOT translate or transliterate this text (these are enum types)! | ||
+ | X-Purism-FormFactor=Workstation;Mobile; | ||
+ | </code> | ||
==== Compilation manuelle ==== | ==== Compilation manuelle ==== | ||
Ligne 35: | Ligne 57: | ||
Lancez l'application comme indiqué [[:tutoriel:comment_lancer_application|ici]]. | Lancez l'application comme indiqué [[:tutoriel:comment_lancer_application|ici]]. | ||
+ | |||
+ | <note tip>Après une installation flatpak, l'application n’apparaît pas forcément parmi les applications d'Ubuntu/Kubuntu tant qu'un redémarrage n'a pas été effectué. Pour lancer votre application sans avoir à redémarre votre système, saisir la commande ci-dessous dans le terminal (nom précis obtenu par flatpak list) : | ||
+ | <code> | ||
+ | flatpak run de.haeckerfelix.Shortwave & | ||
+ | </code> | ||
+ | </note> | ||
===== Désinstallation ===== | ===== Désinstallation ===== |