c icon indicating copy to clipboard operation
c copied to clipboard

Issue copying to clipboard and displaying on terminal

Open kodewise opened this issue 6 years ago • 4 comments

Hey

I'm running Ubuntu minimal 18.04 LTS.

I've installed c from the Debian file in this page https://github.com/rettier/c/releases/tag/v1.0.9

When I run the command

echo "Hello C" | c

c

I'm not getting the output. What could be wrong?

kodewise avatar Jan 10 '19 11:01 kodewise

I am not sure but is Ubuntu minimal running a X-server? Do you have xclip or xsel installed? If not, c currently is not working without a x-server and it's clipboard. I have planned to support file-based clipboards for servers but it is not yet implemented.

rettier avatar Jan 11 '19 09:01 rettier

Oh, so the OS has to be running a GUI right ?

On Fri, Jan 11, 2019, 12:15 rettier [email protected] wrote:

I am not sure but is Ubuntu minimal running a X-server? Do you have xclip or xsel installed? If not, c currently is not working without a x-server and it's clipboard. I have planned to support file-based clipboards for servers but it is not yet implemented.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rettier/c/issues/3#issuecomment-453444220, or mute the thread https://github.com/notifications/unsubscribe-auth/Af_AG-YiG68WGg6VkzPjU0EPZEb9zI5Kks5vCFYmgaJpZM4Z5Tro .

kodewise avatar Jan 11 '19 09:01 kodewise

Currently yes. A error/warning message in this case would also be a nice feature to be honest.

rettier avatar Jan 11 '19 09:01 rettier

Ok , let me try with a different OS , this time with an X server and get back to you.

On Fri, Jan 11, 2019, 12:18 rettier [email protected] wrote:

Currently yes. A error/warning message in this case would also be a nice feature to be honest.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rettier/c/issues/3#issuecomment-453445307, or mute the thread https://github.com/notifications/unsubscribe-auth/Af_AG374dTNSnv8wNm2TFI0AFJJFBkr6ks5vCFbJgaJpZM4Z5Tro .

kodewise avatar Jan 11 '19 09:01 kodewise