Package Details: tsukimi-git 0.18.0.r1012.g02000a5-1

Git Clone URL: https://aur.archlinux.org/tsukimi-git.git (read-only, click to copy)
Package Base: tsukimi-git
Description: A simple third-party Emby client
Upstream URL: https://github.com/tsukinaha/tsukimi
Keywords: tsukimi
Licenses: GPL-3.0-or-later
Conflicts: tsukimi
Provides: tsukimi, tsukimi-git
Submitter: Eikano
Maintainer: Eikano (Inaha)
Last Packager: Eikano
Votes: 1
Popularity: 0.000190
First Submitted: 2024-04-02 16:03 (UTC)
Last Updated: 2024-12-26 14:32 (UTC)

Latest Comments

xmengnet commented on 2025-05-24 09:03 (UTC)

修改为nightly可以正常编译了

export RUSTUP_TOOLCHAIN=nightly 

xmengnet commented on 2025-05-24 08:30 (UTC) (edited on 2025-05-24 08:50 (UTC) by xmengnet)

编译报错:

   Compiling gtk4 v0.9.6
   Compiling libadwaita v0.7.2
   Compiling danmakw v0.0.1 (https://github.com/tsukinaha/danmakw.git#5e6df624)
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/xxx/.cargo/git/checkouts/danmakw-7f436299d6f3f449/5e6df62/src/lib.rs:1:1
  |
1 | #![feature(duration_millis_float)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `danmakw` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
==> 错误: 在 build() 中发生一个错误。
    正在放弃...
错误: 未能构建 'tsukimi-git-0.18.0.r1012.g02000a5-1': 
错误: 未能构建的软件包:tsukimi-git-0.18.0.r1012.g02000a5-1

anlorsp commented on 2025-03-31 13:59 (UTC)

@merrkry 感谢,我用dconf editor找到残留配置了。

merrkry commented on 2025-03-31 13:49 (UTC) (edited on 2025-03-31 13:52 (UTC) by merrkry)

@anlorsp 包管理处理的是应用本身在系统级别(二进制、资源)的残留,不涉及用户目录。如有需求,请自行使用 dconf editor 或类似工具清除配置,以及通过手动删除 ~/.config/tsukimi 清理缓存。

anlorsp commented on 2025-03-31 13:43 (UTC)

根据 https://github.com/tsukinaha/tsukimi/issues/390,tsukimi 的 linux 包需要负责在卸载时清除用户配置文件残留。但是我卸载该软件包并重新安装之后发现配置并没有被清除。能否提供一种卸载时清除用户配置文件的方法?