[Internal testing communication] 用 AI 写了个脚本,提升 AppImage 使用体验~
Tofloor
poster avatar
[^_^]
deepin developers team
2025-10-23 21:23
Author

用 AI 写了个脚本,提升 AppImage 使用体验~

项目地址:https://github.com/itsXuSt/x-scripts

github 一键下载

论坛一键下载

✨ 能干啥?

还记得我们之前给 deepin25 加的 AppImage 缩略图功能吗?这次又整了个新活儿!

听到用户反馈说"每次双击都要弹框确认,太烦了",于是我们用 AI 撸了个脚本

论坛里之前也有用户提供了其他的方式,例如 DIY 或星火商店里的一些工具包做这个事情~

但,我们这个足够简单~

  • 🖱️ 右键一点,AppImage 秒进启动器
  • 📦 文件自动整理到 ~/.local/appimages/,告别满桌面找文件
  • 🖼️ 自动识别应用图标,颜值在线
  • 🚀 桌面快捷方式自动生成,想怎么打开就怎么开

已在 UOS V20/25/deepin v25/debian trixie(命令行可用) 上测试通过,用着很稳~

常见问题

🎮 怎么用?

先装上:

git clone https://github.com/itsXuSt/x-scripts.git # 或者解压下载的压缩包
cd x-scripts/00.add-appimage-to-launcher
sudo ./install.sh # 也可以尝试下不要 sudo 看看文管能不能加载入口,如果不能就执行卸载再 sudo 安装


录屏_deepin-terminal_20251023182805.gif

开始玩:

方式一(懒人必备):文件管理器里右键 AppImage,选"添加到启动器",完事!


录屏_dde-shell_20251023182841.gif

方式二(极客专用):命令行一把梭

install-appimage.sh /path/to/your-app.AppImage


录屏_dde-shell_20251023183140.gif

不想要了?

cd 00.add-appimage-to-launcher
./uninstall.sh


录屏_dde-shell_20251023183353.gif

Reply Favorite View the author
All Replies
LiuYongzhang
deepin
2025-10-23 21:31
#1

膜拜

Reply View the author
kookboy
deepin
2025-10-23 21:37
#2

确实是好东西~applaud

Reply View the author
BigFish
deepin
2025-10-23 21:46
#3

添加到启动器后appimage 程序的起始位置变了,我不想改变程序的位置😂 我的要求是不是太高了点?

Reply View the author
buyike
deepin
2025-10-23 21:58
#4

这个可以,啥时候溶入系统。

深度攻城组?这标签是官方人员吗?

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2025-10-23 22:50
#5

他会把我的appimage位置也挪走了吗?

Reply View the author
BigFish
deepin
2025-10-23 23:04
#6
把一切操作变成GUI

他会把我的appimage位置也挪走了吗?

会的,这是新位置。
image.png

Reply View the author
兆兆嘟嘟嘟
Moderator
2025-10-23 23:49
#7

感谢分享。

Reply View the author
aurora
deepin
2025-10-24 11:30
#8

这个和 appimagelauncher功能是不是一样的啊

Reply View the author