soulteary / ubuntu-remote-control-helper

Make Ubuntu Native Remote Control Easy to use and Reliable.
https://soulteary.com/2023/04/11/make-ubuntu-native-remote-control-reliable-with-urch.html
Apache License 2.0
37 stars 5 forks source link

Execute command failed: secret-tool lookup xdg:schema org.gnome.RemoteDesktop.RdpCredentialssecret-tool #5

Open berry-ai-bw opened 1 year ago

berry-ai-bw commented 1 year ago

Prerequisite: I have executed bash install.sh, system:Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-84-generic x86_64) issues: After I execute the urch command, the console reports the following error: Execute command failed: secret-tool lookup xdg:schema org.gnome.RemoteDesktop.RdpCredentialssecret-tool: 连接已关闭

berry-ai-bw commented 1 year ago

I don't know how to solve this problem, I hope you can help me. Anyway, thank you for opening this project.

mrcongliu commented 12 months ago

printf "{'username': <'soulteary'>, 'password': <'soulteary'>}" | secret-tool store -l 'GNOME Remote Desktop RDP credentials' xdg:schema org.gnome.RemoteDesktop.RdpCredentials

please carefully review his blog, you should be able to update your password and username with the command above.

mrcongliu commented 12 months ago

https://soulteary.com/2023/04/11/make-ubuntu-native-remote-control-reliable-with-urch.html

berry-ai-bw commented 12 months ago

我已收到您的邮件,如有需要,我会和您联系。

berry-ai-bw commented 8 months ago

谢谢您的答复,问题已解决,再次感谢您的开源项目:)

sdyby2006 commented 6 months ago

Hello, I've encountered the same problem on the Ubuntu Desktop 22.04 ARM64 system. Can you please tell me how to solve it? Thank you

berry-ai-bw commented 6 months ago

Hello, make sure you follow the tutorial strictly; if this problem persists, try following the tutorial again. My problem is to try the tutorial again. If the problem persists, contact me again.

aogg commented 5 months ago

UBUNTU_REMOTE_USER=admin UBUNTU_REMOTE_PASS=password urch

这么执行还是错的啊