Skip to content

Instantly share code, notes, and snippets.

@cho2
Last active December 18, 2022 14:26
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cho2/a9c20556e0585943624208c3ca1a5af7 to your computer and use it in GitHub Desktop.
Save cho2/a9c20556e0585943624208c3ca1a5af7 to your computer and use it in GitHub Desktop.
Google Chrome Flatpak
//eos3
wget https://origin.ostree.endlessm.com/keys/eos-flatpak-keyring.gpg
flatpak remote-add --gpg-import=eos-flatpak-keyring.gpg eos-apps https://ostree.endlessm.com/ostree/eos-apps
flatpak remote-add --gpg-import=eos-flatpak-keyring.gpg eos-sdk https://ostree.endlessm.com/ostree/eos-sdk
flatpak install eos-apps com.google.Chrome
git clone git@github.com:endlessm/eos-google-chrome-app.git
cd eos-google-chrome-app
chmod +x eos-google-chrome-app
./eos-google-chrome-app
//master
wget https://github.com/cho2/flatpak-repo/raw/master/gpg/flatpak.gpg
flatpak remote-add chrome http://blog.kukuh.syafaat.id/flatpak-repo/google-chrome/repo --gpg-import=flatpak.gpg
flatpak install chrome com.google.Chrome
git clone git@github.com:cho2/eos-google-chrome-app.git
cd eos-google-chrome-app
chmod +x eos-google-chrome-app
./eos-google-chrome-app
@r-cheologist
Copy link

Hi - thanks for pointing the way.
I'm trying to get the 1st eous-"pure" version to run and fail.
When I try to install the flatpak, I get the following

#> flatpak install --user eos-apps com.google.Chrome
Looking for matches…
F: Error updating remote metadata for 'eos-apps': Can't pull from untrusted non-gpg verified remote
error: Failed to pull some refs from the remotes: (com.endlessm.Apps, app/com.google.Chrome/x86_64/eos3)

Does this still work for you and if yes: what may be going wrong on my (ArchLinux) System?

Thanks for any hints.

@cho2
Copy link
Author

cho2 commented Oct 21, 2019

@r-cheologist F: Error updating remote metadata for 'eos-apps': Can't pull from untrusted non-gpg verified remote because of --no-gpg-verify on the first command. It's not working right now.

@cho2
Copy link
Author

cho2 commented Jul 18, 2020

updated

@tinywrkb
Copy link

@cho2 this is not really needed anymore, see here.

@cho2
Copy link
Author

cho2 commented Jul 19, 2020

@tinywrkb thanks!

Copy link

ghost commented Jan 4, 2021

┌──(beast㉿beast)-[~]
└─$ git clone git@github.com:endlessm/eos-google-chrome-app.git 128 ⨯
Cloning into 'eos-google-chrome-app'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@cho2
Copy link
Author

cho2 commented Jan 4, 2021

@beast076 try git clone https://github.com/endlessm/eos-google-chrome-app.git

Copy link

ghost commented Jan 4, 2021

Traceback (most recent call last):
File "/home/beast/eos-google-chrome-app/./eos-google-chrome-app", line 42, in
gi.require_version('Flatpak', '1.0')
File "/usr/lib/python3/dist-packages/gi/init.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Flatpak not available

after cloning from git clone https://github.com/endlessm/eos-google-chrome-app.git
and i ran these
cd eos-google-chrome-app
chmod +x eos-google-chrome-app
./eos-google-chrome-app

@cho2
Copy link
Author

cho2 commented Jan 4, 2021

@beast076 what Flatpak version are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment