Can't change magnet handler The Next CEO of Stack OverflowCan't change my package manager on...
What day is it again?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
How can the PCs determine if an item is a phylactery?
Why was Sir Cadogan fired?
Why doesn't Shulchan Aruch include the laws of destroying fruit trees?
Physiological effects of huge anime eyes
How to coordinate airplane tickets?
Calculating discount not working
What steps are necessary to read a Modern SSD in Medieval Europe?
Free fall ellipse or parabola?
Is it possible to make a 9x9 table fit within the default margins?
Find a path from s to t using as few red nodes as possible
Why did early computer designers eschew integers?
Is it a bad idea to plug the other end of ESD strap to wall ground?
logical reads on global temp table, but not on session-level temp table
Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico
How seriously should I take size and weight limits of hand luggage?
Find the majority element, which appears more than half the time
Could a dragon use its wings to swim?
Mathematica command that allows it to read my intentions
How can I prove that a state of equilibrium is unstable?
Creating a script with console commands
Is it reasonable to ask other researchers to send me their previous grant applications?
That's an odd coin - I wonder why
Can't change magnet handler
The Next CEO of Stack OverflowCan't change my package manager on new install of Ubuntu 16.04 LTSFirefox can't display math in wikipedia.orgI can't play some Youtube videosCannot find “/usr/bin/deluge” but can open Deluge Ubuntu 16.04No sound in Ubuntu 16.04.1 after trying to install realtek HD driversProblems in creating wifi hotspot in ubuntu 16.04 for android devicetelnet: Unable to connect to remote host: Connection refusedCan't perform upgrade packages on UbuntuCan't install Ubuntu 16.04! Display manager Xorg failedInstalling i3wm on Ubuntu 16.04
I am trying to change my magnet handler by using:
gvfs-mime --set x-scheme-handler/magnet qbittorrent.desktop
I am getting an error:
Failed to load info for handler 'qbittorrent.desktop'
Please note the qbittorrent in installed. I've also tried using transmission with same results.
16.04
add a comment |
I am trying to change my magnet handler by using:
gvfs-mime --set x-scheme-handler/magnet qbittorrent.desktop
I am getting an error:
Failed to load info for handler 'qbittorrent.desktop'
Please note the qbittorrent in installed. I've also tried using transmission with same results.
16.04
Anyone , Anyone ?
– orcas
yesterday
add a comment |
I am trying to change my magnet handler by using:
gvfs-mime --set x-scheme-handler/magnet qbittorrent.desktop
I am getting an error:
Failed to load info for handler 'qbittorrent.desktop'
Please note the qbittorrent in installed. I've also tried using transmission with same results.
16.04
I am trying to change my magnet handler by using:
gvfs-mime --set x-scheme-handler/magnet qbittorrent.desktop
I am getting an error:
Failed to load info for handler 'qbittorrent.desktop'
Please note the qbittorrent in installed. I've also tried using transmission with same results.
16.04
16.04
edited 6 mins ago
Philippe Delteil
5661422
5661422
asked Mar 29 at 22:21
orcasorcas
335
335
Anyone , Anyone ?
– orcas
yesterday
add a comment |
Anyone , Anyone ?
– orcas
yesterday
Anyone , Anyone ?
– orcas
yesterday
Anyone , Anyone ?
– orcas
yesterday
add a comment |
2 Answers
2
active
oldest
votes
According to man gvfs-mime
gvfs-mime has been deprecated and it is redirected to gio mime.
Issue the following command instead, it works just fine for me:
gio mime x-scheme-handler/magnet qbittorrent.desktop
add a comment |
The command to show the default program and alternative programs to open magnet links is:
gio mime x-scheme-handler/magnet
Set your preferred app, for example:
gio mime x-scheme-handler/magnet org.qbittorrent.qBittorrent.desktop
New contributor
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129789%2fcant-change-magnet-handler%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to man gvfs-mime
gvfs-mime has been deprecated and it is redirected to gio mime.
Issue the following command instead, it works just fine for me:
gio mime x-scheme-handler/magnet qbittorrent.desktop
add a comment |
According to man gvfs-mime
gvfs-mime has been deprecated and it is redirected to gio mime.
Issue the following command instead, it works just fine for me:
gio mime x-scheme-handler/magnet qbittorrent.desktop
add a comment |
According to man gvfs-mime
gvfs-mime has been deprecated and it is redirected to gio mime.
Issue the following command instead, it works just fine for me:
gio mime x-scheme-handler/magnet qbittorrent.desktop
According to man gvfs-mime
gvfs-mime has been deprecated and it is redirected to gio mime.
Issue the following command instead, it works just fine for me:
gio mime x-scheme-handler/magnet qbittorrent.desktop
answered 8 hours ago
mook765mook765
4,37321333
4,37321333
add a comment |
add a comment |
The command to show the default program and alternative programs to open magnet links is:
gio mime x-scheme-handler/magnet
Set your preferred app, for example:
gio mime x-scheme-handler/magnet org.qbittorrent.qBittorrent.desktop
New contributor
add a comment |
The command to show the default program and alternative programs to open magnet links is:
gio mime x-scheme-handler/magnet
Set your preferred app, for example:
gio mime x-scheme-handler/magnet org.qbittorrent.qBittorrent.desktop
New contributor
add a comment |
The command to show the default program and alternative programs to open magnet links is:
gio mime x-scheme-handler/magnet
Set your preferred app, for example:
gio mime x-scheme-handler/magnet org.qbittorrent.qBittorrent.desktop
New contributor
The command to show the default program and alternative programs to open magnet links is:
gio mime x-scheme-handler/magnet
Set your preferred app, for example:
gio mime x-scheme-handler/magnet org.qbittorrent.qBittorrent.desktop
New contributor
edited 6 mins ago
Philippe Delteil
5661422
5661422
New contributor
answered 8 hours ago
mrandersonmranderson
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129789%2fcant-change-magnet-handler%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Anyone , Anyone ?
– orcas
yesterday