Package Details: watt-toolkit-bin 3.0.0.rc.11-1

Git Clone URL: https://aur.archlinux.org/watt-toolkit-bin.git (read-only, click to copy)
Package Base: watt-toolkit-bin
Description: 一个开源跨平台的多功能Steam工具箱。
Upstream URL: https://steampp.net/
Keywords: steam steam++ watt-toolkit
Licenses: GPL-3.0-only
Conflicts: steam++, watt-toolkit
Provides: steam++, watt-toolkit
Submitter: ZhangHua
Maintainer: ZhangHua
Last Packager: ZhangHua
Votes: 10
Popularity: 0.021475
First Submitted: 2022-05-09 15:56 (UTC)
Last Updated: 2024-09-26 09:26 (UTC)

Pinned Comments

detian commented on 2024-08-16 13:16 (UTC)

调整后的启动脚本

#!/usr/bin/env bash

Class="Steam++"
Image="/usr/share/icons/hicolor/512x512/apps/watt-toolkit.png"

dotnet "/usr/lib/watt-toolkit/${Class}.dll" "$@" & PID=$!
timeout 10 xdotool search --sync --all --pid "$(pgrep -P $PID)" --class "${Class}" \
    exec xseticon -class "${Class}" "${Image}" &

wait $PID

detian commented on 2024-08-16 11:37 (UTC)

找到了个方法,修改窗口的图标 xseticon -class Steam++ /usr/share/icons/hicolor/512x512/apps/watt-toolkit.png
https://aur.archlinux.org/packages/xseticon-detiam 就是每次启动都得整一次

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

SamLukeYes commented on 2022-03-19 09:32 (UTC)

provides 的内容是不是打错字了,应该是 steam++ 吧

ZhangHua commented on 2022-03-06 03:56 (UTC) (edited on 2022-03-06 03:59 (UTC) by ZhangHua)

@plokid 已从依赖中移除 dotnet 运行时,另外关于 logo 方面,打包脚本的地址也会重定向到你提到的这个地址的,并且两个都需要挂梯子,所以影响不大,就不改了 @zgh 从错误代码来看是证书签名的问题,请在加速页面生成新的证书并且重新安装一下试试。另外也可以试试把生成的证书手动导入 firefox 的信任证书列表里面

zgh commented on 2022-02-25 13:34 (UTC)

我用的是firefox 用hostsmode时,当我打开github时得到

Secure Connection Failed

An error occurred during a connection to github.com. Peer’s certificate has an invalid signature.

Error code: SEC_ERROR_BAD_SIGNATURE

plokid commented on 2022-02-13 11:59 (UTC)

这个包不需要依赖dotnet运行时 另外建议用https://raw.githubusercontent.com/BeyondDimension/SteamTools/develop/resources/AppIcon/Logo_64.png下载icon.png https://blog.csdn.net/The_Time_Runner/article/details/89737949

ZhangHua commented on 2022-02-12 04:46 (UTC)

@Edi_0618 Already fixed checksum

Edi_0618 commented on 2022-02-12 04:02 (UTC) (edited on 2022-02-12 04:04 (UTC) by Edi_0618)

==> Validating source files with sha256sums...
    steamtools.desktop ... Passed
    icon.png ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: steam++-bin

ZhangHua commented on 2022-02-11 04:04 (UTC) (edited on 2022-02-11 04:05 (UTC) by ZhangHua)

@taotieren github 仓库是存在这个文件的,所以你可能需要让 makepkg 走代理才成。手动下载并正确命名,然后放到 PKGBUILD 所在的文件夹也行

taotieren commented on 2022-02-08 00:16 (UTC) (edited on 2022-02-08 00:18 (UTC) by taotieren)

:: (1/1) 正在解析 SRCINFO: steam++-bin
==> 正在创建软件包:steam++-bin 2.6.5-1 (2022年02月08日 星期二 08时12分07秒)
==> 获取源代码...
  -> 找到 steamtools.desktop
  -> 正在下载 icon.png...
正在初始化下载:https://github.com/BeyondDimension/SteamTools/raw/develop/resources/AppIcon/Logo_64.png
==> 错误: 无法下载 https://github.com/BeyondDimension/SteamTools/raw/develop/resources/AppIcon/Logo_64.png
    正在放弃...
 -> 下载源文件时出错: steam++-bin 
         context: exit status 1 

ZhangHua commented on 2021-12-22 05:49 (UTC)

@piokid 草写晕乎了,现在已经修好了(

plokid commented on 2021-12-22 05:32 (UTC)

你似乎把x86和aarch64安装包放反了