Discussion:
[chromium-dev] How does chrome calls xdg-open?
Parvat Yadav
2018-11-12 17:30:38 UTC
Permalink
In linux `xdg-open` is used to open some file using default application.
But sometime google-chrome calls xdg-open to open some download links or
magnetic links. How does this happens? Can someone explain the process? Is
it possible to disable this feature? I need to know the process because
chrome is calling xdg-open for downloading files, and it happened suddenly,
so I need to stop this because I am unable to download anything as when
chrome calls `xdg-open` and after clicking yes option nothing happens.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/aae2a644-d6b0-4e0e-b69a-0d21740edbce%40chromium.org.
Nico Weber
2018-11-12 18:20:42 UTC
Permalink
The call is probably in this file:
https://cs.chromium.org/search/?q=xdg-open+file:%5C.cc&sq=package:chromium&type=cs
Post by Parvat Yadav
In linux `xdg-open` is used to open some file using default application.
But sometime google-chrome calls xdg-open to open some download links or
magnetic links. How does this happens? Can someone explain the process? Is
it possible to disable this feature? I need to know the process because
chrome is calling xdg-open for downloading files, and it happened suddenly,
so I need to stop this because I am unable to download anything as when
chrome calls `xdg-open` and after clicking yes option nothing happens.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/aae2a644-d6b0-4e0e-b69a-0d21740edbce%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/aae2a644-d6b0-4e0e-b69a-0d21740edbce%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAMGbLiHTkx54ALEHRXwxTeWhRJE-Lbp-%3DP4QTALf%2BSNJ%2BkzfEQ%40mail.gmail.com.
Asanka Herath
2018-11-13 23:54:58 UTC
Permalink
Also please file a bug <https://new.crbug.com> if you believe the current
behavior is incorrect or problematic.
Post by Nico Weber
https://cs.chromium.org/search/?q=xdg-open+file:%5C.cc&sq=package:chromium&type=cs
Post by Parvat Yadav
In linux `xdg-open` is used to open some file using default application.
But sometime google-chrome calls xdg-open to open some download links or
magnetic links. How does this happens? Can someone explain the process? Is
it possible to disable this feature? I need to know the process because
chrome is calling xdg-open for downloading files, and it happened suddenly,
so I need to stop this because I am unable to download anything as when
chrome calls `xdg-open` and after clicking yes option nothing happens.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/aae2a644-d6b0-4e0e-b69a-0d21740edbce%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/aae2a644-d6b0-4e0e-b69a-0d21740edbce%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAMGbLiHTkx54ALEHRXwxTeWhRJE-Lbp-%3DP4QTALf%2BSNJ%2BkzfEQ%40mail.gmail.com
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAMGbLiHTkx54ALEHRXwxTeWhRJE-Lbp-%3DP4QTALf%2BSNJ%2BkzfEQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAM%3DuaOF9L_7%2B79hD6L%2BZ-DXbgwS%3DH6OeZFzxq_3baJSrEQirMw%40mail.gmail.com.
Loading...