Comment 2 for bug 1968377

Revision history for this message
Nathan Teodosio (nteodosio) wrote : Re: New Chromium icon, not yet used by Snap

Hi Alexander, thanks for your report!

> (If the code was on GitHub I'd submit a PR, but I'm very much a beginner with git and haven't done it on LP before.)

Yeah, navigating Launchpad may be hard for the first time. However, if you are interested, this is how you would go about it:

- Create a SSH key pair for Launchpad[1].

- Get the development branch from the chromium-browser:

    git clone -b dev https://git.launchpad.net/~chromium-team/chromium-browser/+git/snap-from-source

  As described in its page[2].

- Push to your own Launchpad repository. It should be something like

    git remote add origin git+ssh://<email address hidden>/~elcste/+git/REPOSITORY_NAME
    git push --set-upstream origin master

- If you visit your repository (assuming the branch is "dev", https://code.launchpad.net/~elcste/chromium-browser/+git/chromium-browser/+ref/dev), you can "propose for merging" against the ~chromium-team/chromium-browser/+git/snap-from-source repository on the dev branch.

Please feel free to drop any question if you get stuck, either here or sending me an email[3].

[1]: https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair
[2]: https://code.launchpad.net/~chromium-team/chromium-browser/+git/snap-from-source/+ref/dev
[3]: https://launchpad.net/%7Enteodosio/+contactuser