Appimagelauncher安全吗?
Tofloor
poster avatar
leonardo520
deepin
2020-04-06 22:03
Author
在网上查了下,appimage添加桌面快捷方式最方便的方法就是使用appimagelauncher. GitHub上可以下载它,问题是这个软件安全吗?有没有第三方权威机构检测什么的?

当初appimage开发者没有考虑过添加软件图标到桌面和菜单栏这种问题吗?还是他们有其他想法?

有懂的同学给科普下
Reply Favorite View the author
All Replies
avatar
ksplite
deepin
2020-04-06 22:33
#1
既然人家是开源软件就不可能存在安全性问题,开源本身就是安全的权威

另外,appimage的关注点在于便携、兼容,一个文件走到哪都能用,而非像软件包一样“安装”到系统里。
Reply View the author
Comments
wtz
2020-04-07 15:56
"不可能"=>“不容易”,“本身就是”=>“容易成为”。
avatar
李逍遥mx
deepin
2020-04-06 22:33
#2
appimagelauncher通过你设置的文件夹路径扫描你的appimage软件包,并在你的~/.local/share/applications文件夹下创建相应的快捷方式,至于安全不安全自己考量。
Reply View the author
avatar
ksplite
deepin
2020-04-06 22:37
#3
https://bbs.deepin.org/post/190794
appimagelauncher通过你设置的文件夹路径扫描你的appimage软件包,并在你的~/.local/share/applications文 ...

扫描的那个是appimaged,appimagelauncher是在双击的时候询问你是否添加快捷方式
Reply View the author
avatar
Fredoong
deepin
2020-04-07 00:51
#4
嗯?还有这种工具啊,我一直都是手动给appimage写 .desktop文件的
Reply View the author
avatar
星外之神
deepin
2020-04-07 01:13
#5
开源软件,动了手脚是会被指出来的
Reply View the author
avatar
jerry979
deepin
2020-04-07 01:23
#6
安全是安全,但是deepin好像用不支持?我之前试了很多次都没成功,现在都是写.desktop文件,自定制化程度高
Reply View the author
avatar
antantic
deepin
2020-04-07 01:55
#7
这个在manjaro中自带
Reply View the author
avatar
李逍遥mx
deepin
2020-04-07 02:50
#8
本帖最后由 lrbmfx 于 2020-4-6 18:52 编辑
https://bbs.deepin.org/post/190794
扫描的那个是appimaged,appimagelauncher是在双击的时候询问你是否添加快捷方式 ...

appimagelauncher不询问,重启后自动添加,部分appimaged双击时询问是否添加。
Reply View the author
avatar
deepin2020cn
deepin
2020-04-07 03:01
#9
https://bbs.deepin.org/post/190794
安全是安全,但是deepin好像用不支持?我之前试了很多次都没成功,现在都是写.desktop文件,自定制化程度高 ...

应该是不支持,所以我就装了uos。。。那个应该是内核版本太低了
Reply View the author
avatar
ksplite
deepin
2020-04-07 03:25
#10
https://bbs.deepin.org/post/190794
appimagelauncher不询问,重启后自动添加,部分appimaged双击时询问是否添加。
Therefore, new, system-side solutions have been developed to perform the desktop integration. The oldest available solution is appimaged, a daemon users can install that performs everything in the background, automagically, without notifying the user in any way. It scans a predefined set of directories including ~/Downloads and ~/.bin, makes AppImages which are found executable and performs the desktop integration. This is rather inefficient, as appimaged's operations and monitoring produce a lot of file I/O. Also, many users don't like the lack of control.

A new solution for native AppImage support has been developed: AppImageLauncher. AppImageLauncher integrates deeply in the system and intercepts all attempts to open an AppImage, becoming the first instance to handle all AppImage invocations.

Being the launcher for AppImages, AppImageLauncher can control how the system treats AppImages. It can perform the desktop integration, AppImage removal (also called "uninstallation" sometimes, but as AppImages are not really installed, this term doesn't fit very well), and could be used for many other tasks in the future, like update checks and alike.


以上摘自https://github.com/TheAssassin/AppImageLauncher#about-the-project

appimaged不询问用户,直接扫描并添加.desktop,appimagelauncher就是为了解决这个自由度问题而生的。
我怀疑你以为我把appimaged多搭了个d,实际上appimaged是appimage daemon,我没打错
Reply View the author
avatar
李逍遥mx
deepin
2020-04-07 08:36
#11
https://bbs.deepin.org/post/190794
以上摘自https://github.com/TheAssassin/AppImageLauncher#about-the-project

appimaged不询问用户, ...

是我疏忽了
Reply View the author
avatar
defan
deepin
2020-05-08 01:58
#12
请问在deepin v20里面怎么安装AppImageLauncher?GitHub下载AppImage格式,加权限后也没法运行。
Reply View the author
avatar
neko
deepin
Ecological co-builder
Q&A Team
2020-05-08 04:23
#13
https://bbs.deepin.org/post/190794
请问在deepin v20里面怎么安装AppImageLauncher?GitHub下载AppImage格式,加权限后也没法运行。 ...

用命令执行,看看啥报错
https://mkaliez.com/all/2892.html
Reply View the author
avatar
defan
deepin
2020-05-08 04:49
#14
https://bbs.deepin.org/post/190794
用命令执行,看看啥报错
https://mkaliez.com/all/2892.html

下载的是这个链接:https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.1.3/appimagelauncher-lite-2.1.3-travis975-7408819-x86_64.AppImage

命令执行后,“未找到命令”。
chmod 4755后也不行。
Reply View the author
avatar
Hello
deepin
2020-05-08 05:03
#15
这有啥不行的啊,无非就是根据位置建立desktop。不过没必要下,深度马上出的不止可以对applmage建立快捷方式,是个可执行程序就可以用,比这个陈年不维护的高级
Reply View the author
avatar
neko
deepin
Ecological co-builder
Q&A Team
2020-05-08 05:20
#16
https://bbs.deepin.org/post/190794
下载的是这个链接:https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.1.3/appimag ...

你发下图片,找不到命令肯定是你路径不对
Reply View the author
avatar
defan
deepin
2020-05-08 18:30
#17
本帖最后由 defan 于 2020-5-8 10:35 编辑
https://bbs.deepin.org/post/190794
你发下图片,找不到命令肯定是你路径不对

文件又下载了一遍,路径是复制粘贴的,Error: no option passed。还下载了其他的appimage文件,是可以直接运行的。
Reply View the author