Github messages for voidlinux
 help / color / mirror / Atom feed
From: kawaiiamber <kawaiiamber@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [bug] Flatpak fails to launch applications
Date: Sat, 09 Jan 2021 13:28:56 +0100	[thread overview]
Message-ID: <20210109122856.RVMRgGmR8biP4xS4Aknv98x2R7nABNEjEo2HyfoJq-M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27771@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1687 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/27771#issuecomment-757142246

Comment:
Sorry for the late reply, I passed out. I removed flatpak `# xbps-remove -R flatpak` then used `find`:
```sh
[amber@otaku ~]$ doas find / -name flatpak
doas (amber@otaku) password:
/root/.local/share/flatpak
find: ‘/proc/12850’: No such file or directory
/var/lib/flatpak
/var/lib/flatpak/app/com.valvesoftware.Steam/x86_64/stable/772103f257be309d75e753b9228bb39d034b1d54091088d611a1795cb736399a/files/share/app-info/icons/flatpak
/var/lib/flatpak/app/com.discordapp.Discord/x86_64/stable/fee64683ecb42ebf46ee4f799f4d6a536915d7f983eb2c81a22347849f1b1658/files/share/app-info/icons/flatpak
/home/amber/projx/repos/void-packages/srcpkgs/flatpak
/home/amber/.local/share/flatpak
/home/amber/.cache/flatpak
```
I removed everything flatpak (except the flatpak template from void-packages git clone):
```sh
[amber@otaku ~]$ doas rm -rf /root/.local/share/flatpak /var/lib/flatpak/* $HOME/.local/share/flatpak $HOME/.cache/flatpak
doas (amber@otaku) password:
```
I also removed $HOME/.var:
```sh
[amber@otaku ~]$ doas rm -rf .var
doas (amber@otaku) password:
```
I then re-installed flatpak: `# xbps-install -S fllatpak`. Then, tried running an app:
```sh
[amber@otaku ~]$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
[amber@otaku ~]$ flatpak install flathub com.discordapp.Discord
[amber@otaku ~]$ flatpak run com.discordapp.Discord
```
Discord now launches. There's no voice or sound, but I believe that's because I don't use pulseaudio. Thanks @ericonr for this fix.

  parent reply	other threads:[~2021-01-09 12:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 21:40 [ISSUE] " kawaiiamber
2021-01-09  0:32 ` ericonr
2021-01-09 12:28 ` kawaiiamber [this message]
2021-01-09 12:28 ` [ISSUE] [CLOSED] " kawaiiamber
2021-01-09 12:44 ` kawaiiamber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210109122856.RVMRgGmR8biP4xS4Aknv98x2R7nABNEjEo2HyfoJq-M@z \
    --to=kawaiiamber@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).