Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't recognize canary from flatpak beta channel. #143

Open
kaosine opened this issue Aug 15, 2022 · 3 comments
Open

Doesn't recognize canary from flatpak beta channel. #143

kaosine opened this issue Aug 15, 2022 · 3 comments
Labels
enhancement:compatibility Compatibility fix help-wanted Extra attention is needed

Comments

@kaosine
Copy link

kaosine commented Aug 15, 2022

Using

flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo

I'm able to add flatpaks beta channel which gives access to canary without relying on my distros software. The only issue is that ctl doesn't recognize it or see it. I have to downgrade to regular discord which in my experience is buggier than canary. At least I've always had better luck with canary from flatpak.

@ObserverOfTime
Copy link
Collaborator

ObserverOfTime commented Aug 15, 2022

What's the output of betterdiscordctl -i flatpak -f canary -v -v status ?

Nevermind, I forgot bdctl can only look for the stable flatpak/snap packages.

See if you can trick it with this:

XDG_CONFIG_HOME=~/.var/app/com.discordapp.DiscordCanary/config betterdiscordctl -f canary -v -v status

@kaosine
Copy link
Author

kaosine commented Aug 23, 2022

Going to try that, I forgot I even submitted this ticket until just now.

Nope no dice won't inject:

V: Found modules in /home/kaosine/.var/app/com.discordapp.DiscordCanary/config/discordcanary/0.0.136/modules
VV: BetterDiscord remote GitHub repository owner: BetterDiscord
VV: BetterDiscord remote GitHub repository name: BetterDiscord
VV: BetterDiscord remote GitHub repository release: latest
VV: BetterDiscord remote URL: https://github.com/BetterDiscord/BetterDiscord/releases/latest/download
VV: BetterDiscord remote directory: /home/kaosine/.var/app/com.discordapp.DiscordCanary/config/BetterDiscord/data
VV: BetterDiscord remote asar path: betterdiscord.asar
VV: BetterDiscord asar installation: /home/kaosine/.var/app/com.discordapp.DiscordCanary/config/BetterDiscord/data/betterdiscord.asar
Discord install: traditional
Discord flavor: canary
Discord modules: /home/kaosine/.var/app/com.discordapp.DiscordCanary/config/discordcanary/0.0.136/modules
BetterDiscord directory: /home/kaosine/.var/app/com.discordapp.DiscordCanary/config/BetterDiscord
BetterDiscord asar installed: no
Discord "index.js" injected: no
BetterDiscord remote: github
BetterDiscord remote GitHub: ~BetterDiscord/BetterDiscord#latest

@ObserverOfTime ObserverOfTime added the hacktoberfest Hacktoberfest 2022 label Sep 26, 2022
@ObserverOfTime ObserverOfTime removed the hacktoberfest Hacktoberfest 2022 label Nov 10, 2022
@potatoes1286
Copy link

potatoes1286 commented Feb 2, 2023

What's the output of betterdiscordctl -i flatpak -f canary -v -v status ?

Nevermind, I forgot bdctl can only look for the stable flatpak/snap packages.

See if you can trick it with this:

XDG_CONFIG_HOME=~/.var/app/com.discordapp.DiscordCanary/config betterdiscordctl -f canary -v -v status

Hey. Stumbled across this while trying to do same as OP.

It seems like the correct command is

XDG_CONFIG_HOME=~/.var/app/com.discordapp.DiscordCanary/config betterdiscordctl -f canary -v -v install

Your command has "status" instead of "install".

Managed to get betterdiscordctl to install on canary from flathub beta.

Good workaround for the time being.

Hope this helps any future canary flathub users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:compatibility Compatibility fix help-wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants