Package Details: windterm-bin 2.6.1-2

Git Clone URL: https://aur.archlinux.org/windterm-bin.git (read-only, click to copy)
Package Base: windterm-bin
Description: A Quicker and better SSH/Telnet/Serial/Shell/Sftp client for DevOps.
Upstream URL: https://github.com/kingToolbox/WindTerm/
Keywords: SSH WindTerm
Licenses: Apache-2.0
Conflicts: windterm
Provides: windterm
Submitter: sakura1943
Maintainer: sakura1943 (zxp19821005)
Last Packager: zxp19821005
Votes: 7
Popularity: 0.38
First Submitted: 2022-01-01 06:07 (UTC)
Last Updated: 2024-04-08 03:50 (UTC)

Latest Comments

zxp19821005 commented on 2024-04-09 08:44 (UTC)

@dongfengweixiao The default configuration in my os like this:

$ cat /opt/windterm/profiles.config
{
    "path" : "~"
}

But I still the warnings.

dongfengweixiao commented on 2024-04-08 11:11 (UTC) (edited on 2024-04-08 11:11 (UTC) by dongfengweixiao)

Adding default configuration file storage settings may be a good choice

/opt/windterm/profiles.config

{
    "path" : "~"
}

zxp19821005 commented on 2024-04-08 03:52 (UTC)

@querta @sakura1943 I've fixed it,but it still got errors.I think maybe you can send an issue to the upstream.

$ /usr/bin/windterm 
QStandardPaths: error creating runtime directory '/opt/windterm/lib:/run/user/1000' (No such file or directory)
QFont::fromString: Invalid description 'Noto Sans Mono CJK SC,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 791, resource id: 25532243, major code: 40 (TranslateCoords), minor code: 0

querta commented on 2024-04-07 12:43 (UTC) (edited on 2024-04-07 12:45 (UTC) by querta)

Thanks for update. If install windterm firt time there would be same problem after every launch that it couldn't save /opt/windterm/profiles.config. So every start you would be asked where to save profile. Solutions are: change owner of /opt/windterm or create config file with permissions to write there

sakura1943 commented on 2024-02-08 09:19 (UTC) (edited on 2024-02-08 09:22 (UTC) by sakura1943)

But windterm does not only have the current user needs permissions, I think this solution is not very appropriate(chown $USER:$USER -R /opt/windterm).

querta commented on 2024-02-08 09:08 (UTC) (edited on 2024-02-08 09:09 (UTC) by querta)

Please add sudo chmod $USER:$USER /opt/windterm to avoid issues with permissions for saving tmp and settings

sunshe35 commented on 2024-01-27 10:59 (UTC)

The latest version is WindTerm_2.6.0_Linux_Portable_x86_64.tar.gz and can update now.

MrAru commented on 2022-08-01 16:07 (UTC)

The "StartupWMClass" field in the desktop file conflicts with VSCode, which will lead to the icon of VSCode be replaced by WindTerm's icon incorrectly (e.g., in Latte dock).