Skip to content

Commit

Permalink
data: add update.csv on 20240617
Browse files Browse the repository at this point in the history
  • Loading branch information
xunpod committed Jun 17, 2024
1 parent 7dc8c3a commit 772cae6
Showing 15 changed files with 72 additions and 174 deletions.
17 changes: 3 additions & 14 deletions content/docs/apps/loongapps/1053.md
Original file line number Diff line number Diff line change
@@ -2,20 +2,9 @@
id: 1053
title: "腾讯会议"
weight: 1053
version: "3.15.0.402"
updateTime: "2023-06-26T10:12:13"
debName: "http://113.24.212.22:8090/upload/file/TencentMeeting_0300000000_3.15.0.402_loongarch64_default.publish.deb"
version: "3.19.1.401"
updateTime: "2024-05-14T15:14:27"
debName: "http://113.24.212.22:8090/upload/file/TencentMeeting_0300000000_3.19.1.401_loongarch64_default.publish.deb"
debSize: "138.0 MB"
command: "/opt/wemeet/wemeetapp.sh"
compatibility: 2
---
{{< issue "无法 SSO 登入" >}}

腾讯会议登入界面中的 “SSO” 功能不可用。这是因为为了能让腾讯会议主程序找到其打包的共享库文件,
软件的启动脚本设置了 `LD_LIBRARY_PATH` 环境变量。在其调用浏览器时,该环境变量也会被传递给浏览器,
导致浏览器试图加载共享库文件时,优先搜索到了腾讯会议打包的旧世界的共享库文件,从而无法启动。

为了能让程序正确找到其需要的共享库文件,需要在该软件编译时,向可执行程序文件中写入 `RUNPATH` 信息,
从而避免因 `LD_LIBRARY_PATH` 环境变量被子进程继承,而影响其启动。

{{< /issue >}}
7 changes: 3 additions & 4 deletions content/docs/apps/loongapps/1104.md
Original file line number Diff line number Diff line change
@@ -2,10 +2,9 @@
id: 1104
title: "WPS Office"
weight: 1104
version: "11.1.0.11698"
updateTime: "2023-05-11T10:39:54"
debName: "http://113.24.212.22:8090/upload/file/wps-office_11.1.0.11698_loongarch64.deb"
version: "11.1.0.11719"
updateTime: "2024-02-27T17:07:40"
debName: "http://113.24.212.22:8090/upload/file/wps-office_11.1.0.11719_loongarch64.deb"
debSize: "378.6MB"
command: "/usr/bin/wps"
compatibility: 3
---
29 changes: 3 additions & 26 deletions content/docs/apps/loongapps/1113.md
Original file line number Diff line number Diff line change
@@ -2,32 +2,9 @@
id: 1113
title: "泰山Office"
weight: 1113
version: "5.0.0.347"
updateTime: "2022-07-18T14:28:02"
debName: "http://113.24.212.22:8090/upload/file/cn.ts-it.office_5.0.0.347_loongarch64_trial.deb"
version: "5.0.0.352"
updateTime: "2024-02-27T16:43:00"
debName: "http://113.24.212.22:8090/upload/file/cn.ts-it.office_5.0.0.352_loongarch64_trial.deb"
debSize: "365.6MB"
command: "/opt/apps/cn.ts-it.office/files/ts-office %F"
compatibility: 2
---

{{< issue 未正确安装应用程序图标 >}}

安装泰山 Office 后,程序图标未正确安装到应用菜单中:

```
/opt/apps/cn.ts-it.office/entries/applications/cn.ts-it.office.desktop
```

该文件应该安装到如下路径:

```
/usr/share/applications/cn.ts-it.office.desktop
```

使用如下命令可更正该问题:

```bash
sudo cp -v /opt/apps/cn.ts-it.office/entries/applications/cn.ts-it.office.desktop /usr/share/applications/
sudo update-desktop-database
```
{{< /issue >}}
52 changes: 4 additions & 48 deletions content/docs/apps/loongapps/1114.md
Original file line number Diff line number Diff line change
@@ -2,53 +2,9 @@
id: 1114
title: "万得"
weight: 1114
version: "21.4.0.1"
updateTime: "2022-07-18T14:31:02"
debName: "http://113.24.212.22:8090/upload/file/com.wind.wft_21.4.0.1_loongarch64.deb"
debSize: "158MB"
version: "24.1.7.05090"
updateTime: "2024-06-04T11:15:06"
debName: "http://113.24.212.22:8090/upload/file/com.wind.wft-kylinV10SP1_24.1.7.05090_loongarch64.deb"
debSize: "272.4 MB"
command: "\"/opt/apps/com.wind.wft/files/bin/wmain.sh\""
---

