GithubHelp home page GithubHelp logo

xyz.armcord.armcord's Introduction

Flathub

Flathub is the central place for building and hosting Flatpak builds.

Using the Flathub repository

To install applications that are hosted on Flathub, use the following:

flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.gnome.Recipes

To install applications from the beta branch, use the following:

flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.godotengine.Godot

For more information and more applications see https://flathub.org

Contributing to Flathub

For information on creating packages or reporting issues please see the contributing page.

Note: this repository is not for reporting issues related to the flathub.org website itself or contributing to its development. For that, go to https://github.com/flathub-infra/website

xyz.armcord.armcord's People

Contributors

bbhtt avatar flathubbot avatar github-actions[bot] avatar jamiethecat avatar orowith2os avatar smartfrigde avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

xyz.armcord.armcord's Issues

USE_WAYLAND=1 doesnt work anymore

After the latest update the app starts in Xwayland again. Here is the log:

$ USE_WAYLAND=1 flatpak run xyz.armcord.ArmCord 
Using Wayland, enabling PipeWire for video capture.
Screenshare may be broken on first start.
Make sure you have the legacy screencapturer enabled.
Wayland socket not available, running through Xwayland.
Using NVIDIA on Wayland, applying workaround
Passing the following arguments to Electron: --enable-gpu-rasterization --enable-zero-copy --enable-gpu-compositing --enable-native-gpu-memory-buffers --enable-oop-rasterization --disable-gpu-blocklist --disable-gpu-sandbox --enable-features=UseSkiaRenderer,WebRTCPipeWireCapturer,WebRTCPipeWireCapturer

Full screen on wayland looks weird

This does NOT happen with the appimage version.
Here is a screenshot demonstrating the issue:
image
The green is my background, not the app

OS: Fedora
DE: Gnome 43.3 on Wayland

No tray icon in forced wayland mode

This does not happen with the AppImage version.

When I force the app to run under Wayland, the tray icon doesnt show up. The tray icon does work for other wayland flatpak apps(though those are not electron apps)

Out of date warning

3.2.7 has released but the flathub release has not been updated. This causes the armcord out of date warning on launch.

Links not opening in any browser

Armcord Flatpak doesn't open links in my default web browser (Firefox, non-flatpak), or any browser for that matter.

OS: Latest Alpine Edge
ArmCord: 3.2.5

Newer Electron version?

Currently, armcord flatpak uses electron 21. There are some bugfixes from Electron > 22 that would be useful for Wayland (tray bar crashing armcord). Why isn't the newer version used?

Not launching after latest update

Just updated to the newest flatpak with gnome software and now the flatpak wont launch at all (neither in wayland nor in Xwayland mode).
All flatpak perms are set to default
When running in terminal:

$ flatpak run xyz.armcord.ArmCord 
Using Wayland; enabling PipeWire for video capture
USE_WAYLAND not set, running through Xwayland
Using NVIDIA on Wayland, applying workaround
Passing the following arguments to Electron: --enable-gpu-rasterization --enable-zero-copy --enable-gpu-compositing --enable-native-gpu-memory-buffers --enable-oop-rasterization --disable-gpu-sandbox --enable-features=UseSkiaRenderer,WebRTCPipeWireCapturer
[3:0320/154319.029659:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Gtk-Message: 15:43:19.372: Failed to load module "canberra-gtk-module"
Gtk-Message: 15:43:19.372: Failed to load module "pk-gtk-module"
Gtk-Message: 15:43:19.373: Failed to load module "canberra-gtk-module"
Gtk-Message: 15:43:19.373: Failed to load module "pk-gtk-module"
[3:0320/154319.388588:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[3:0320/154319.388618:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[Config manager] armcordCSP: true
[Config manager] doneSetup: true
Setting up CSP unstricter...
[Config manager] trayIcon: default
[Config manager] windowStyle: native
[Config manager] clientName: undefined
$

A bunch of issues

  • instead of checking for USE_WAYLAND 1 or not 1, check for USE_WAYLAND=0 then do an else to run in wayland automatically, otherwise in regular wayland sessions without this env set armcord will just run in Xwayland (like, this is a little stupid)

    (I am in a gnome wayland session)
    image
    image

  • bunch of errors like โ†’ [3:0318/092418.526397:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory (not sure if this can be fixed)

  • Passthrough is not supported, GL is egl, ANGLE is... โ† another error

  • Gtk: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed spam when resizing window

  • armcord remains as small as the splash window in wayland
    image

  • armcord still segfaults after trying to screenshare, WebRTCPipeWireCapturer is still no good I guess?

    securityOrigin: 'https://discord.com/',
    userGesture: true,
    videoRequested: true,
    audioRequested: true
    }
    [0318/093525.032068:ERROR:scoped_ptrace_attach.cc(27)] ptrace: Operation not permitted (1)
    /app/bin/startarmcord: line 31: 3 Segmentation fault zypak-wrapper /app/bin/armcord/armcord "${FLAGS[@]}" "$@"

nit: UseOzonePlatform is not required since electron 12

Discord Rich Presence Problem (for Flatpak apps)

I added the stuff from the README.md, which works great on the first launch of an app.

However, after you attempt to open it a second time, I get

bwrap: Can't make symlink at /run/user/1000/discord-ipc-0: File exists

First launch works great though.

ArmCord Flatpak does not respect emoji font

The Flatpak shows google's emojis, even though I don't have them installed.
I am using twemoji on my system, which the (terra) repo version picks up correctly.
screenshot

Any suggestions and/or solutions?
(this is bothering me more than it should)

RPC not detected by rpc user

Most of flatpak apps that use discord rich presence uses $XDG_RUNTIME_DIR/app/com.discordapp.Discord/discord-ipc-x, why not emulate that too ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.