Wiki de Mageia

Software with no package for Mageia

Wiki Mageia - 2 Marzo, 2025 - 19:28

Initial revision, mainly as a place-holder to link Distrobox from the Documentation Page

New page

= Software with no package for Mageia =

Sometimes we will want to use software for which there is at present no package for Mageia.

If the software in question is available in an rpm package, <some name>.rpm, for AlamaLinux, CentOS Stream, Fedora, Rocky, etc then it '''may''' be possible to install using the Mageia Software Installer or command line tools. However, often it is the case that needed dependencies are not available in Mageia. If the software we want is only available as a .deb package, <some name>.deb, then we cannot install it directly.

So, what can we do?

We have a number of options:

*[[Distrobox]] (not yet packaged but follow Wiki link) allows use of software intended for any Linux distro
*Alien (available from MCC) allows installation of Debian and Slackware packages
*Virtual Machine - QEMU (available from MCC) or VirtualBox (available from MCC) can be used to create a Virtual Machine for any operating system on which the software you want to use can be executed.
*WINE (available from MCC) - allows some Microsoft Windows&trade; programs to run in a Linux environment. This Wiki author has had limited success with WINE and has typically had to use a Virtal Machine (with Windows&trade; licence) Mailedfist
Categorías: Wiki de Mageia

Distrobox

Wiki Mageia - 2 Marzo, 2025 - 19:10

English version of Distrobox

New page

= Distrobox =

== What is Distrobox? ==
Distrobox is a powerful tool for Linux users who want to use or try out different distributions without having to reboot the system or create virtual machines. It allows you to create containers from different Linux distributions and integrate them into your host system, offering an almost native experience.

== How to install it? ==
At present, Distrobox is not available as a Mageia package. However, it is straightforward to install.

To install, simply type the following command in the terminal:
{{code|curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh}}

or if you haven't set up your user to allow sudo

{{code|su <br/>
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh }}

You must have a container environment installed in order for Distrobox to work, so either docker or podman (both available from MCC)

== How does it work? ==
Distrobox uses containerization technologies such as Podman or Docker to create isolated environments. However, it goes further, sharing resources from the host system with these containers, such as:

* Home directory: Allows you to access your personal files from any distribution.
* USB devices: Allows you to use external devices inside containers.
* Audio: Allows you to play audio and use microphones.
* X11/Wayland: Allows you to run applications with a graphical interface.

== Why use Distrobox? ==

* Software not available in Mageia: Execute software in the Mageia graphical environment where the software's package cannot be installed in Mageia itself.
* Try out different distributions: Without having to install each one on a separate machine.
* Isolation: Protect your host system from potential problems caused by a specific distribution (note that the degree of protection depends on which of docker or podman you employ with Distrobox).
* Flexibility: Install and run applications from different distributions on the same system.
* Resource sharing: Make it easier to work between different distributions.

== Main commands ==

* distrobox-create: Creates a new container with a specific distribution.

* distrobox-enter: Enters a running container.

* distrobox-list: Lists all created containers.

* distrobox-rm: Removes a container.

* distrobox-stop: Stops a running container.

* distrobox-export: Exports applications or services from a container to the host.

* distrobox-init: Entry point to a container.

* distrobox-host-exec: Executes commands on the host from within a container.

= Basic example (Distro testing) =
To create a container with the Arch Linux distribution and enter it:

{{code|distrobox-create archlinux <br/>
distrobox-enter archlinux }}

= Non-native package example (Amazon Workspaces client) =
{{code|distrobox create --image ubuntu:22.04 --name ubuntu <br/>
distrobox enter ubuntu <br/>
sudo apt update && sudo apt-get install --no-install-recommends ubuntu-desktop -y <br/>
wget https://d3nt0h4h6pmmc4.cloudfront.net/new_workspacesclient_jammy_amd64.deb <br/>
sudo apt install ./new_workspacesclient_jammy_amd64.deb -y <br/>
distrobox-export --app workspacesclient <br/> }}


