uos v20 很多appimage软件打不开
Tofloor
poster avatar
ailingyue
deepin
2020-05-24 19:11
Author

提示以下错误不知道是不是系统问题

Reply Favorite View the author
All Replies
avatar
ailingyue
deepin
2020-05-24 19:11
#1
Reply View the author
avatar
ailingyue
deepin
2020-05-24 19:12
#2
Reply View the author
avatar
neko
deepin
Ecological co-builder
Q&A Team
2020-05-24 19:33
#3
需要对沙盒授权为4755
Reply View the author
avatar
ailingyue
deepin
2020-05-24 19:35
#4
https://bbs.deepin.org/post/194977
需要对沙盒授权为4755

请问这个如何操作?
Reply View the author
avatar
houyawei
deepin
2020-05-24 19:35
#5
sudo chmod 4755 /tmp/.mountXXXX/chrome-sandbox
Reply View the author
avatar
Feng Yu
deepin
2020-05-24 19:38
#6
不是系统的问题,自行google一下错误,有N多解决方案,但是我敢保证楼上的解决方案一定没用
Reply View the author
avatar
hangyubin
deepin
2020-05-24 20:13
#7
https://bbs.deepin.org/post/194977
不是系统的问题,自行google一下错误,有N多解决方案,但是我敢保证楼上的解决方案一定没用 ...

楼上的方法不行!百度了一下!在/tem目录的没有办法!还有其它的方法吗?
Reply View the author
avatar
ailingyue
deepin
2020-05-24 20:16
#8
本帖最后由 fatefl1 于 2020-5-24 12:24 编辑

尝试增加了 --no-sandbox 参数居然可以运行了, 但是这样体验太差了,每次启动软件还要去用命令操作
Reply View the author
Comments
linus_follower
2020-05-25 08:11
拜托说话过点脑子,人家也没说是万能灵药你搁那瞎猜啥呢?还有,很多AppImage都没法运行那不是系统的问题吗,跟人有个毛关系
abcfy2
2020-05-25 04:47
你不用Appimage就没这些问题,非要觉得AppImage是万能灵药就是你自己的问题了
avatar
xiamingyu
deepin
2020-05-24 20:22
#9
开机时自启动用户名称空间:echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/userns.conf
Reply View the author
avatar
xiamingyu
deepin
2020-05-24 20:23
#10
启用用户名称空间: sudo sysctl kernel.unprivileged_userns_clone=1,但每次开机都要运行该命令。
Reply View the author
Comments
abcfy2
2020-05-25 04:46
改sysctl就永久生效了
avatar
安洛
deepin
2020-05-24 20:36
#11
加入--no-sandbox参数。
如果不想在命令行启动软件,可以在/usr/share/applications下或者~/.local/share/applications下找到或创建快捷方式(.desktop文件),其中exec行就是打开命令,在后面添加--no-sandbox参数即可。
Reply View the author
avatar
jerry979
deepin
2020-05-24 21:53
#12
debian10的bug
Reply View the author
Comments
abcfy2
2020-05-25 04:46
你懂个P,瞎J8扯淡
avatar
火彩
deepin
2020-05-24 21:55
#13
我是自己在桌面建.dsktop快捷方式,以我用的joplin为例大概类似这样的格式:

[Desktop Entry]
Encoding=UTF-8
Name=Joplin
Comment=Joplin for Desktop
Exec=//home/topza/applications/Joplin-1.0.214.AppImage --no-sandbox
Icon=joplin
StartupWMClass=Joplin
Type=Application
Categories=Office;
Reply View the author
Comments
abcfy2
2020-05-25 04:47
no-sandbox参数极不推荐
avatar
hangyubin
deepin
2020-05-25 00:51
#14
不知道什么原因!我升到5.6.14的内核!就可以双击打开了!
Reply View the author
avatar
houyawei
deepin
2020-05-25 01:46
#15
https://bbs.deepin.org/post/194977
不是系统的问题,自行google一下错误,有N多解决方案,但是我敢保证楼上的解决方案一定没用 ...

那就不清楚了,之前装copytranslater有类似提示,但那个是deb包,https://bbs.deepin.org/post/194636
Reply View the author
avatar
ailingyue
deepin
2020-05-25 04:49
#16
Reply View the author
avatar
jingle
deepin
2020-05-25 17:59
#17

上面都解释了啊。
Reply View the author