On Wed, 2021-11-10 at 17:50 +0100, Vitaly Zaitsev via devel wrote:
> On 10/11/2021 17:03, Dominik 'Rathann' Mierzejewski wrote:
> > Be warned that none of the Matrix clients currently available in
> > Fedora
> > repositories (nheko, neochat, pidgin via purple-matrix) can handle
> > SSO
> > authentication like the one required to login to fedora.im (Home
> > Server
> > is fedora.ems.host).
> 
> Both NeoChat and nheko works fine with Fedora SSO. Enter your Fedora 
> MatrixID and press the "Login with SSO" button.
> 

I'm using element-desktop-1.7.29-
1.x86_64 https://github.com/vector-im/element-desktop#readme

some thing like [1] I end up using electron-build to build the rpm and
install it and after [2] I could start the application . Sorry I lost
my history commands but be ware I took some days to figure out how I
build it all, but not expect more than one Electron app. 

[2] 
cp ./deploys/element-v1.7.29/config.sample.json
~/.config/Element/config.json fix it for me


Also we have nativefier solution [3] 

[3] 
git clone g...@github.com:nativefier/nativefier.git
cd nativefier
npm install
node lib/cli.js https://app.element.io/
cd Element-linux-x64/
./Element


[1]
you need  git clone g...@github.com:vector-im/element-desktop.git

and git clone g...@github.com:vector-im/element-web.git

cd element-desktop ; ln -s ../element-web/webapp
cd ../element-web
"some yarns like " 
 yarn run
yarn asar-webapp
yarn run fetch
cd ../element-desktop/
yarn build



> Sincerely,
>    Vitaly Zaitsev (vit...@easycoding.org)
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure

-- 
Sérgio M. B.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to