-
Notifications
You must be signed in to change notification settings - Fork 155
Add Decky Clipboard #944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Decky Clipboard #944
Conversation
Issues Found
Next Steps
Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️ |
a790e99 to
b3f884a
Compare
b3f884a to
b33f7b6
Compare
Dukeman330
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I was able to send my clipboard data to my mac. Slick interface!
@Dukeman330 I think emerald left a similar message on a previous PR for you, but plugin testing reports are only meant for plugins that have already passed code review and are on the testing store (the ones with the green check mark for deployment instead of a yellow pending icon). Additionally, please follow the plugin testing report template located at https://wiki.deckbrew.xyz/user-guide/testing |
|
@Torther your fork is behind the plugin-database and as such the script is detecting other plugin changes that aren't yours. Please rebase onto to main so that the only change is your own plugin |
b33f7b6 to
68a9f9f
Compare
Invalid as it does not contain the required format
EMERALD0874
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, though I'm not sure if /bin will be build/distributed with the plugin when built by our Actions workflow. If this causes problems, please try experimenting with the defaults folder.
Plugin Testing ReportInstalled PluginsHLTB for Deck - 2.0.6 Specifications
Issues**Has the following major blocking issue(s):
SummaryCan’t test, it just doen't work. Here is log. |
|
@tikh-iv Based on the logs, the functionality should be working normally. Have you ever tried selecting a screenshot in the media library and choosing "Copy to Clipboard" from the More options? Even if there is nothing in the clipboard, it will be displayed as "(empty)". |
|
@tikh-iv I've found the reason. The automatically built plugin does not include the frontend pages, which is why the page content cannot be displayed. |
68a9f9f to
71800a5
Compare
71800a5 to
41276cd
Compare
|
@tikh-iv You're testing on an outdated version. Please make sure the last 7 characters of the plugin version match with the latest commit hash (pictured). The Decky team has to approve new updates to the testing store build, even within a PR.
|
Plugin Testing ReportInstalled Plugins
Specifications
IssuesHas the following major blocking issue(s): Has the following minor non-blocking issue(s): SummaryAble to access the frontend through external devices, QR code also works. Feedback
AppreciationLovely plugin, actually really helpful for my development workflow :)
|
|
@Torther In the future, please follow all instructions in the PR template. Your plugin needs to be tested on Preview (not Stable, see the earlier comment from @github-actions) and this has possibly delayed your plugin's inclusion in the store. Also, I wanted to ask — does your plugin persist clipboard history through device restarts? I'd test it myself to see, but I'm not able to use my Deck for a bit. This won't affect whether your plugin is included in the store or not. Mainly asking to figure out if we should approve another plugin applying to be on the plugin store. |
|
@EMERALD0874 Currently, clipboard history is only stored in memory, so it will be lost when the device restarts. Perhaps in the future, a feature to persistently store clipboard history on disk will be added. |

Add Decky Clipboard to Plugin Store
Decky Clipboard is a simple utility plugin that allows users to share their Steam Deck's clipboard with any device on the local network via a web interface.
Key Features:
Web Interface: Access your Deck's clipboard from any browser on your phone or PC.
Bi-directional Sync: Copy from Deck to other devices, and send text/images from other devices to Deck.
Clipboard History: Keep track of your clipboard history on the Deck.
Task Checklist
Developer
Plugin
Backend
Community
Testing