NeverDecaf / discord-chrome-app

A chrome packaged app that mimics the desktop client while maintaining the privacy and security of the chrome browser sandbox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARM Linux (Manjaro XFCE, Raspberry PI 4B) – No title bar with buttons

SpacingBat3 opened this issue · comments

When launching discord app, title bar won't render:
Przechwycenie obrazu ekranu_2020-05-20_10-52-33
For other XFCE distros, I launched it earlier on Xubuntu X86. However I didn't check if it's working on Manjaro for X86 processors. Also, I don't know it's behaviour on other desktop environments or OS'es for RPI.
Any help with that?

Can you check the result of getPlatformInfo by running chrome.runtime.getPlatformInfo(function(r) {console.log(r)}) in your browser's console? The titlebar css is only applied if the os value is one of win,linux,mac,openbsd.

As the output it prints "undefined":
image

To open console I went to chrome://extension and use console as one of the background scripts. Is that correct?

For additional info, I'm using Chromium, not Chrome. Just in case if that's important (even if I'm sure it's not really for now).

Anyway, thanks for quick answer.

Did not account for platformInfo being undefined, let me know if 1.2.5 fixes this issue for you.

Now everything seems fine, thank you for your fast response!
Przechwycenie obrazu ekranu_2020-05-21_12-15-32
Closing an issue.