[Seek Help] bcompare 在虚拟机和笔记本上主题不同 Resolved
Tofloor
poster avatar
deepin-superuser
deepin
2022-07-13 03:20
Author

同样方法安装的 bcompare 在虚拟机和笔记本上居然使用了不同的主题,还没法切换。有没有大佬知道笔记本上的 bcompare 怎么使用白色那套主题??

安装方式

wget -q -O - https://www.scootersoftware.com/RPM-GPG-KEY-scootersoftware | sudo apt-key add -
sudo sh -c 'echo "deb https://www.scootersoftware.com/ bcompare4 non-free" > /etc/apt/sources.list.d/scootersoftware.list'
sudo sh -c 'echo "Package: bcompare\nPin: origin www.scootersoftware.com\nPin-Priority: 600" > /etc/apt/preferences.d/scootersoftware'
sudo apt install bcompare

对比图

虚拟机

微信图片_20220712191050.jpg

笔记本

截图_bcompare_20220712191253.png

Reply Favorite View the author
All Replies
忘记、过去
deepin
2022-07-13 05:25
#1

解决ubuntu下BeyondCompare主题显示异常_skysky97的博客-CSDN博客

说 BCompare 是 qt4 写的,可能系统的 Qt 主题有问题?

Reply View the author
deepin-superuser
deepin
2022-07-13 16:49
#2
忘记、过去

解决ubuntu下BeyondCompare主题显示异常_skysky97的博客-CSDN博客

说 BCompare 是 qt4 写的,可能系统的 Qt 主题有问题?

我对比了一下 虚拟机里的bcompare 启动后会给 .~/.config/Trolltech.conf 中文件添加一些配置 笔记本里却不会 不知道是不是这个问题

image.png

Reply View the author
vivian_me
deepin testing team
2022-07-14 00:17
#3
It has been deleted!
vivian_me
deepin testing team
2022-07-14 01:19
#4

我在20.6下使用KVM虚拟机安装,两边风格是一样的

Reply View the author
vivian_me
deepin testing team
2022-07-14 01:27
#5

您在什么虚拟机下安装啊 我这边试试看能不能复现

Reply View the author
vivian_me
deepin testing team
2022-07-14 01:55
#6

定位到原因了,sudo apt install libqt4-declarative,您装一个这个包就可以拥有白色主题了

应该是因为笔记本用的比较少,但是虚拟机上已经使用很久,所以已经包含了这个包,才导致的两个主题不一致

Reply View the author
deepin-superuser
deepin
2022-07-14 02:49
#7
vivian_me

定位到原因了,sudo apt install libqt4-declarative,您装一个这个包就可以拥有白色主题了

应该是因为笔记本用的比较少,但是虚拟机上已经使用很久,所以已经包含了这个包,才导致的两个主题不一致

like

确实 笔记本是20.6 重装的 虚拟机是 20.4 升级上来的

Reply View the author