I have installed the chattr package in posit workbench clusters which are deployed as Docker containers. After installing and loading the package, I used the command chattr::chattr_app(). Then the view tab opens and there a chat window opens to communicate with GitHub Copilot.
However, I have encountered issues with three features: "Copy to Clipboard," "Send to Document," and "New Script."
1.Copy to Clipboard: When clicking this feature, an issue arises, the error is as follows:
Erro in : clipboard onx11 requires 'xclip' (recommended) or 'xsel';clipboard on wayland requires 'wlcopy' and 'w'paste'.
2.Send to Document: Pressing this button leads to a blank chat window in the view tab.
3.New Script: Similarly, this feature also results in a blank chat window.
Additionally, when we enter chattr:: chattr_app, it reappears without losing the data I input earlier.
Could you please advise if these issues are due to a bug in the chattr package? How can I resolve these problems?
Feel free to ask any questions if you need further information.
Thank you for your assistance.