ubuntu25.04完美安装typora免费版教程

ubuntu25.04完美安装typora免费版教程

以下是在 Ubuntu 25.04 上完美安装 Typora 的教程,包含可执行权限设置、sandbox 赋权、桌面快捷方式创建以及设置桌面快捷方式可信任的步骤:

1.下载软件

目前 typroa.io 网站已经无法打开,可以从百度网盘下载0.11.18免费版,我已分享。

链接: pan.baidu.com/s/1L2chOyLt... 提取码: 97cc

下载后解压缩即可

执行时提示 sandbox等错误

此时先解决sandbox问题

2.解决chrome-sandbox 授权问题

在运行typora的时候,提示sandbox权限不够,直接授权即可。

bash 复制代码
FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_AnotheUExhKn/chrome-sandbox is owned by root and has mode 4755.
bash 复制代码
sudo chown root /home/livingbody/typora/chrome-sandbox
sudo chmod 4755 /home/livingbody/typora/chrome-sandbox

3.解决桌面快捷方式权限不够问题

bash 复制代码
Untrusted Desktop File
This .desktop file is not trusted, it can not be launched. To enablelaunching, right-click, then:
Enable "Allow Launching"

设置桌面快捷方式可信任(解决双击启动问题):

bash 复制代码
gio set ~/Desktop/typora.desktop metadata::trusted true
相关推荐
RainbowSea11 小时前
github 仓库主页美化定制
后端
RainbowSea11 小时前
从 Spring Boot 2.x 到 3.5.x + JDK21:一次完整的生产环境迁移实战
java·spring boot·后端
笨手笨脚の11 小时前
Spring Core常见错误及解决方案
java·后端·spring
计算机毕设匠心工作室11 小时前
【python大数据毕设实战】全球大学排名数据可视化分析系统、Hadoop、计算机毕业设计、包括数据爬取、数据分析、数据可视化、机器学习、实战教学
后端·python·mysql
VX:Fegn089511 小时前
计算机毕业设计|基于Java人力资源管理系统(源码+数据库+文档)
java·开发语言·数据库·vue.js·spring boot·后端·课程设计
荔枝hu12 小时前
springboot和shiro组合引入SseEmitter的一些坑
java·spring boot·后端·sseeitter
老华带你飞12 小时前
健身房|基于springboot + vue健身房管理系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·后端
不会写DN13 小时前
存储管理在开发中有哪些应用?
前端·后端
YDS82914 小时前
MyBatis-Plus精讲 —— 从快速入门到项目实战
java·后端·spring·mybatis·mybatis-plus
Lear14 小时前
【MySQL】索引失效10大场景详解:如何避免索引失效提升查询性能
后端