Installare e usare Flatpack

Pubblicità

Avex

Nuovo Utente
Messaggi
4
Reazioni
2
Punteggio
6
Salve, mi sono presentato e vorrei poter risolvere un problema che incontro nell'installazione di Flatpack.

Uso un Void Linux minimale con Openbox e SpaceFM configurato da un amico. Vorrei installare SpeeckNote, un programma di riconoscimento/trascrizione vocale.
Ho dato il comando "sudo xbps-install -S flatpak" che è stato eseguito senza errori.
Ho proseguito con "flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" che però provoca l'errore "error: Unable to connect to system bus"

Cosa significa? Come posso risolvere?

Grazie a chi mi vorrà aiutare.
 
Vedi se ti è utile:
Grazie ancora; il comando con sudo ha funzionato, ma l'installazione di SpeeckNote mi da errore. Qui sotto tutto l'output del terminale:

/dev/shm $ flatpak install flathub net.mkiol.SpeechNote
Looking for matches…
Required runtime for net.mkiol.SpeechNote/x86_64/stable (runtime/org.kde.Platform/x86_64/5.15-22.08) found in remote flathub
Do you want to install it? [Y/n]:

net.mkiol.SpeechNote permissions:
ipc network fallback-x11 pulseaudio wayland x11 devices file access [1] dbus access [2]

[1] xdg-config/kdeglobals:ro, xdg-desktop, xdg-documents, xdg-download, xdg-music, xdg-videos
[2] com.canonical.AppMenu.Registrar, org.freedesktop.Notifications, org.kde.KGlobalSettings, org.kde.StatusNotifierWatcher, org.kde.kconfig.notify

ID Branch Op Remote Download
1. [✗] org.freedesktop.Platform.GL.default 22.08 i flathub 146,5 MB / 146,8 MB
2. [✗] org.freedesktop.Platform.GL.default 22.08-extra i flathub 17,9 MB / 146,8 MB
3. [✗] org.freedesktop.Platform.GL.nvidia-535-154-05 1.4 i flathub 342,5 MB / 342,6 MB
4. [✗] org.freedesktop.Platform.openh264 2.2.0 i flathub 886,7 kB / 944,3 kB
5. [✗] org.kde.KStyle.Adwaita 5.15-22.08 i flathub 6,6 MB / 6,6 MB
6. [✗] org.kde.Platform.Locale 5.15-22.08 i flathub 160,6 MB / 355,4 MB
7. [✗] org.kde.Platform 5.15-22.08 i flathub 258,6 MB / 321,2 MB
8. [ ] net.mkiol.SpeechNote stable i flathub < 936,5 MB

Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus

Warning: Unable to connect to system bus
Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus
Warning: Unable to connect to system bus
Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus
Warning: Unable to connect to system bus
Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus
Warning: Unable to connect to system bus
Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus
Warning: Unable to connect to system bus
Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus
Warning: Unable to connect to system bus
Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus
Error: Unable to connect to system bus
error: Failed to install org.kde.Platform: Unable to connect to system bus


Cossa significa? Come posso abilitare "sistem dbus"?

Grazie.
 
Risolto tutto!!!
dovevo inserire l'utente per il quale volevo installare Flatpack; con sudo lo avevo installato solo per il sistema. il comando giusto è:
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
il servizio dbus si abilita facendo un link del servizio nella cartella "/etc/runit/runsvdir/default/" con il comando:
ln -s /etc/sv/dbus /etc/runit/runsvdir/default/
Grazie.
 
Pubblicità
Pubblicità
Indietro
Top