Git Product home page Git Product logo

Comments (4)

therealmik avatar therealmik commented on September 1, 2024

Hi,

You shouldn't need to symlink - creating a detangleconfig.json pointing to chromium will do fine. I haven't documented it well yet, but something like:

{
  "browsers": {
     "REGULAR": ["/usr/bin/chromium",
		"--profile-directory=DetangleRegular",
		"--no-default-browser-check"],
     "ISOLATED": ["/usr/bin/chromium",
		"--profile-directory=DetangleIsolated",
		"--no-default-browser-check"]
  }
}

The other issue is that the package currently installs the files only in the Chrome policy directories, not Chromium. I have a feeling that putting them in Chromium works on both, but I need to double check. Try moving the two json files into the appropriate Chromium equivalent directories.

from detangle.

leophys avatar leophys commented on September 1, 2024

To recap, as suggested by this resource, I've put:

  • /etc/opt/chrome/policies/managed/detangle.json in /etc/chromium/policies/managed/detangle.json
  • /etc/opt/chrome/native-messaging-hosts/com.google.corp.detangle.json in /etc/chromium/native-messaging-hosts/com.google.corp.detangle.json
  • /opt/google/chrome/extensions/hcmeejlfgajdddobdodhlhcolankfpli.json in /usr/shared/chromium/extensions/hcmeejlfgajdddobdodhlhcolankfpli.json

Then I created /etc/detangleconfig.json and copy-pasted all the content you gave above.

The result is still:
failure

How should I proceed?

Cheers :)

from detangle.

therealmik avatar therealmik commented on September 1, 2024

Ok, it sounds like you're just missing a managed policy. You can ignore that error if you like, but all pages- including the new tab page- will hand off to Regular.

You can add things to the Corporate ACL that unexpectedly hand off through the extension (browserAction) icon.

from detangle.

leophys avatar leophys commented on September 1, 2024

I confirm that it works!

Thank you for you time @therealmik

from detangle.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.