Search Criteria
Package Details: cxstudy-wine 1.4.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cxstudy-wine.git (read-only, click to copy) |
|---|---|
| Package Base: | cxstudy-wine |
| Description: | a version of repacked wine app of cxstudy(学习通) |
| Upstream URL: | https://atomgit.com/JingluWei_chn/cxstudy-wine/tree/master |
| Licenses: | MIT |
| Submitter: | jingluwei |
| Maintainer: | jingluwei |
| Last Packager: | jingluwei |
| Votes: | 1 |
| Popularity: | 0.71 |
| First Submitted: | 2026-04-19 13:12 (UTC) |
| Last Updated: | 2026-04-27 05:34 (UTC) |
Dependencies (6)
- git (git-gitAUR, git-glAUR, git-wd40AUR)
- noto-fonts-cjk (noto-fonts-cjk-vfAUR, noto-fonts-cjk-hk-vfAUR, noto-fonts-cjk-jp-vfAUR, noto-fonts-cjk-kr-vfAUR, noto-fonts-cjk-sc-vfAUR, noto-fonts-cjk-tc-vfAUR, noto-fonts-hk-vfAUR, noto-fonts-jp-vfAUR, noto-fonts-kr-vfAUR, noto-fonts-sc-vfAUR, noto-fonts-tc-vfAUR, otf-noto-sans-cjkAUR, otf-noto-sans-cjk-vfAUR, otf-noto-sans-mono-cjk-vfAUR, otf-noto-serif-cjk-vfAUR, otf-noto-serif-cjkAUR, noto-fonts-cjk-chwsAUR, ttf-noto-sans-cjk-vfAUR, ttf-noto-sans-mono-cjk-vfAUR, ttf-noto-serif-cjk-vfAUR)
- tar (tar-gitAUR, uutils-tar-gitAUR)
- wine (wine-stable-nextAUR, wine-stableAUR, wine-valveAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine-tkg-staging-ntsync-binAUR, wine-asahi-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-cachyosAUR, wine32AUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-binAUR, wine-staging)
- wine-gecko (wine-cachyosAUR)
- wine-mono (wine-stable-monoAUR, wine-cachyosAUR)
Latest Comments
jingluwei commented on 2026-05-06 06:19 (UTC)
cxstudy-wine 项目 README.md
项目概述
该项目包含重新整理后的学习通(cxstudy)Windows端应用程序,专为在Wine容器中运行而设计。通过本项目,用户可以在Arch Linux及其衍生发行版上轻松部署学习通应用,享受一键式安装的便利。对于其他Linux发行版(如Ubuntu等),用户需根据提供的指南进行手动安装。
项目地址
安装指南
Arch Linux 及衍生发行版
对于Arch Linux用户,可以通过AUR(Arch User Repository)仓库搜索并安装
cxstudy-wine包,实现一键式部署。/etc/pacman.conf文件,取消注释或添加以下行以启用AUR支持(使用yay、paru等AUR助手可简化此过程):[archlinuxcn] Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$archGPG keyring:pacman -Sy archlinuxcn-keyring安装
yay或者paru:bash sudo pacman -S yay # 或 sudo pacman -S paru使用AUR助手安装:
打开终端,运行以下命令之一来安装
cxstudy-wine:bash yay -S cxstudy-wine # 或 paru -S cxstudy-wine配置Wine并启动cxstudy-wine
wine regedit ./chs.reg即可导入以上条目: ``` REGEDIT4[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] "MS Shell Dlg"="Noto Sans CJK SC" "MS Shell Dlg 2"="Noto Sans CJK SC" "SimSun"="Noto Sans CJK SC" "Microsoft YaHei"="Noto Sans CJK SC"
`` - 在终端中运行winecfg,调整缩放等选项。 - 在应用软件启动器中找到学习通,并运行。如果在应用软件启动器中无法找到学习通,请打开/usr/share/applications目录中寻找cxsudy-wine.desktop`文件。其他Linux发行版(如Ubuntu)
对于非Arch Linux系统,由于无法直接使用AUR,用户需要手动安装Wine环境并配置学习通应用。以下是一个大致的指南:
根据您的Linux发行版,从官方仓库或PPA安装最新版本的Wine。例如,在Ubuntu上可以使用以下命令:
bash sudo dpkg --add-architecture i386 wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -sc)/main/binary-i386/Release wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -sc)/main/binary-amd64/Release wget -nc -O winehq.key https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -sc) main' sudo apt update sudo apt install --install-recommends winehq-stable下载并配置学习通应用:
./wine/drive_c/Program Files文件夹内。使用
chmod对该项目文件夹进行赋权后,运行文件夹下的cxstudy.exe启动应用。创建桌面快捷方式(可选):
.desktop文件并放置在~/.local/share/applications/目录下。在本项目仓库中已包含编辑好的cxstudy-wine.desktop文件。您可以将此文件复制至桌面或者/usr/share/applications文件夹并使用chmod赋权后运行使用。项目依赖
贡献与反馈
欢迎任何形式的贡献,包括但不限于代码提交、问题报告、功能建议等。请通过Git仓库的Issues和Pull Requests功能参与项目改进。
许可证
本项目采用MIT许可证进行开源,详情请参见项目根目录下的
LICENSE文件。希望这个README.md文件能够帮助用户更好地理解和使用
cxstudy-wine项目!