helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
806 stars 58 forks source link

Chromium can't install extensions or themes. #343

Open alphamodh0 opened 2 years ago

alphamodh0 commented 2 years ago

Describe the bug Chromium can't install extensions or themes from the Web Store. To Reproduce Steps to reproduce the behavior:

  1. Go to System --> Internet --> Chromium.
  2. Click on Install.
  3. At finish open Chromium (same as 1).
  4. Go to Web Store (Apps Bookmark --> Web Store)
  5. Select any theme or extension and install it.
  6. Get error: FALIED_TO_COPY_EXTENSION_FILE_TO_TEMP_DIRECTORY.

Expected behavior I was hoping to install an AdBlocker and an extension widely used in my country by students. Also a Chromium theme that mimics the OSX Lion interface.

Screenshots chromium error

Version:

Computer:

Additional context -No.

probonopd commented 2 years ago

Might be caused by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258573. Will likely be fixed in helloSystem whenever it is fixed in the FreeBSD Chromium package.

I can confirm that https://github.com/helloSystem/Applications/releases/download/Chromium/Chromium.94.0.4606.81.img is suffering from the same issue.

So maybe you want to use Firefox in the meantime. The one from https://github.com/helloSystem/Applications/releases/download/ even has uBlock Origin bundled out of the box.

alphamodh0 commented 2 years ago

Thank you.