Compare commits

...

2 Commits

Author SHA1 Message Date
huchuan 0c48edd1ff vault backup: 2025-03-15 20:17:20 2025-03-15 20:17:20 +08:00
huchuan cac698130f vault backup: 2025-03-15 19:55:07 2025-03-15 19:55:07 +08:00
9 changed files with 38 additions and 7 deletions

View File

@ -2,6 +2,7 @@
- [x] 无法切换语言,切换为中文之后切不回去了 ✅ 2025-03-02 - [x] 无法切换语言,切换为中文之后切不回去了 ✅ 2025-03-02
- [ ] waydroid很多应用无法正确点击 - [ ] waydroid很多应用无法正确点击
- [ ] 4G不工作 - [ ] 4G不工作
- [ ] 指纹断断续续工作
- [x] 无法进入gnome的wayland session ok ✅ 2025-03-02 - [x] 无法进入gnome的wayland session ok ✅ 2025-03-02
- [x] 无法使用指纹 ✅ 2025-03-02 - [x] 无法使用指纹 ✅ 2025-03-02
### 问题解决记录 ### 问题解决记录

View File

@ -18,7 +18,7 @@
- 阅读器 - 阅读器
- calibre - calibre
- 文档与笔记 - 文档与笔记
- Obsidian appimage/flathub - Obsidian appimage
- WPS365 localrpm - WPS365 localrpm
- Mindmaster localrpm 2025/6月到期 - Mindmaster localrpm 2025/6月到期
- Onenote snapd 准备替换到obsidian中 - Onenote snapd 准备替换到obsidian中
@ -27,7 +27,7 @@
- QQ flathub - QQ flathub
- 飞书 localrpm - 飞书 localrpm
- 音视频 - 音视频
- obs flathub - obs flathub [[obs]]
- vlc flathub - vlc flathub
- 在线 - 在线
- Bilibili / BBDown appimage - Bilibili / BBDown appimage
@ -63,9 +63,8 @@
- tilix fedora dnf - tilix fedora dnf
- 输入法 - 输入法
- Fcitx5 - Fcitx5
- 其他系统 - 其他系统软件
- Waydroid
- Wine
- Virtual Machine Manager / Qemu - Virtual Machine Manager / Qemu
- docker - docker/podman
- - Waydroid

View File

@ -0,0 +1,17 @@
- 安装方式
- 下载.appimage的文件
- 使用github工具AppImageManager https://github.com/nemonic27/AppImageManager
- 对应用的所有操作使用均使用AppImageManager
- `./AppImageManager.py --help`
`usage: AppImageManager.py [-h] {list,show,delete,install} ...`
`A simple CLI to manage AppImage applications.`
`positional arguments:`
`{list,show,delete,install}`
`list List all installed AppImages`
`show Show details of a specific AppImage`
`delete Delete a specific AppImage`
`install Install AppImage`
`options:`
`-h, --help show this help message and exit`

View File

@ -0,0 +1,9 @@
- 背景
- redhat出品
- rootless
- 无守护进程
- 安装
- 从flathub中安装podman-desktop ,让其自动依赖安装。
- 常用操作
- 下载镜像 // 加上docker.io
- podman pull docker.io/xhofe/alist:latest

View File

@ -0,0 +1,5 @@
- 应用路径
- ~/.local/share/applications
- /usr/share/applications
- 应用生成方式
- 详见 [[Appimage]]

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB