unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* ublock extension for ungoogled-chromium
       [not found] <CAGZc64FkC9ojCPobwQ4Wxhc9mJoFAdNLTMdP5ubauXkCS+XuHg@mail.gmail.com>
@ 2022-02-03  9:36 ` Reza Housseini
  2022-02-03 10:07   ` Marius Bakke
  0 siblings, 1 reply; 4+ messages in thread
From: Reza Housseini @ 2022-02-03  9:36 UTC (permalink / raw)
  To: help-guix

Hello Guixers

I installed ungoogled-chromium and ublock-origin-chromium and just assumed
it will work. But it seems that the extension does not get registered in
chromium. Does anybody know what I have to do to achieve this?
Marius Bakke mentioned in his patch [1] that updating does not work, is
this the reason why?

Thanks for any advice.

Cheers,
Reza

1 https://issues.guix.gnu.org/44335

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ublock extension for ungoogled-chromium
  2022-02-03  9:36 ` ublock extension for ungoogled-chromium Reza Housseini
@ 2022-02-03 10:07   ` Marius Bakke
  2022-02-03 13:03     ` icecat ublock-origin? (Re: ublock extension for ungoogled-chromium) Remco
  2022-02-04  9:52     ` ublock extension for ungoogled-chromium Reza Housseini
  0 siblings, 2 replies; 4+ messages in thread
From: Marius Bakke @ 2022-02-03 10:07 UTC (permalink / raw)
  To: reza.housseini, help-guix

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]

Hi Reza,

Reza Housseini <reza.housseini@gmail.com> skriver:

> Hello Guixers
>
> I installed ungoogled-chromium and ublock-origin-chromium and just assumed
> it will work. But it seems that the extension does not get registered in
> chromium. Does anybody know what I have to do to achieve this?

It should definitively "just work", however there are caveats:

* It relies on the $CHROMIUM_EXTENSION_DIRECTORY variable, which is
  automatically configured by Guix when you install both packages; but
  you may need to log out and in again for it to take effect.
* If you have a previous ~/.config/chromium directory from the (googled)
  Chromium laying around, there may be strange interactions.

You can avoid both caveats by running:

  guix shell {ungoogled,ublock-origin}-chromium -- \
    chromium --user-data-dir=/tmp/chromium-profile

Does the extension show up then?

> Marius Bakke mentioned in his patch [1] that updating does not work, is
> this the reason why?

Updating has since been fixed.  :-)

Thanks,
Marius

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* icecat ublock-origin? (Re: ublock extension for ungoogled-chromium)
  2022-02-03 10:07   ` Marius Bakke
@ 2022-02-03 13:03     ` Remco
  2022-02-04  9:52     ` ublock extension for ungoogled-chromium Reza Housseini
  1 sibling, 0 replies; 4+ messages in thread
From: Remco @ 2022-02-03 13:03 UTC (permalink / raw)
  To: Marius Bakke; +Cc: help-guix

But what about icecat?  The description of the ublock-origin-chromium
states:

> uBlock Origin is a "wide spectrum blocker" for IceCat and
> ungoogled-chromium.

A ublock-origin-icecat or ublock-origin-xpi does not exist.  There's a
ublock-origin package with outputs xpi, firefox and chromium (see
gnu/packages/browser-extensions.scm) but it's not exported.  Are these
artifacts of different times or a work in progress?

Also removing ~/.mozilla/icecat (as removing ~/.config/chromium) doesn't
help to get ublock-origin-chromium to work with icecat.

R.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ublock extension for ungoogled-chromium
  2022-02-03 10:07   ` Marius Bakke
  2022-02-03 13:03     ` icecat ublock-origin? (Re: ublock extension for ungoogled-chromium) Remco
@ 2022-02-04  9:52     ` Reza Housseini
  1 sibling, 0 replies; 4+ messages in thread
From: Reza Housseini @ 2022-02-04  9:52 UTC (permalink / raw)
  To: Marius Bakke; +Cc: help-guix

On Thu, Feb 3, 2022 at 11:07 AM Marius Bakke <marius@gnu.org> wrote:

> Hi Reza,
>
> Reza Housseini <reza.housseini@gmail.com> skriver:
>
> > Hello Guixers
> >
> > I installed ungoogled-chromium and ublock-origin-chromium and just
> assumed
> > it will work. But it seems that the extension does not get registered in
> > chromium. Does anybody know what I have to do to achieve this?
>
> It should definitively "just work", however there are caveats:
>
> * It relies on the $CHROMIUM_EXTENSION_DIRECTORY variable, which is
>   automatically configured by Guix when you install both packages; but
>   you may need to log out and in again for it to take effect.
> * If you have a previous ~/.config/chromium directory from the (googled)
>   Chromium laying around, there may be strange interactions.
>
> You can avoid both caveats by running:
>
>   guix shell {ungoogled,ublock-origin}-chromium -- \
>     chromium --user-data-dir=/tmp/chromium-profile
>
> Does the extension show up then?
>
> > Marius Bakke mentioned in his patch [1] that updating does not work, is
> > this the reason why?
>
> Updating has since been fixed.  :-)
>
> Thanks,
> Marius
>

Hi Marius

Logging in and out did the trick, should've known better.

So it should work updating the extension via guix?

Thanks,
Reza

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-04  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAGZc64FkC9ojCPobwQ4Wxhc9mJoFAdNLTMdP5ubauXkCS+XuHg@mail.gmail.com>
2022-02-03  9:36 ` ublock extension for ungoogled-chromium Reza Housseini
2022-02-03 10:07   ` Marius Bakke
2022-02-03 13:03     ` icecat ublock-origin? (Re: ublock extension for ungoogled-chromium) Remco
2022-02-04  9:52     ` ublock extension for ungoogled-chromium Reza Housseini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).