{{< issue "程序混用 MIPS 与 LoongArch 运行时库" >}}

我们发现启动万得时报错:

```
./wmain: error while loading shared libraries: libicudata.so.63: cannot open shared object file: No such file or directory
```

经查,其需要的 `libicudata.so.63` 库在其应用目录下存在:

```
/opt/apps/com.wind.wft/files/lib/3rd/libicudata.so.63
```

但是,我们经过 `file` 命令检查,发现这个库是为 MIPS 龙芯编译的:

```
/opt/apps/com.wind.wft/files/lib/3rd/libicudata.so.63: symbolic link to libicudata.so.63.1
/opt/apps/com.wind.wft/files/lib/3rd/libicudata.so.63.1: ELF 64-bit LSB shared object, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, BuildID[sha1]=69d52e792d8d555c4e4eeb8c64d373d581b923aa, stripped
```
{{< /issue >}}

{{< issue 未正确安装应用程序图标 >}}

安装万得后,程序图标未正确安装到应用菜单中:

```
/opt/apps/com.wind.wft/entries/applications/com.wind.wft.desktop
```

该文件应该安装到如下路径:

```
/usr/share/applications/com.wind.wft.desktop
```

使用如下命令可更正该问题:

```bash
sudo cp -v /opt/apps/com.wind.wft/entries/applications/com.wind.wft.desktop /usr/share/applications/
sudo update-desktop-database
```
{{< /issue >}}
6 changes: 3 additions & 3 deletions content/docs/apps/loongapps/1392.md
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
id: 1392
title: "龙芯剪辑"
weight: 1392
version: "1.0.0-1"
updateTime: "2022-12-28T15:43:03"
debName: "http://113.24.212.22:8090/upload/file/loongvideoeditor_1.0.0-1_loongarch64.deb"
version: "1.0.0-1.lnd.1"
updateTime: "2024-06-07T16:29:16"
debName: "http://113.24.212.22:8090/upload/file/loongvideoeditor_1.0.0-1.lnd.1_loongarch64.deb"
debSize: "35.5 MB"
command: "/opt/apps/loongvideoeditor/start.sh"
---
10 changes: 10 additions & 0 deletions content/docs/apps/loongapps/140.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: 140
title: "小画家"
weight: 140
version: "18.04.0"
updateTime: "2024-04-24T16:57:34"
debName: "http://113.24.212.22:8090/upload/file/kolourpaint_18.04.0-edu3_loongarch64.deb"
debSize: "5.7 MB"
command: "kolourpaint"
---
7 changes: 3 additions & 4 deletions content/docs/apps/loongapps/1410.md
Original file line number Diff line number Diff line change
@@ -2,10 +2,9 @@
id: 1410
title: "QQ for Linux"
weight: 1410
version: "3.2.2-18394"
updateTime: "2023-11-14T09:08:24"
debName: "http://113.24.212.22:8090/upload/file/linuxqq_3.2.2-18394_loong64.deb"
version: "3.2.7-23361"
updateTime: "2024-05-16T11:01:37"
debName: "http://113.24.212.22:8090/upload/file/QQ_3.2.7_240428_loongarch64_01.deb"
debSize: "135.7 MB"
command: "/opt/QQ/qq"
compatibility: 3
---
37 changes: 4 additions & 33 deletions content/docs/apps/loongapps/146.md
Original file line number Diff line number Diff line change
@@ -2,38 +2,9 @@
id: 146
title: "龙吟翻译"
weight: 146
version: "1.0.1"
updateTime: "2022-07-19T16:14:51"
debName: "http://113.24.212.22:8090/upload/file/interpreter-depend_1.0.1_loongarch64.deb"
version: "1.0.2"
updateTime: "2024-04-10T17:37:25"
debName: "http://113.24.212.22:8090/upload/file/interpreter-depend_1.0.2_loongarch64.deb"
debSize: "2.9MB"
command: "/usr/local/longyin/start.sh"
compatibility: 2
command: "/usr/local/longyin/interpreter"
---

{{< issue 默认启动脚本不可用 >}}

龙吟翻译的默认启动脚本:

