[App Sharing] AppImage安装器更新测试,加入隔离功能
Tofloor
poster avatar
Maicss
deepin
2021-05-24 21:38
Author

把前两天写的隔离home的脚本整合到了AppImage安装器中了。

PS:AppImage不用安装,双击即可使用,安装器的作用是添加到开始菜单,并自动整理。

新的AppImage安装器具有以下特性:

全新的图形界面

还是dtk开发的,不过这次改变的布局,以便日后能容下更多功能。

文件类型注册的支持

对于一些特别的文件类型需要安装时注册,如osp

更干净的安装和运行机制

每个软件拥有自己独立的home

欢迎大家尝试体验

由于引入单独home机制的原因,可能会对某些软件的正常运行造成影响,如果遇到问题请回复在下面。

对于UI的建议也可以一并回复,小的意见可以,不想再大改UI了

下载地址:appimage-installer_2.0-beta_amd64.deb.zip

Reply Favorite View the author
All Replies
pgxppp
deepin
2021-05-24 22:10
#1

啥也不说,先点赞

Reply View the author
使者
deepin
2021-05-25 02:06
#2

点赞

Reply View the author
sgb76
deepin
2021-05-25 08:21
#3

不点赞说不过去

Reply View the author
柚子
deepin
2021-05-26 03:13
#4

赞!!!

Reply View the author
impressionyang
deepin
2021-05-26 17:25
#5

如果需要隔离home的话不如把$HOME下的Document等文件夹通过软链接链接至各个隔离的appimage目录下,不过软件是楼主的,由楼主做决定

Reply View the author
Maicss
deepin
2021-05-26 17:38
#6
impressionyang

如果需要隔离home的话不如把$HOME下的Document等文件夹通过软链接链接至各个隔离的appimage目录下,不过软件是楼主的,由楼主做决定

我就是这么做的啊

Reply View the author
176******00
deepin
2021-06-03 21:35
#7

uos无法启动

Reply View the author
Maicss
deepin
2021-06-04 00:53
#8
176******00

uos无法启动

这是由于Qt版本升级的问题,最新版在deepin下编译通过,UOS无法运行,可以自己去编译一下。

Reply View the author
taotieren
deepin
2021-07-23 04:01
#9

大佬。开源吗?能打包到 AUR 吗?

Reply View the author
Maicss
deepin
2021-07-23 04:03
#10
taotieren

大佬。开源吗?能打包到 AUR 吗?

开源,在Gitee上

https://gitee.com/deepin-opensource/appimage-installer

可以放到aur

Reply View the author
taotieren
deepin
2021-07-23 07:52
#11
Maicss

开源,在Gitee上

https://gitee.com/deepin-opensource/appimage-installer

可以放到aur

# Maintainer: taotieren 

pkgname=appimage-installer-bin
pkgver=2.0
pkgrel=1
pkgdesc="AppImage install tool."
arch=('x86_64')
url="https://bbs.deepin.org/zh/post/220754"
license=('unknow')
_pkgname=${pkgname%-bin}
provides=(${pkgname} ${_pkgname})
conflicts=(${pkgname} ${_pkgname})
#replaces=(${pkgname})
depends=('dtkwidget' 'dtkgui' 'dtkcore' 'dtkcommon')
makedepends=()
backup=()
options=('!strip')
# install=${pkgname}.install
source=("${_pkgname}_${pkgver}-beta_amd64.deb.zip::https://storage.deepin.org/thread/202105241338219843_appimage-installer_2.0-beta_amd64.deb.zip")
sha256sums=('b0632622a0cc042dc94a32e32fc71b4090dd2cd598863d1f8555b8ffa0034f96')

prepare() {
    bsdtar -xf "${srcdir}/${_pkgname}_${pkgver}-beta_amd64.deb" -C ${srcdir}
}

package() {
    tar xf ${srcdir}/data.tar.xz -C ${pkgdir}
    install -dm0755 "${pkgdir}/usr/bin" \
                    "${pkgdir}/usr/share/applications" \
                    "${pkgdir}/usr/share/icons/hicolor/scalable/apps"

    ln -sf "/opt/apps/com.appimage-installer/files/appimage-installer" "${pkgdir}/usr/bin/appimage-installer"
    ln -sf "/opt/apps/com.appimage-installer/entries/applications/com.appimage-installer.desktop" "${pkgdir}/usr/share/applications/com.appimage-installer.desktop"
    ln -sf "/opt/apps/com.appimage-installer/entries/icons/hicolor/scalable/apps/appimage-installer.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/appimage-installer.svg"
}
Reply View the author
taotieren
deepin
2021-07-23 08:49
#12
Maicss

开源,在Gitee上

https://gitee.com/deepin-opensource/appimage-installer

可以放到aur

AUR 包的问题,https://gitee.com/deepin-opensource/appimage-installer/issues/I421HL

Reply View the author
Maicss
deepin
2021-07-23 16:57
#13
taotieren

AUR 包的问题,https://gitee.com/deepin-opensource/appimage-installer/issues/I421HL

这是啥问题,没看懂

Reply View the author
taotieren
deepin
2021-07-24 08:26
#14
Maicss

这是啥问题,没看懂

这是 AUR 的 PKGBUILD 打包脚本,Arch 系可以通过 AUR 仓库直接安装你的包。

Reply View the author
夏目贵志
deepin
2023-03-23 19:03
#15

转换.rpm包了, 不过安装成功后没在菜单栏,在opt文件夹, 打开运行没问题, 就是好像不能用! 哈哈!! 应该是系统不一样吧.

com.appimage-installer-2.0-1.x86_64.rpm 地址 : https://xiamuguizhi.lanzouy.com/ix8wY0quoidc

openSUSE 15.5

截图_2023-03-23_11-10-13.png

Reply View the author
智慧充满我的大脑
deepin
2023-03-29 23:00
#16

大佬,这个软件怎么安装呀

Reply View the author
Dazer007
deepin
2023-06-28 02:18
#17

大佬这是啥问题呢,求帮忙? 安装的是应用商店最新版本

一开始电脑使用此软件没有问题,后面电脑还原了一次,在安装该电脑就出现这个问题了。

app image.png

开发者模式.png

系统信息.png

Github找到了一个替代品:AppImageLauncher

Reply View the author
仰望天空的星星
deepin
2024-02-06 16:21
#18

请问可以支持银河麒麟(KylinV10),aarch64架构的包?

Reply View the author