ssh x11 forwarding drag-and-drop
Is it possible to drag-n-drop into x11 forwarded application?
For instance, I'm forwarding skype and I'd like to send a file by dropping it into message box. Yes, I know I can work it around. This question is not skype-specific.
ssh x11 xforwarding
add a comment |
Is it possible to drag-n-drop into x11 forwarded application?
For instance, I'm forwarding skype and I'd like to send a file by dropping it into message box. Yes, I know I can work it around. This question is not skype-specific.
ssh x11 xforwarding
this really sounds application specific, can you give more details on why you think it is not?
– Nathan McCoy
Mar 31 '15 at 11:36
@son_of_fire We can use drag-n-drop not only in skype but in browsers, file-manages etc.
– user2422869
Mar 31 '15 at 11:39
what is your window manager? OS etc...
– Nathan McCoy
Mar 31 '15 at 11:41
Client is FreeBSD running xfwm, host is ArchLinux with plain old X window manager.
– user2422869
Mar 31 '15 at 11:45
I think you need to forward D-Bus
– Gilles
Mar 31 '15 at 22:39
add a comment |
Is it possible to drag-n-drop into x11 forwarded application?
For instance, I'm forwarding skype and I'd like to send a file by dropping it into message box. Yes, I know I can work it around. This question is not skype-specific.
ssh x11 xforwarding
Is it possible to drag-n-drop into x11 forwarded application?
For instance, I'm forwarding skype and I'd like to send a file by dropping it into message box. Yes, I know I can work it around. This question is not skype-specific.
ssh x11 xforwarding
ssh x11 xforwarding
asked Mar 31 '15 at 11:22
user2422869user2422869
1112
1112
this really sounds application specific, can you give more details on why you think it is not?
– Nathan McCoy
Mar 31 '15 at 11:36
@son_of_fire We can use drag-n-drop not only in skype but in browsers, file-manages etc.
– user2422869
Mar 31 '15 at 11:39
what is your window manager? OS etc...
– Nathan McCoy
Mar 31 '15 at 11:41
Client is FreeBSD running xfwm, host is ArchLinux with plain old X window manager.
– user2422869
Mar 31 '15 at 11:45
I think you need to forward D-Bus
– Gilles
Mar 31 '15 at 22:39
add a comment |
this really sounds application specific, can you give more details on why you think it is not?
– Nathan McCoy
Mar 31 '15 at 11:36
@son_of_fire We can use drag-n-drop not only in skype but in browsers, file-manages etc.
– user2422869
Mar 31 '15 at 11:39
what is your window manager? OS etc...
– Nathan McCoy
Mar 31 '15 at 11:41
Client is FreeBSD running xfwm, host is ArchLinux with plain old X window manager.
– user2422869
Mar 31 '15 at 11:45
I think you need to forward D-Bus
– Gilles
Mar 31 '15 at 22:39
this really sounds application specific, can you give more details on why you think it is not?
– Nathan McCoy
Mar 31 '15 at 11:36
this really sounds application specific, can you give more details on why you think it is not?
– Nathan McCoy
Mar 31 '15 at 11:36
@son_of_fire We can use drag-n-drop not only in skype but in browsers, file-manages etc.
– user2422869
Mar 31 '15 at 11:39
@son_of_fire We can use drag-n-drop not only in skype but in browsers, file-manages etc.
– user2422869
Mar 31 '15 at 11:39
what is your window manager? OS etc...
– Nathan McCoy
Mar 31 '15 at 11:41
what is your window manager? OS etc...
– Nathan McCoy
Mar 31 '15 at 11:41
Client is FreeBSD running xfwm, host is ArchLinux with plain old X window manager.
– user2422869
Mar 31 '15 at 11:45
Client is FreeBSD running xfwm, host is ArchLinux with plain old X window manager.
– user2422869
Mar 31 '15 at 11:45
I think you need to forward D-Bus
– Gilles
Mar 31 '15 at 22:39
I think you need to forward D-Bus
– Gilles
Mar 31 '15 at 22:39
add a comment |
2 Answers
2
active
oldest
votes
Draging and dropping a file to an application will depend on how the application handles the drop. But in any case, if the file that you're dropping does not exist on the Machine that is x-forwarding to your machine, the drop will fail.
But, for example, if you're dropping a file that is on a network share AND that machine has the exactly same share, it will work.
When you drop a file, normally the drop is a full path to the file, nothing else.
If both machines can see the path, it will work, if not, fail.
add a comment |
You can open the remote file manager over SSH forwarding. Then, drag and drop from the remote file manager window to the Skype window will work. I just tested it, although with Zotero instead of Skype.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f193562%2fssh-x11-forwarding-drag-and-drop%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
Draging and dropping a file to an application will depend on how the application handles the drop. But in any case, if the file that you're dropping does not exist on the Machine that is x-forwarding to your machine, the drop will fail.
But, for example, if you're dropping a file that is on a network share AND that machine has the exactly same share, it will work.
When you drop a file, normally the drop is a full path to the file, nothing else.
If both machines can see the path, it will work, if not, fail.
add a comment |
Draging and dropping a file to an application will depend on how the application handles the drop. But in any case, if the file that you're dropping does not exist on the Machine that is x-forwarding to your machine, the drop will fail.
But, for example, if you're dropping a file that is on a network share AND that machine has the exactly same share, it will work.
When you drop a file, normally the drop is a full path to the file, nothing else.
If both machines can see the path, it will work, if not, fail.
add a comment |
Draging and dropping a file to an application will depend on how the application handles the drop. But in any case, if the file that you're dropping does not exist on the Machine that is x-forwarding to your machine, the drop will fail.
But, for example, if you're dropping a file that is on a network share AND that machine has the exactly same share, it will work.
When you drop a file, normally the drop is a full path to the file, nothing else.
If both machines can see the path, it will work, if not, fail.
Draging and dropping a file to an application will depend on how the application handles the drop. But in any case, if the file that you're dropping does not exist on the Machine that is x-forwarding to your machine, the drop will fail.
But, for example, if you're dropping a file that is on a network share AND that machine has the exactly same share, it will work.
When you drop a file, normally the drop is a full path to the file, nothing else.
If both machines can see the path, it will work, if not, fail.
answered Aug 28 '18 at 18:57
LuizLuiz
111
111
add a comment |
add a comment |
You can open the remote file manager over SSH forwarding. Then, drag and drop from the remote file manager window to the Skype window will work. I just tested it, although with Zotero instead of Skype.
add a comment |
You can open the remote file manager over SSH forwarding. Then, drag and drop from the remote file manager window to the Skype window will work. I just tested it, although with Zotero instead of Skype.
add a comment |
You can open the remote file manager over SSH forwarding. Then, drag and drop from the remote file manager window to the Skype window will work. I just tested it, although with Zotero instead of Skype.
You can open the remote file manager over SSH forwarding. Then, drag and drop from the remote file manager window to the Skype window will work. I just tested it, although with Zotero instead of Skype.
answered Dec 27 '18 at 16:27
Abhishek AnandAbhishek Anand
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f193562%2fssh-x11-forwarding-drag-and-drop%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
this really sounds application specific, can you give more details on why you think it is not?
– Nathan McCoy
Mar 31 '15 at 11:36
@son_of_fire We can use drag-n-drop not only in skype but in browsers, file-manages etc.
– user2422869
Mar 31 '15 at 11:39
what is your window manager? OS etc...
– Nathan McCoy
Mar 31 '15 at 11:41
Client is FreeBSD running xfwm, host is ArchLinux with plain old X window manager.
– user2422869
Mar 31 '15 at 11:45
I think you need to forward D-Bus
– Gilles
Mar 31 '15 at 22:39