```
/usr/local/longyin/start.sh
```

会使用位于如下目录的运行时库:

```
/usr/local/longyin/platforms
```

这会导致各类运行时库不兼容的情况。实际上,在安装相关依赖后,可以使用如下命令启动:

```
/usr/local/longyin/interpreter
```

{{< /issue >}}

{{< issue 启动器图标类别错误 >}}

该软件的启动器图标 (`.desktop`) 类别登记错误,在 KDE 上类别为“未知”。

{{< /issue >}}
9 changes: 4 additions & 5 deletions content/docs/apps/loongapps/200.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
id: 200
title: "极域课堂互动教学系统软件 教师端"
title: "极域课堂互动教学系统软件(国产OS版)教师端"
weight: 200
version: "2.7.3548-1.0.85+10751gch"
updateTime: "2024-01-19T09:07:41"
debName: "http://113.24.212.22:8090/upload/file/mythware-cms-teacher_2.7.3548-1.0.85+10751gch_loongarch64.deb"
version: "2.7.3605-1.0.101+10751gch2024"
updateTime: "2024-03-18T09:14:01"
debName: "http://113.24.212.22:8090/upload/file/mythware-cms-teacher_2.7.3605-1.0.101+10751gch2024_loongarch64.deb"
debSize: "43.7 MB"
command: "/opt/mythware/classroom-management/Teacher"
compatibility: 3
---
9 changes: 4 additions & 5 deletions content/docs/apps/loongapps/201.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
id: 201
title: "极域课堂互动教学系统软件 学生端"
title: "极域课堂互动教学系统软件(国产OS版)学生端"
weight: 201
version: "2.7.3548-1.0.85+10751gch"
updateTime: "2024-01-19T09:06:28"
debName: "http://113.24.212.22:8090/upload/file/mythware-cms-student_2.7.3548-1.0.85+10751gch_loongarch64.deb"
version: "2.7.3605-1.0.101+10751gch2024"
updateTime: "2024-03-18T09:14:22"
debName: "http://113.24.212.22:8090/upload/file/mythware-cms-student_2.7.3605-1.0.101+10751gch2024_loongarch64.deb"
debSize: "41.7 MB"
command: "/opt/mythware/classroom-management/Student"
compatibility: 3
---
7 changes: 3 additions & 4 deletions content/docs/apps/loongapps/220.md
Original file line number Diff line number Diff line change
@@ -2,10 +2,9 @@
id: 220
title: "软件包安装器"
weight: 220
version: "1.0.0-1.lnd.1"
updateTime: "2022-01-18T16:23:39"
debName: "http://113.24.212.22:8090/upload/file/appinstaller_1.0.0-1.lnd.1_all.deb"
version: "1.0.0-2"
updateTime: "2024-04-29T17:10:30"
debName: "http://113.24.212.22:8090/upload/file/appinstaller_1.0.0-2_loongarch64.deb"
debSize: "93.6 KB"
command: "/opt/apps/appinstaller/apps/AppInstall"
compatibility: 3
---
15 changes: 3 additions & 12 deletions content/docs/apps/loongapps/222.md
Original file line number Diff line number Diff line change
@@ -2,18 +2,9 @@
id: 222
title: "龙芯应用合作社(3A5000)版"
weight: 222
version: "2.0.0-1.lnd.11"
updateTime: "2024-02-05T09:29:58"
debName: "http://113.24.212.22:8090/upload/file/loongsonapplication_2.0.0-1.lnd.11_loongarch64.deb"
version: "2.0.0-1.lnd.13"
updateTime: "2024-06-07T16:33:21"
debName: "http://113.24.212.22:8090/upload/file/loongsonapplication_2.0.0-1.lnd.13_loongarch64.deb"
debSize: "88.1MB"
command: "a"
compatibility: 1
---

{{< issue 应用更新功能可能覆盖系统组件 >}}

我们发现,龙芯应用合作社的软件更新功能可能覆盖系统中安装的开源软件,如 AOSC OS 的 KDE 组件,甚至乎 PulseAudio 等关键系统组件。更新后,系统可能会出现各类功能故障,危险性极高。

该问题需要等待龙芯方面作出适配,或提供开源软件更新的内部开关。