For more information, see the official documentation: [https://distrobox.it/#distrobox]

This Wiki page is based off [[Distrobox-pt-BR|Brazilian Portugese version]] Mailedfist
Categorías: Wiki de Mageia

Using Java applications in Firefox and Chromium browsers

Wiki Mageia - 1 Marzo, 2025 - 23:16

← Older revision Revision as of 22:16, 1 March 2025 Line 9: Line 9:       −First, install java-17-openjdk from the CCM.+First, install java-17-openjdk from Mageia Control Center.       Line 23: Line 23:       −And run in ROOT mode :+And run as root:     dpkg -i OpenWebStart_linux_1_11_1.deb   dpkg -i OpenWebStart_linux_1_11_1.deb   Line 33: Line 33:  https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart    −And now firefox and Chromium are running the .jnlp files.+And now Firefox and Chromium are running the .jnlp files. Morgano
Categorías: Wiki de Mageia

Documentação-pt-BR

Wiki Mageia - 1 Marzo, 2025 - 11:29

‎Software

← Older revision Revision as of 10:29, 1 March 2025 Line 158: Line 158:  *[[Tor, The Onion Router|<span style="color:green;">Rede criptografada Tor, The Onion Router</span>]] *[[Tor, The Onion Router|<span style="color:green;">Rede criptografada Tor, The Onion Router</span>]]  *[[Unbound_local_DNS_cache_and_resolver|Unbound : Cache e servidor DNS]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : Cache e servidor DNS]]  +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]]  </div> </div>    Scroll44
Categorías: Wiki de Mageia

Documentacao pt-PT

Wiki Mageia - 1 Marzo, 2025 - 11:28

‎Software

← Older revision Revision as of 10:28, 1 March 2025 Line 141: Line 141:  *[[OwnCloud]] *[[OwnCloud]]  *[[Systemd-networkd|Systemd-networkd]] *[[Systemd-networkd|Systemd-networkd]]  +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]]  </div> </div>    Scroll44
Categorías: Wiki de Mageia

Documentatie-nl

Wiki Mageia - 1 Marzo, 2025 - 11:27

‎Software

← Older revision Revision as of 10:27, 1 March 2025 Line 167: Line 167:  *[[Tor, The Onion Router|<span style="color:green;">Tor encrypted network, The Onion Router</span>]] *[[Tor, The Onion Router|<span style="color:green;">Tor encrypted network, The Onion Router</span>]]  *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]]  +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]]  </div> </div>    Scroll44
Categorías: Wiki de Mageia

Documentación

Wiki Mageia - 1 Marzo, 2025 - 11:26

‎Software

← Older revision Revision as of 10:26, 1 March 2025 Line 160: Line 160:  *[[Tor, The Onion Router|<span style="color:green;">Red Cifrada Tor, The Onion Router</span>]] *[[Tor, The Onion Router|<span style="color:green;">Red Cifrada Tor, The Onion Router</span>]]  *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]]  +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]]  </div> </div>    Scroll44
Categorías: Wiki de Mageia

Dokumentation-de

Wiki Mageia - 1 Marzo, 2025 - 11:26

‎Software

← Older revision Revision as of 10:26, 1 March 2025 Line 146: Line 146:  *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS-Cache und Resolver]] [[File:Flag-united-kingdom02.png|21px|link=]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS-Cache und Resolver]] [[File:Flag-united-kingdom02.png|21px|link=]]  *[[Nextcloud_server_installation_with_NGINX|Nextcloud SSL Server mit NGINX und Redis]][[File:Flag-united-kingdom02.png|21px|link=]] *[[Nextcloud_server_installation_with_NGINX|Nextcloud SSL Server mit NGINX und Redis]][[File:Flag-united-kingdom02.png|21px|link=]]  +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]]  </div> </div>    Scroll44
Categorías: Wiki de Mageia

Utiliser des applications Java dans les navigateurs Firefox et Chromium

Wiki Mageia - 1 Marzo, 2025 - 11:20

← Older revision Revision as of 10:20, 1 March 2025 (3 intermediate revisions by the same user not shown)Line 1: Line 1: − +{{Multi language banner-fr|[[Using Java applications in Firefox and Chromium browsers|English]] ; [[Utiliser des applications Java dans les navigateurs Firefox et Chromium|français]] ; }}     '''Utiliser des applications Java dans les navigateurs Firefox et Chromium''' '''Utiliser des applications Java dans les navigateurs Firefox et Chromium''' Line 16: Line 16:     Mais Firefox et Chromium ne soutiennent plus les formats Java.   Mais Firefox et Chromium ne soutiennent plus les formats Java.    +     Une alternative a été créée : OpenWebStart, il est sur github.com. Une alternative a été créée : OpenWebStart, il est sur github.com.     https://github.com/karakun/OpenWebStart/releases/ https://github.com/karakun/OpenWebStart/releases/  +     Ce qu'il faut faire c'est télécharger OpenWebStart_linux_1_11_1.deb Ce qu'il faut faire c'est télécharger OpenWebStart_linux_1_11_1.deb  +     Et faire en ROOT : Et faire en ROOT :  +  dpkg -i OpenWebStart_linux_1_11_1.deb   dpkg -i OpenWebStart_linux_1_11_1.deb    +     L'installation se passe bien. Les fichiers sont installés dans /opt L'installation se passe bien. Les fichiers sont installés dans /opt Line 30: Line 35:  Voir doc: Voir doc:  https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart  +     Et maintenant, firefox et Chromium exécutent les fichiers .jnlp. Et maintenant, firefox et Chromium exécutent les fichiers .jnlp. Scroll44
Categorías: Wiki de Mageia

