ssh x11 forwarding drag-and-drop

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
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 |Â
up vote
1
down vote
favorite
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 |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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
user2422869
1062
1062
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 |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
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 |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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 |Â
up vote
0
down vote
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 |Â
up vote
0
down vote
up vote
0
down vote
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 at 18:57
Luiz
1
1
add a comment |Â
add a comment |Â
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
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
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
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
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
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