linuxdeepin / developer-center

Deepin developer center, provide developer wiki and community forum.
449 stars 73 forks source link

deepin-reader has file conflicts with deepin-pdfium #6193

Open felixonmars opened 9 months ago

felixonmars commented 9 months ago

SUMMARY | 问题概要

With a typical installation:

/usr/lib/libdeepin-pdfium.so exists in both 'deepin-reader' and 'deepin-pdfium'
/usr/lib/libdeepin-pdfium.so.1 exists in both 'deepin-reader' and 'deepin-pdfium'
/usr/lib/libdeepin-pdfium.so.1.0 exists in both 'deepin-reader' and 'deepin-pdfium'
/usr/lib/libdeepin-pdfium.so.1.0.0 exists in both 'deepin-reader' and 'deepin-pdfium'

Please consider to make deepin-reader use system-wide installed deepin-pdfium instead of vendoring a copy.

SOFTWARE/OS VERSIONS | 软件/系统版本信息

Arch Linux
Deepin v23

PRE-REQUIREMENT | 预置条件

No response

STEPS TO REPRODUCE | 复现步骤

n/a

OBSERVED RESULT | 观察到的结果

No response

EXPECTED RESULT | 期望的结果

No response

ADDITIONAL INFORMATION | 额外补充

No response

Jsox commented 3 months ago

Try to install with --overwrite '*' flag. For example sudo pacman -S xorg xorg-server deepin deepin-extra --overwrite '*'