{{< /issue >}}
15 changes: 3 additions & 12 deletions content/docs/apps/loongapps/636.md
Original file line number Diff line number Diff line change
@@ -2,18 +2,9 @@
id: 636
title: "华宇拼音输入法"
weight: 636
version: "2.4.8.198"
updateTime: "2023-06-05T10:45:19"
debName: "http://113.24.212.22:8090/upload/file/HuayuPY_loongarch_fcitx_2.4.8.198.deb"
version: "2.4.8.207"
updateTime: "2024-02-27T16:58:00"
debName: "http://113.24.212.22:8090/upload/file/HuayuPY_loongarch_fcitx_2.4.8.207.deb"
debSize: "58.6 MB"
command: "/usr/share/fcitx-huayupy/huayupy_daemon_fcitx_starter"
compatibility: 1
---

{{< issue "本软件为旧世界 ABI 插件库" >}}

华宇拼音输入法实为 Fcitx 4 插件,由使用输入法输入文字的应用程序载入。而限于实现原理,libLoL 无法让新世界应用程序载入旧世界运行时库。

考虑到这是闭源商业软件,该兼容性问题必须由华宇拼音输入法的开发商解决。请联系开发商提供新世界版本。

{{< /issue >}}
7 changes: 3 additions & 4 deletions content/docs/apps/loongapps/98.md
Original file line number Diff line number Diff line change
@@ -2,10 +2,9 @@
id: 98
title: "360安全浏览器"
weight: 98
version: "13.3.1010.176-1"
updateTime: "2023-11-09T10:27:55"
debName: "http://113.24.212.22:8090/upload/file/browser360-cn-stable_13.3.1010.176-1_loongarch64.deb"
version: "13.3.1013.59-1"
updateTime: "2024-06-11T10:47:19"
debName: "http://113.24.212.22:8090/upload/file/browser360-cn-stable_13.3.1013.59-1_loongarch64.deb"
debSize: "102.2 MB"
command: "/usr/bin/browser360-cn-stable"
compatibility: 3
---
19 changes: 19 additions & 0 deletions static/data/loongapplist-update.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
编号,应用名称,页面链接,版本,下载链接,文件大小,应用类型,开发者,更新时间,可执行文件
98,360安全浏览器,http://app.loongapps.cn/#/detail/98,13.3.1013.59-1,http://113.24.212.22:8090/upload/file/browser360-cn-stable_13.3.1013.59-1_loongarch64.deb,102.2 MB,网络应用,奇虎360,2024-06-11T10:47:19,/usr/bin/browser360-cn-stable
140,小画家,http://app.loongapps.cn/#/detail/140,18.04.0,http://113.24.212.22:8090/upload/file/kolourpaint_18.04.0-edu3_loongarch64.deb,5.7 MB,教育学习,Martin Koller,2024-04-24T16:57:34,kolourpaint
146,龙吟翻译,http://app.loongapps.cn/#/detail/146,1.0.2,http://113.24.212.22:8090/upload/file/interpreter-depend_1.0.2_loongarch64.deb,2.9MB,办公应用,云顶书院,2024-04-10T17:37:25,/usr/local/longyin/interpreter
200,极域课堂互动教学系统软件(国产OS版)教师端,http://app.loongapps.cn/#/detail/200,2.7.3605-1.0.101+10751gch2024,http://113.24.212.22:8090/upload/file/mythware-cms-teacher_2.7.3605-1.0.101+10751gch2024_loongarch64.deb,43.7 MB,教育学习,南京极域信息科技有限公司,2024-03-18T09:14:01,/opt/mythware/classroom-management/Teacher
201,极域课堂互动教学系统软件(国产OS版)学生端,http://app.loongapps.cn/#/detail/201,2.7.3605-1.0.101+10751gch2024,http://113.24.212.22:8090/upload/file/mythware-cms-student_2.7.3605-1.0.101+10751gch2024_loongarch64.deb,41.7 MB,办公应用,南京极域信息科技有限公司,2024-03-18T09:14:22,/opt/mythware/classroom-management/Student
220,软件包安装器,http://app.loongapps.cn/#/detail/220,1.0.0-2,http://113.24.212.22:8090/upload/file/appinstaller_1.0.0-2_loongarch64.deb,93.6 KB,其他应用,龙芯中科(山西)技术有限公司,2024-04-29T17:10:30,/opt/apps/appinstaller/apps/AppInstall
222,龙芯应用合作社(3A5000)版,http://app.loongapps.cn/#/detail/222,2.0.0-1.lnd.13,http://113.24.212.22:8090/upload/file/loongsonapplication_2.0.0-1.lnd.13_loongarch64.deb,88.1MB,"其他应用,办公应用",龙芯中科(山西)技术有限公司,2024-06-07T16:33:21,
636,华宇拼音输入法,http://app.loongapps.cn/#/detail/636,2.4.8.207,http://113.24.212.22:8090/upload/file/HuayuPY_loongarch_fcitx_2.4.8.207.deb,58.6 MB,办公应用,北京华宇信息技术有限公司,2024-02-27T16:58:00,/usr/share/fcitx-huayupy/huayupy_daemon_fcitx_starter
1053,腾讯会议,http://app.loongapps.cn/#/detail/1053,3.19.1.401,http://113.24.212.22:8090/upload/file/TencentMeeting_0300000000_3.19.1.401_loongarch64_default.publish.deb,138.0 MB,办公应用,深圳市腾讯计算机系统有限公司,2024-05-14T15:14:27,/opt/wemeet/wemeetapp.sh
1104,WPS Office,http://app.loongapps.cn/#/detail/1104,11.1.0.11719,http://113.24.212.22:8090/upload/file/wps-office_11.1.0.11719_loongarch64.deb,378.6MB,办公应用,北京金山办公软件股份有限公司,2024-02-27T17:07:40,/usr/bin/wps
1113,泰山Office,http://app.loongapps.cn/#/detail/1113,5.0.0.352,http://113.24.212.22:8090/upload/file/cn.ts-it.office_5.0.0.352_loongarch64_trial.deb,365.6MB,办公应用,泰山信息科技有限公司,2024-02-27T16:43:00,/opt/apps/cn.ts-it.office/files/ts-office %F
1114,万得,http://app.loongapps.cn/#/detail/1114,24.1.7.05090,http://113.24.212.22:8090/upload/file/com.wind.wft-kylinV10SP1_24.1.7.05090_loongarch64.deb,272.4 MB,办公应用,上海万得信息技术股份有限公司,2024-06-04T11:15:06,"""/opt/apps/com.wind.wft/files/bin/wmain.sh"""
1392,龙芯剪辑,http://app.loongapps.cn/#/detail/1392,1.0.0-1.lnd.1,http://113.24.212.22:8090/upload/file/loongvideoeditor_1.0.0-1.lnd.1_loongarch64.deb,35.5 MB,视频播放,龙芯中科(山西)技术有限公司,2024-06-07T16:29:16,/opt/apps/loongvideoeditor/start.sh
1410,QQ for Linux,http://app.loongapps.cn/#/detail/1410,3.2.7-23361,http://113.24.212.22:8090/upload/file/QQ_3.2.7_240428_loongarch64_01.deb,135.7 MB,"办公应用,社交沟通",深圳市腾讯计算机系统有限公司,2024-05-16T11:01:37,/opt/QQ/qq
1943,浩辰CAD 2024,http://app.loongapps.cn/#/detail/1943,24.1,http://113.24.212.22:8090/upload/file/gstarcad_24.1_loongarch64.deb,275.3 MB,"教育学习,办公应用",苏州浩辰软件股份有限公司,2024-02-28T09:21:04,/opt/apps/gstarcad/v2024/files/gclauncher.sh
1944,天影视通提词器,http://app.loongapps.cn/#/detail/1944,2.4.0,http://113.24.212.22:8090/upload/file/TYST-Teleprompter_2.4.0_0305loongarch64.deb,87.0 MB,"图像图形,视频播放",北京天影视通科技有限公司,2024-03-28T14:27:34,/opt/TYST-Teleprompter/tyst-teleprompter
1946,和信融慧流程自动化机器人单机版软件,http://app.loongapps.cn/#/detail/1946,4.0.1.4,http://113.24.212.22:8090/upload/file/com.homonia.standalone_4.0.1.4_loongarch64_20240314_143959.deb,488.6 MB,办公应用,北京和信融慧信息科技有限公司,2024-03-14T16:32:54,/opt/apps/com.homonia.standalone/files/bin/designer
1947,flash player播放器,http://app.loongapps.cn/#/detail/1947,32.0.0,http://113.24.212.22:8090/upload/file/flashplayer-32_Loongarch64.deb,4.8 MB,"教育学习,视频播放",重庆重橙网络科技有限公司,2024-04-10T18:02:53,/opt/durapps/FlashPlayer/flashplayer

0 comments on commit 772cae6

Please sign in to comment.