Using Java applications in Firefox and Chromium browsers

Wiki Mageia - 1 Marzo, 2025 - 11:14

← Older revision Revision as of 10:14, 1 March 2025 (2 intermediate revisions by the same user not shown)Line 1: Line 1:  +{{Multi language banner|[[Using Java applications in Firefox and Chromium browsers|English]] ; [[Utiliser des applications Java dans les navigateurs Firefox et Chromium|français]] ; }}    − +'''Using Java applications in Firefox and Chromium browsers''' −Using Java applications in Firefox and Chromium browsers      To do this, you need to run java scripts on your browser, with sound and image. To do this, you need to run java scripts on your browser, with sound and image. Line 18: Line 18:     https://github.com/karakun/OpenWebStart/releases/ https://github.com/karakun/OpenWebStart/releases/  +     What you need to do is download OpenWebStart_linux_1_11_1.deb What you need to do is download OpenWebStart_linux_1_11_1.deb  +     And run in ROOT mode : And run in ROOT mode :  +  dpkg -i OpenWebStart_linux_1_11_1.deb   dpkg -i OpenWebStart_linux_1_11_1.deb    +     Installation goes smoothly. Files are installed in /opt Installation goes smoothly. Files are installed in /opt Line 28: Line 32:  See doc: See doc:  https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart  +  And now firefox and Chromium are running the .jnlp files. And now firefox and Chromium are running the .jnlp files. Scroll44
Categorías: Wiki de Mageia

Using Java applications in Firefox and Chromium browsers

Wiki Mageia - 1 Marzo, 2025 - 11:08

Created page with " Using Java applications in Firefox and Chromium browsers To do this, you need to run java scripts on your browser, with sound and image. Procedure : First, install java..."

New page



Using Java applications in Firefox and Chromium browsers

To do this, you need to run java scripts on your browser, with sound and image.


Procedure :


First, install java-17-openjdk from the CCM.



The server then downloads a small .jnlp file for you to run. But Firefox and Chromium no longer support Java formats.

An alternative has been created: OpenWebStart, on github.com.

https://github.com/karakun/OpenWebStart/releases/

What you need to do is download OpenWebStart_linux_1_11_1.deb

And run in ROOT mode :
dpkg -i OpenWebStart_linux_1_11_1.deb

Installation goes smoothly. Files are installed in /opt

See doc:
https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart
And now firefox and Chromium are running the .jnlp files. Scroll44
Categorías: Wiki de Mageia

Documentation

Wiki Mageia - 1 Marzo, 2025 - 11:06

← Older revision Revision as of 10:06, 1 March 2025 Line 158: Line 158:  *[[Tor, The Onion Router|<span style="color:green;">Tor encrypted network, The Onion Router</span>]] *[[Tor, The Onion Router|<span style="color:green;">Tor encrypted network, The Onion Router</span>]]  *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]]  +*[[Using Java applications in Firefox and Chromium browsers]]  </div> </div>    Scroll44
Categorías: Wiki de Mageia

Utiliser des applications Java dans les navigateurs Firefox et Chromium

Wiki Mageia - 1 Marzo, 2025 - 10:11

← Older revision Revision as of 09:11, 1 March 2025 (2 intermediate revisions by the same user not shown)Line 1: Line 1:  +  +  '''Utiliser des applications Java dans les navigateurs Firefox et Chromium''' '''Utiliser des applications Java dans les navigateurs Firefox et Chromium'''    Line 11: Line 13:       −Le serveur télécharge alors un petit fichier .jnlp, qu'il faut alors éxecuter. Mais Firefox et Chromium ne soutiennent plus les formats Java.  +Le serveur télécharge alors un petit fichier .jnlp, qu'il faut alors éxecuter.    +   +Mais Firefox et Chromium ne soutiennent plus les formats Java.       Une alternative a été créée : OpenWebStart, il est sur github.com. Une alternative a été créée : OpenWebStart, il est sur github.com. Line 26: Line 30:  Voir doc: Voir doc:  https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart  +  Et maintenant, firefox et Chromium exécutent les fichiers .jnlp. Et maintenant, firefox et Chromium exécutent les fichiers .jnlp. Scroll44
Categorías: Wiki de Mageia

