[Topic DIscussion] 求大佬帮忙编译几个系统软件
Tofloor
poster avatar
two2three
deepin
2021-07-24 01:18
Author

本来dde-file-manager是5.2.8-1版本,在弹出U盘的时候显示正在占用,找了下进程是wps占用,以为旧版本杀不掉占用的进程,然后就手贱升级了文件管理器,升级日志如下:

Upgrade: dde-disk-mount-plugin:amd64 (5.2.8-1, 5.2.24-1), dde-desktop:amd64 (5.2.8-1, 5.2.24-1), dde-file-manager:amd64 (5.2.8-1, 5.2.24-1), libdde-file-manager:amd64 (5.2.8-1, 5.2.24-1)

现在文件管理器用不了了: 

╰─>$ dde-file-manager .
2021-07-23, 17:15:55.669 [Info   ] [appcontroller.cpp    AppController::createDBusInterface::lambda 1513] com.deepin.SessionManager : StartManager has LaunchApp interface
2021-07-23, 17:15:55.695 [Warning] [dfilestatisticsjob.cpp dde_file_manager::DFileStatisticsJobPrivate::setState 91] The thread of notify data timer no event loop QThread(0x7fa1264106c0)
2021-07-23, 17:15:55.696 [Warning] [dfilestatisticsjob.cpp dde_file_manager::DFileStatisticsJobPrivate::setState 91] The thread of notify data timer no event loop QThread(0x7fa1264106c0)
2021-07-23, 17:15:55.702 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/loop7"
2021-07-23, 17:15:55.703 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/loop6"
2021-07-23, 17:15:55.703 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/loop5"
2021-07-23, 17:15:55.704 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/loop4"
2021-07-23, 17:15:55.704 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/loop3"
2021-07-23, 17:15:55.704 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/loop2"
2021-07-23, 17:15:55.705 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/loop1"
2021-07-23, 17:15:55.705 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/loop0"
2021-07-23, 17:15:55.706 [Warning] [dfmrootcontroller.cpp ignoreBlkDevice                     81] block device is ignored by hintIgnore: "/org/freedesktop/UDisks2/block_devices/sdc3"
dde-file-manager: symbol lookup error: /lib/x86_64-linux-gnu/libdde-file-manager.so.1: undefined symbol: _ZNK12DBlockDevice17hasPartitionTableEv

 

不知道怎么降级文件管理器,重新安装旧版可以吗

https://github.com/linuxdeepin/dde-file-manager/releases/tag/5.2.8

求大佬给个方法,或者帮忙编译打包一下

Reply Favorite View the author
All Replies
two2three
deepin
2021-07-24 01:19
#1

系统还是20.1,不想跟着更新,怕出问题

Reply View the author
two2three
deepin
2021-07-24 01:44
#2

 

 

还好网页版的仓库里有这个版本

直接用apt install dde-file-manager=5.2.8-1显示找不到该版本。。

差点要重装

Reply View the author
two2three
deepin
2021-07-24 01:44
#3

Reply View the author
cuisanzhang
deepin
2021-07-24 02:43
#4

20.1的问题是只要你敢打开应用商店你就得挂,永远只能apt

Reply View the author
海天鹰
deepin
2021-07-24 05:15
#5

apt-cache policy dde-file-manager

dde-file-manager:
  已安装:5.2.24-1
  候选: 5.2.24-1
  版本列表:
 *** 5.2.24-1 500
        500 https://community-packages.deepin.com/deepin apricot/main amd64 Packages
        100 /var/lib/dpkg/status

apt-get install dde-file-manager=5.2.24-1

Reply View the author
two2three
deepin
2021-07-24 06:55
#6
cuisanzhang

20.1的问题是只要你敢打开应用商店你就得挂,永远只能apt

我倒是没有这个问题,我的是旧版的商店,装里面的应用我没遇到过出问题的。

Reply View the author
two2three
deepin
2021-07-24 06:56
#7
海天鹰

apt-cache policy dde-file-manager

dde-file-manager:
  已安装:5.2.24-1
  候选: 5.2.24-1
  版本列表:
 *** 5.2.24-1 500
        500 https://community-packages.deepin.com/deepin apricot/main amd64 Packages
        100 /var/lib/dpkg/status

apt-get install dde-file-manager=5.2.24-1

这个看过了,没有5.2.8-1的版本。但是网页上看是有的

Reply View the author