当前位置: 首页 > news >正文

linux板远程操控——todesk

最近在使用香橙派,虽然可以ssh,但是没有图形界面还是难受。于是找到了一款免费并且容易安装的应用——todesk,能够很方便地投屏。

安装很简单,仅需在终端输入这两句:

wget https://dl.todesk.com/linux/todesk-v4.7.2.0-arm64.deb
sudo dpkg -i todesk-v4.7.2.0-arm64.deb

就安装好了,注意这是arm架构的,如果是x86,amd架构记得改一下。

然而,当启动的时候,我遇到了如下错误:

(ToDesk:3830): Gtk-WARNING **: 13:56:06.542: Attempting to add a widget with type GtkLayout to a container of type GtkWindow, but the widget is already inside a container of type GtkWindow, please remove the widget from its existing container first.
sciter_new set gtk_layout_new(ToDesk:3830): Gtk-WARNING **: 13:56:06.774: Attempting to add a widget with type GtkLayout to a container of type GtkWindow, but the widget is already inside a container of type GtkWindow, please remove the widget from its existing container first.
open Todesk_Printer failed!!! 
[debug]1[debug]3[debug]4[debug]6[debug]13sciter_new set gtk_layout_new
fusermount: entry for /tmp/fuse not found in /etc/mtab
sh: 1: nautilus: not found
DumpCallback exec, context: 0x7ff33cb3f8
DumpCallback, upload dmp file, cmd: /opt/todesk/bin/CrashReport "http://dumpserver.todesk.com/dump.php?v=4720&id=65535" "/opt/todesk/bin//3026eb99-03b6-17d5-4aea7c9a-7f48e815.dmp"
xxx.exe url  dump文件名
Curl Err:[26]

在经过检查后,发现是少了一些依赖,安装一下就好了:

sudo apt update
sudo apt install -y libgtk-3-0 libfuse2 nautilus

启动界面如下:

在电脑上也下载todesk,直接输入id和密码,就能在电脑上远程控制:

后面又发现共享不了剪切板,经过检查是没有安装剪贴板工具,安装即可:

sudo apt update
sudo apt install xclip xsel

之后重启todesk就好了。

todesk两边传输文件也很方便:

点击左边的空间,再点击文件传输,选定文件后即可互传。作为一个免费软件,我觉得相当不错了。

http://www.lryc.cn/news/593372.html

相关文章:

  • Matplotlib和Plotly知识点(Dash+Plotly分页展示)
  • Typecho博客评论无限滚动加载实现指南
  • windows wsl ubuntu 如何安装 maven
  • 算法题(175):小明的游戏
  • Github Actions Workflows 上传 Dropbox
  • Visual Studio Code(VSCode)中设置中文界面
  • 11.1Redis高可用集群部署
  • Elastic Search 8.x 分片和常见性能优化
  • PHP 就业核心技能速查手册
  • windows docker-01-desktop install windows10 + wls2 启用
  • LangGraph教程6:LangGraph工作流人机交互
  • 博图SCL语言中常用运算符使用详解及实战案例(下)
  • LangGraph教程10:LangGraph ReAct应用
  • Python Pandas读取Excel表格中数据并根据时间字段筛选数据
  • 月舟科技近调记录
  • 网络爬虫概念初解
  • ndexedDB 与 LocalStorage:全面对比分析
  • C++数据结构————集合
  • 【Keil5-map文件】
  • 阿里云服务器 CentOS 7 安装 MySQL 8.4 超详细指南
  • c#泛型集合(ArrayList和List、Dictionary的对比)
  • 每日面试题09:进程、线程、协程的区别
  • 48Days-Day03 | 删除公共字符,两个链表的第一个公共结点,mari和shiny
  • 【每日算法】专题十五_BFS 解决 FloodFill 算法
  • HD Video Converter Factory pro 高清视频转换器 v27.7.0 绿色中文便携版
  • 【2025最新】 .NET FrameWork微软离线运行库合集,一键安装版
  • Spring之【AnnotatedBeanDefinitionReader】
  • 前端面试专栏-工程化:28.团队协作与版本控制(Git)
  • Baumer工业相机堡盟工业相机如何通过YoloV8深度学习模型实现动物分类(C#源码,UI界面版)
  • Selenium 中 findElement 方法全解析:定位网页元素的 7 种方式