Utiliser des applications Java dans les navigateurs Firefox et Chromium

Wiki Mageia - 1 Marzo, 2025 - 10:03

Created page with "'''Utiliser des applications Java dans les navigateurs Firefox et Chromium''' Pour cela, il faut exécuter des scripts java sur son navigateur, avec son et image. Démarche..."

New page

'''Utiliser des applications Java dans les navigateurs Firefox et Chromium'''

Pour cela, il faut exécuter des scripts java sur son navigateur, avec son et image.


Démarche :


Tout d’abord, il faut installer java-17-openjdk du CCM.



Le serveur télécharge alors un petit fichier .jnlp, qu'il faut alors éxecuter. Mais Firefox et Chromium ne soutiennent plus les formats Java.

Une alternative a été créée : OpenWebStart, il est sur github.com.

https://github.com/karakun/OpenWebStart/releases/

Ce qu'il faut faire c'est télécharger OpenWebStart_linux_1_11_1.deb

Et faire en ROOT :
dpkg -i OpenWebStart_linux_1_11_1.deb

L'installation se passe bien. Les fichiers sont installés dans /opt

Voir doc:
https://openwebstart.com/docs/OWSGuide.html#_what_is_openwebstart
Et maintenant, firefox et Chromium exécutent les fichiers .jnlp. Scroll44
Categorías: Wiki de Mageia

Documentation-fr

Wiki Mageia - 1 Marzo, 2025 - 10:02

‎Logiciel

