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 »

Nanami commented on 2023-04-25 06:31 (UTC) (edited on 2023-04-25 06:32 (UTC) by Nanami)

可以将icon更换成矢量图吗, GNOME的大图标很模糊. https://raw.githubusercontent.com/BeyondDimension/SteamTools/v3.x/res/icons/app/v2/Icon_Logo.svg

camber commented on 2023-04-17 06:36 (UTC)

建议将包的描述改为英文,中文的包描述可能对非中文用户不友好。

plokid commented on 2023-02-14 10:32 (UTC)

才发现hook没用,你hook里面的target写错了

VistaAero commented on 2023-01-11 10:15 (UTC)

请问可以适配一下Wayland吗?我这里用Wayland打不开

ZhangHua commented on 2022-11-27 05:24 (UTC)

@Kital 可以按照这里的方法让系统证书存储信任软件生成的自签名证书:https://steampp.net/liunxSetupCer

Kital commented on 2022-11-27 04:22 (UTC)

你好! 包能够正常安装并且运行 但是,当启动后 Steam的好友列表无法加载, 商店页面显示” Invalid SSL Certificate The SSL certificate for https://store.steampowered.com/ is invalid and the page will not be loaded (error:-202 status:4).”的字样 简而言之,watt工具箱虽然能正常运行,但是所提供的功能貌似并不能很好地支持

LJL commented on 2022-10-04 11:40 (UTC)

可否将PKGBUILD文件中下载"logo.png"换换源?搞的我因为这东西老是下载不了steam++

ZhangHua commented on 2022-08-20 00:40 (UTC)

@zzy-ac @xyj @kelen 已修正

zzy-ac commented on 2022-08-19 22:20 (UTC)

watt-toolkit-bin 2.8.4-3 版本显示 错误: 完整性检查 (sha256) 与 source 数组大小不一致。 希望可以尽快修复