Only one of each socket address is normally permitted
There may be a situation where the local port is occupied. Please change the inbound port or turn off the corresponding occupied process. Finding the PID of the process using a specific port? Windows | Linux.
The proxy node configuration failed to take effect
Please check if there is a config.json
file in the working directory, because ACross
sends the configuration to stdin, but the default priority on v2ray-core
is lower than the local file. So you need to delete the config.json
or create a separate working directory for the application without any configuration files.
Update subscription through proxy
If a node is currently running, it will automatically use the node as a proxy to download and update items.
Where is the log page
Due to the high memory usage of the TextArea
component implementation in QML, we temporarily hide this page and will make it visible after the upstream repair. When debugging, you can change the output mode to stdout
or both
on the setting page.
Plasma wayland + systemd boot + autostart unable to display the icon on the system tray
No such signal QPlatformNativeInterface::systemTrayWindowChanged("QScreen")
The system tray widget will be loaded asynchronously along with the panel, and the application will be opened before them. The following is an example user service of start after 5s
delay.
# ~/.config/systemd/user/across.service
[Unit]
Description=ACross
SourcePath=/usr/share/applications/org.arktoria.across.desktop
PartOf=graphical-session.target
Wants=graphical-session.target
[Service]
Type=exec
ExecStartPre=:/usr/bin/sleep 5s
ExecStart=:/usr/bin/across "-qwindowicon" "org.arktoria.across"
Restart=no
TimeoutSec=10s
Slice=app.slice
[Install]
WantedBy=default.target
The software built by vcpkg and MSVC cannot add or update groups via the
tls1.3
only subscription link.
We use curl
as the downloader, but it still has no TLS 1.3 support on SChannel. Please follow the upstream issue.