-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问fedora下面用AppImage能够有开机自启动选项么? #370
Comments
flatpak 上游还未支持 自动启动似乎不是 AppImage 的功能吧,你可以试试加一个 desktop 文件,处理一下 |
flatpak 不是不能支持,我也可以来帮忙打包(之前尝试过并且除了个别需要提权的功能以外成功运行,连设置系统代理的功能都可以用),但是不想打,并且未来的 tauri v2 未必会支持 flatpak , rpm 倒是有戏。 主要原因有3 1 项目用的是 pnpm ,flathub 官方的 Sdk 不支持 pnpm ,所以只能解压 deb 包 flatpak/flatpak-builder-tools#383 |
看来 flatpak 还不堪大用。此外,flatpak 没办法直接打包 binary 么? 提权问题看来在 AppImage 这些免安装环境都存在。之后得给内核更新器这种功能加上feature flag,允许关闭了。 |
可以,也能用,但是我是想在flatpak提供的sdk和环境进行源码编译,目前flatpak提供的工具做不到。而且不上架flathub商店,只是单纯的将deb重打包成flatpak bundle似乎也没多大意义,不如直接用appimage。 所以目前来说打包 flatpak 没多大意思,等 tauri v2 弄好了之后我再来搞,真不想编译webkit2gtk,太费电脑了 |
另外如果应用想上架flathub商店的话最好还需要linux arm版本,希望以后会有 |
现在可以测试一下,之前的难点是 rquickjs 不支持 Linux arm64,目前已经提供了 binding,可以尝试构建下看看了。
发自我的iPhone
…------------------ 原始邮件 ------------------
From: madoka773 ***@***.***>
发送时间: 02/15/2024, 23:23
To: LibNyanpasu/clash-nyanpasu ***@***.***>
抄送: Jonson Petard ***@***.***>, Comment ***@***.***>
Subject: Re: [LibNyanpasu/clash-nyanpasu] 请问fedora下面用AppImage能够有开机自启动选项么? (Issue #370)
另外如果应用想上架flathub商店的话最好还需要linux arm版本,希望以后会有
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
👋目前已经针对 Linux 提交一批修复补丁,此外对于 AppImage 自启动请参考 https://wiki.archlinux.org/title/Autostarting 下 KDE、Gnome 自启动一节。 关于 Flatpak 请新开一个 issue 方便追踪,谢谢! |
需求 / Requirement
希望添加开机自启动选项,谢谢。
建议实现 / Suggested implements
flathub包要不考虑做一个?毕竟这种发行版比较主流了。
备注 / Addition details
No response
Clash Nyapasu 版本号 / Clash Nyapasu
1.4.4
是否为 Pre-release / Is pre-release version
no
自查步骤 / Verify steps
The text was updated successfully, but these errors were encountered: