muzika icon indicating copy to clipboard operation
muzika copied to clipboard

I want to launch Muzika with Live iso

Open maboroshin opened this issue 2 years ago • 4 comments

Muzika could not be booted from Ubuntu/Kubuntu live DVD. Do you know of any good methods for Linux Live DVD? Other app - AudioTube successfully booted from live Kubuntu, But It can't Ubuntu. I'm not too familiar with Linux. However, I have translated many YouTube Clients into Japanese.


The installation command below is currently written in README. It is also helpful to have the startup command in the README.

flatpak install com.vixalien.muzika.flatpak

maboroshin avatar Jul 23 '23 18:07 maboroshin

I'm not sure how this works, and you may be better off asking in online forums.

If you want to run the installed flatpak, just run

flatpak run com.vixalien.muzika

note the above command to install (flatpak install com.vixalien.muzika.flatpak) only works if you have downloaded the flatpak itself (from our CI artifacts.) As Muzika is still early in development, I would not recommend packaging it in any distro unless it's purely for personal use.

vixalien avatar Jul 24 '23 08:07 vixalien

Thank you. I downloaded flatpak and I tried above run method. The system asked for reboot system. But Live Iso can't reboot because the installed data will be lost. 😅 (It also happened in AudioTube via flatpak on Ubuntu) So I will try again in the future.

maboroshin avatar Jul 24 '23 08:07 maboroshin

Result of using the latest Nightly build. Error. Same for Ubuntu and Kubuntu (23.10).

kubuntu@kubuntu:~$ flatpak run com.vixalien.muzika

Note that the directories 

'/var/lib/flatpak/exports/share'
'/home/kubuntu/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

Gjs-Console-Message: 06:35:46.950: caching soup requests at /home/kubuntu/.var/app/com.vixalien.muzika/cache/com.vixalien.muzika/soup-cache
Gjs-Console-Message: 06:35:46.951: storing token to secret store

(com.vixalien.muzika:2): Gjs-WARNING **: 06:35:46.960: JS ERROR: Gio.DBusError: The name org.freedesktop.secrets was not provided by any .service files
MuzikaSecretStore@resource:///com/vixalien/muzika/js/main.js:13422:29
@resource:///com/vixalien/muzika/js/main.js:13474:13
@file:///app/bin/com.vixalien.muzika:28:6

maboroshin avatar Nov 27 '23 06:11 maboroshin

You need to install a secrets provider, like libsecret or gnome-keyring.

One of them should be installed by default. Alternatively, you can install DoorKnocker to see which portals are available on your system.

DoorKnocker showing that the secrets portal is available

vixalien avatar Nov 27 '23 15:11 vixalien