← Older revision Revision as of 09:02, 1 March 2025 Line 165: Line 165:  * [[Hubic-fr|<span style="color:green;">Hubic</span>]] * [[Hubic-fr|<span style="color:green;">Hubic</span>]]  * [[Contrôle à distance avec X11VNC et tunnel SSH-fr#Installation SSH|SSH, configurer le serveur]] * [[Contrôle à distance avec X11VNC et tunnel SSH-fr#Installation SSH|SSH, configurer le serveur]]  +* [[Utiliser des applications Java dans les navigateurs Firefox et Chromium]]  </div> </div>    Scroll44
Categorías: Wiki de Mageia

Primeiros passos com a linha de comando e exemplos úteis-pt-BR

Wiki Mageia - 27 Febrero, 2025 - 23:32

correção em evita

← Older revision Revision as of 22:32, 27 February 2025 Line 39: Line 39:  Em vez de digitar o nome completo do comando ou diretório, digite as primeiras letras e pressione a tecla TAB (tabulação). Isso: Em vez de digitar o nome completo do comando ou diretório, digite as primeiras letras e pressione a tecla TAB (tabulação). Isso:  * economiza tempo; * economiza tempo; −* vita erros de digitação;   +* evita erros de digitação;     * atua como ajuda de memória, listando todas as possibilidades correspondentes às primeiras letras digitadas. * atua como ajuda de memória, listando todas as possibilidades correspondentes às primeiras letras digitadas.    Xgrind
Categorías: Wiki de Mageia

User Forums

Wiki Mageia - 27 Febrero, 2025 - 23:23

The Brazilian forum no longer exists.

← Older revision Revision as of 22:23, 27 February 2025 Line 17: Line 17:  * Greek: http://www.mageia-gr.org/forum/ * Greek: http://www.mageia-gr.org/forum/  * Italian: http://mageiaitalia.org/forum * Italian: http://mageiaitalia.org/forum −* Portuguese: https://www.mageiadobrasil.com.br/forum/   * Russia: https://forum.mageia.org.ru/, https://linuxforum.ru/viewforum.php?id=80 * Russia: https://forum.mageia.org.ru/, https://linuxforum.ru/viewforum.php?id=80  * Spanish: https://blogdrake.net/foros * Spanish: https://blogdrake.net/foros Xgrind
Categorías: Wiki de Mageia

Mageia 9 Errata-de

Wiki Mageia - 25 Febrero, 2025 - 22:24

← Older revision Revision as of 21:24, 25 February 2025 Line 279: Line 279:  {{Bug|33697}} - '''Nextcloud Client''' - Wir schaffen es nicht dieses aktuell zu halten. Verwenden Sie stattdessen das AppImage über den Upstream - siehe [[Nextcloud-client]]. {{Bug|33697}} - '''Nextcloud Client''' - Wir schaffen es nicht dieses aktuell zu halten. Verwenden Sie stattdessen das AppImage über den Upstream - siehe [[Nextcloud-client]].    −{{Bug|34028}} - '''gnome-calculator''' bleibt beim Start hängen. '''WORKAROUND:''' Führe {{cmd|gsettings set org.gnome.calculator refresh-interval 0}} aus, bevor Sie die Anwendung starten. Ansonsten können Sie eine alternative Anwendung aus unserem Repository verwenden: {{prog|galculator}}, {{prog|mate-calc}}, {{prog|kcalc}} oder das nicht so gut ausschauende {{prog|xcalc}}, oder das textbasierte {{prog|qalculate-gtk}} / {{prog|qalculate-qt}} oder {{prog|speedcrunch}}.+{{Bug|34028}} - '''gnome-calculator''' bleibt hängen, wenn versucht wird die Wechselkurse zu aktualisieren, was bei Anwendungsstart vorkonfiguriert automatisch durchführt wird. '''WORKAROUND:''' Legen Sie fest, dass die Wechselkurse nicht aktualisiert werden: Führe {{cmd|gsettings set org.gnome.calculator refresh-interval 0}} aus, bevor Sie die Anwendung starten. Die Wechselkursfunktion ist defekt: Wählen Sie den Erweiterten Modus und im Drop-Down Menü "Währung", wodurch der Auswahlbereich verschwindet. Um wieder etwas anderes auswählen zu können, wählen Sie temporär einen anderen Modus aus. Alternativ können Sie eine andere Anwendung aus unserem Repository verwenden: {{prog|galculator}}, {{prog|mate-calc}}, {{prog|kcalc}} oder das nicht so gut ausschauende {{prog|xcalc}}, oder das textbasierte {{prog|qalculate-gtk}} / {{prog|qalculate-qt}} oder {{prog|speedcrunch}}.     {{Bug|34029}} - '''grisbi''' Wir aktualisieren grisbi, um Nutzern, welche von anderen Distributionen kommen, welche die Version 3.0.4 einsetzen, eine Kompatibilität anzubieten. Allerdings kann der 1st time wizard kein benutzerdefiniertes Verzeichnis für Sicherungen auswählen. Bitte wählen Sie dieses später unter Bearbeiten -> Einstellungen aus. {{Bug|34029}} - '''grisbi''' Wir aktualisieren grisbi, um Nutzern, welche von anderen Distributionen kommen, welche die Version 3.0.4 einsetzen, eine Kompatibilität anzubieten. Allerdings kann der 1st time wizard kein benutzerdefiniertes Verzeichnis für Sicherungen auswählen. Bitte wählen Sie dieses später unter Bearbeiten -> Einstellungen aus. Psyca
Categorías: Wiki de Mageia

Mageia 9 Errata

Wiki Mageia - 25 Febrero, 2025 - 10:03

‎Various software: gnome-calculator - more explanation.

← Older revision Revision as of 09:03, 25 February 2025 Line 361: Line 361:  {{Bug|33697}} - '''Nextcloud client''' - We fail to keep it updated.  Instead, upstream AppImage can be used, see [[Nextcloud-client]]. {{Bug|33697}} - '''Nextcloud client''' - We fail to keep it updated.  Instead, upstream AppImage can be used, see [[Nextcloud-client]].    −{{Bug|34028}} - '''gnome-calculator''' hang on start. '''WORKAROUND:''' Issue {{cmd|gsettings set org.gnome.calculator refresh-interval 0}} before starting it. Or use one of the alternatives available in our repositories: {{prog|galculator}}, {{prog|mate-calc}}, {{prog|kcalc}} or the less good looking {{prog|xcalc}}, or more text based like {{prog|qalculate-gtk}} / {{prog|qalculate-qt}} or {{prog|speedcrunch}}.+{{Bug|34028}} - '''gnome-calculator''' hang when trying to update currency rates, which it do by default on start. '''WORKAROUND:''' Set it to not update currency rates: issue {{cmd|gsettings set org.gnome.calculator refresh-interval 0}} before starting it. Currency rate is broken:Selecting Advanced mode, and in the dropdown "Currency", that section goes blank. To be able to select something else, set another mode temporarily.  Some other calculators available in our repositories: {{prog|galculator}}, {{prog|mate-calc}}, {{prog|kcalc}} or the less good looking {{prog|xcalc}}, or more text based like {{prog|qalculate-gtk}} / {{prog|qalculate-qt}} or {{prog|speedcrunch}}.     {{Bug|34029}} - '''grisbi''' We update grisbi to offer compatibility to users comming from other distributions that have the 3.0.4 version, but the 1st time wizard can't select custom folder for backups, please select it later in Edit -> Preferences {{Bug|34029}} - '''grisbi''' We update grisbi to offer compatibility to users comming from other distributions that have the 3.0.4 version, but the 1st time wizard can't select custom folder for backups, please select it later in Edit -> Preferences Morgano
Categorías: Wiki de Mageia

Mageia 9 Errata-de

Wiki Mageia - 24 Febrero, 2025 - 23:44

← Older revision Revision as of 22:44, 24 February 2025 Line 278: Line 278:     {{Bug|33697}} - '''Nextcloud Client''' - Wir schaffen es nicht dieses aktuell zu halten. Verwenden Sie stattdessen das AppImage über den Upstream - siehe [[Nextcloud-client]]. {{Bug|33697}} - '''Nextcloud Client''' - Wir schaffen es nicht dieses aktuell zu halten. Verwenden Sie stattdessen das AppImage über den Upstream - siehe [[Nextcloud-client]].  +  +{{Bug|34028}} - '''gnome-calculator''' bleibt beim Start hängen. '''WORKAROUND:''' Führe {{cmd|gsettings set org.gnome.calculator refresh-interval 0}} aus, bevor Sie die Anwendung starten. Ansonsten können Sie eine alternative Anwendung aus unserem Repository verwenden: {{prog|galculator}}, {{prog|mate-calc}}, {{prog|kcalc}} oder das nicht so gut ausschauende {{prog|xcalc}}, oder das textbasierte {{prog|qalculate-gtk}} / {{prog|qalculate-qt}} oder {{prog|speedcrunch}}.  +  +{{Bug|34029}} - '''grisbi''' Wir aktualisieren grisbi, um Nutzern, welche von anderen Distributionen kommen, welche die Version 3.0.4 einsetzen, eine Kompatibilität anzubieten. Allerdings kann der 1st time wizard kein benutzerdefiniertes Verzeichnis für Sicherungen auswählen. Bitte wählen Sie dieses später unter Bearbeiten -> Einstellungen aus.     === Externe Software === === Externe Software === Line 306: Line 310:  * '''BEHOBEN durch  [https://advisories.mageia.org/MGAA-2023-0095.html eine Aktualisierung]''' von mgaonline in {{Bug|32382}}: {{bug|32354}} - In einigen Fällen, die noch nicht eingegrenzt werden konnten, hat die Variable PATH, welche mit /usr/sbin gesetzt wird, eine höhere Priorität als /usr/bin. Als Konsequenz startet mgaapplet urpmi.update ohne nach einer Berechtigung zur Ausführung zu fragen, wodurch die Ausführung fehlschlägt. Hierdurch wird keine Benachrichtigung zu vorhandenen Aktualisierungen angezeigt. Ein Workaround ist im Bugreport beschrieben. * '''BEHOBEN durch  [https://advisories.mageia.org/MGAA-2023-0095.html eine Aktualisierung]''' von mgaonline in {{Bug|32382}}: {{bug|32354}} - In einigen Fällen, die noch nicht eingegrenzt werden konnten, hat die Variable PATH, welche mit /usr/sbin gesetzt wird, eine höhere Priorität als /usr/bin. Als Konsequenz startet mgaapplet urpmi.update ohne nach einer Berechtigung zur Ausführung zu fragen, wodurch die Ausführung fehlschlägt. Hierdurch wird keine Benachrichtigung zu vorhandenen Aktualisierungen angezeigt. Ein Workaround ist im Bugreport beschrieben.    −* Unter GNOME muss die [[#Applet Sichtbarkeit|Applet Sichtbarkeit]] aktiviert werden.+* Unter GNOME muss die [[#GNOME|Applet Sichtbarkeit]] aktiviert werden.     == Sicherheit == == Sicherheit == Psyca
Categorías: Wiki de Mageia
Feed