zinface
bc49a41018
fix(systemd): 修复服务配置单元(unit) 的语法问题
2026-08-18 10:21:08 +08:00
zinface
b87112fa38
fix(systemd): 分析 timer 无效原因及解决方案
...
我看了下,这 timer 无效有几个原因
1. timer 本身要 enable 和 start
2. service 里要去掉 RemainAfterExit=yes 这条(不能让服务一直处于 activate)
3. timer 重新设计更新触发时间(6,12,18:00) 一天更新3次,分布到 30min 内
4. service 重新保持开机运行一次(撤回提交中的部分修改)
起码确定这不是服务器,不再 6h 分布,而是桌面系统,及时在到达时间后,在30min内完成更新(也同样不拥挤在一块),话说回来,到点后,在30分钟内统一更新所有安装了星火应用商店的机器,这用户量应该能支撑得住噻?
2026-08-18 09:14:00 +08:00
shenmo7192
99c6048295
修复 UOS 不识别 oneshot 的问题
2026-07-18 23:02:40 +08:00
shenmo7192
2f93ff9727
修复打包问题
2026-07-16 16:55:05 +08:00
shenmo7192
b06966c0a7
chore: 移除systemd定时器相关的安装和文件
...
删除了spark-update-notifier.timer文件,同时移除Makefile中对应systemd目录的安装拷贝步骤
2026-07-16 14:18:24 +08:00
zinface
f5fe5ce417
fix: 处理 systemd 服务单元每日 aptss update触发逻辑
2026-07-02 16:01:05 +08:00
shenmo7192
3847463b6e
aptss pt_BR fix
2026-06-13 19:31:13 +08:00
shenmo7192
8e7c6bc67d
add pt_BR trans
2026-06-13 19:20:21 +08:00
gitee-bot
9e8758b5f2
feat(deeplink): add support for apt:// protocol handling
...
- Register apt protocol handler in Electron main process
- Add x-scheme-handler/apt MIME type to electron-builder config
- Update desktop entry to include apt MIME type support
- apt://pkgname links are now converted to spk://search/pkgname
refs #IJTPFP
2026-06-10 11:50:21 +00:00
shenmo7192
80291aef7c
Merge V4
2026-04-04 17:28:58 +08:00