[Share Experiences] 解决 3.4 内测后 Firefox 崩溃等问题
Tofloor
poster avatar
deepin-superuser
deepin
2022-03-15 21:38
Author

im-fcitx5.zip

解决方法

#下载文件
wget -t 3 -T 15 https://storage.deepin.org/thread/202203151330355429_im-fcitx5.zip 

#解压
unzip 202203151330355429_im-fcitx5.zip

#替换
sudo cp im-fcitx5.so /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/

Firefox 打得开了,GPG 签名正常了,Chrome 时不时闪退的毛病也没有了,舒服

dbeaver、Remmina、Edge闪退等问题应该也一起解决了(没有测试)

Reply Favorite View the author
All Replies
1 / 2
To page
andktan
deepin
2022-03-15 21:45
#1

我一直用dp浏览器没有闪退等问题,就不费这心了pride

Reply View the author
deepin-superuser
deepin
2022-03-15 21:53
#2
andktan

我一直用dp浏览器没有闪退等问题,就不费这心了pride

按个 Ctrl + S 然后叉掉

不对,你应该是没安装 fcitx5

Reply View the author
andktan
deepin
2022-03-15 22:48
#3
deepin-superuser

按个 Ctrl + S 然后叉掉

不对,你应该是没安装 fcitx5

录屏_选择区域_20220315144458.gif

image.png

Reply View the author
deepin-superuser
deepin
2022-03-15 22:50
#4
andktan

录屏_选择区域_20220315144458.gif

image.png

你这个是 fcitx4

Reply View the author
andktan
deepin
2022-03-15 23:35
#5
deepin-superuser

你这个是 fcitx4

我这不是有吗?

可是说真的,虽然有这个5,但是感觉不出哪里好用,有什么好处呀

点这个5的图标没反应,点5配置出来下面的框,也不知有啥用处

image.png

image.png

打开目录,咱也不懂😭

image.png

image.png

@deepin-superuser

我的/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/里没有im-fcitx5.so,只有im-fcitx.so

Reply View the author
WangZhongyun
deepin
2022-03-15 23:46
#6

我的/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/里有个im-fcitx5.so,难道有什么不一样吗?

Reply View the author
WangZhongyun
deepin
2022-03-15 23:51
#7

firefox问题报告:

Add-ons: doh-rollout%40mozilla.org:2.0.0,formautofill%40mozilla.org:1.0.1,pictureinpicture%40mozilla.org:1.0.0,screenshots%40mozilla.org:39.0.1,webcompat%40mozilla.org:30.0.0

AvailablePageFile: 0
AvailablePhysicalMemory: 1956438016
AvailableSwapMemory: 0
AvailableVirtualMemory: 5406175232
BackgroundTaskMode: 0
BuildID: 20220304153049
CrashTime: 1647330581
EMCheckCompatibility: true
HeadlessMode: 0
InstallTime: 1647003823
MozCrashReason: MOZ_RELEASE_ASSERT((run->mRegionsMask[elm] & (1U << bit)) == 0) (Double-free?)
Notes: Deepin 20.5
ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
ProductName: Firefox
ReleaseChannel: release
SafeMode: 0
SecondsSinceLastCrash: 28
StartupCrash: 1
StartupTime: 1647330581
TelemetrySessionId: 19a6fb0a-ddb7-4019-8b2d-4a903ca812c0
ThreadIdNameMapping: 24856:"IPC I/O Parent",24857:"Timer",24858:"Netlink Monitor",24859:"Socket Thread",24860:"IPDL Background",24861:"BackgroundThreadPool #1",24865:"JS Watchdog",24868:"Cache2 I/O",24869:"Cookie",24870:"StreamTrans #1",24872:"TaskController #1",24873:"TaskController #2",24871:"TaskController #0",24874:"TaskController #3",24875:"BgIOThreadPool #1",24876:"StreamTrans #2",24877:"StreamTrans #3",24879:"Worker Launcher",
Throttleable: 1
TotalPageFile: 8295178240
TotalPhysicalMemory: 8295178240
UptimeTS: .37552256
Vendor: Mozilla
Version: 98.0

This report also contains technical information about the state of the application when it crashed.

Reply View the author
WangZhongyun
deepin
2022-03-15 23:55
#8

替换掉确实可用firefox了

Reply View the author
deepin-superuser
deepin
2022-03-15 23:58
#9
WangZhongyun

我的/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/里有个im-fcitx5.so,难道有什么不一样吗?

现在的那个文件有bug, 我这个是修复版

Reply View the author
deepin-superuser
deepin
2022-03-16 00:00
#10
andktan

我这不是有吗?

可是说真的,虽然有这个5,但是感觉不出哪里好用,有什么好处呀

点这个5的图标没反应,点5配置出来下面的框,也不知有啥用处

image.png

image.png

打开目录,咱也不懂😭

image.png

image.png

@deepin-superuser

我的/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/里没有im-fcitx5.so,只有im-fcitx.so

fcitx4 和 5 理论上不能共存,你的fcitx5没安装全

完整安装 fcitx5(注意备份用户词库啥的,得卸载原来的输入法):

sudo apt-get purge -y fcitx*
sudo apt-get autoremove -y --purge
sudo apt-get install -y fcitx5-chinese-addons
mkdir -p ~/.config/autostart
sudo cp /usr/share/applications/org.fcitx.Fcitx5.desktop ~/.config/autostart/org.fcitx.Fcitx5.desktop

安装后不能到系统设置里设置了,只能启动器里点配置 或 托盘右键设置

Reply View the author
WangZhongyun
deepin
2022-03-16 00:09
#11
deepin-superuser

现在的那个文件有bug, 我这个是修复版

标记是315,真的是节日快乐,谢谢了

Reply View the author
WangZhongyun
deepin
2022-03-16 00:23
#12

这个问题修复后,如果没有其它重要问题,就可默认用fcitx5发deepin20.5了。

不知stable内核的如下问题解决没有?

1.用图形法安装系统会出现超频而不能继续;

2.不集成nvidia驱动安装系统后分辨率不支持1920*1080,须进入系统后再安装nvidia驱动才行;

3.直接集成nvidia驱动安装后不能使用wine央视影音。

Reply View the author
deepin-superuser
deepin
2022-03-16 00:25
#13
WangZhongyun

这个问题修复后,如果没有其它重要问题,就可默认用fcitx5发deepin20.5了。

不知stable内核的如下问题解决没有?

1.用图形法安装系统会出现超频而不能继续;

2.不集成nvidia驱动安装系统后分辨率不支持1920*1080,须进入系统后再安装nvidia驱动才行;

3.直接集成nvidia驱动安装后不能使用wine央视影音。

这个得去问官方了

Reply View the author
andktan
deepin
2022-03-16 00:27
#14
deepin-superuser

fcitx4 和 5 理论上不能共存,你的fcitx5没安装全

完整安装 fcitx5(注意备份用户词库啥的,得卸载原来的输入法):

sudo apt-get purge -y fcitx*
sudo apt-get autoremove -y --purge
sudo apt-get install -y fcitx5-chinese-addons
mkdir -p ~/.config/autostart
sudo cp /usr/share/applications/org.fcitx.Fcitx5.desktop ~/.config/autostart/org.fcitx.Fcitx5.desktop

安装后不能到系统设置里设置了,只能启动器里点配置 或 托盘右键设置

jiu ji a ,an ni shuo de zuo le ,bu neng shu ru han yu la

@deepin-superuser

Reply View the author
deepin-superuser
deepin
2022-03-16 00:29
#15
andktan

jiu ji a ,an ni shuo de zuo le ,bu neng shu ru han yu la

@deepin-superuser

重启电脑了吗?

Reply View the author
andktan
deepin
2022-03-16 00:30
#16
deepin-superuser

重启电脑了吗?

guan ji chong qi

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2022-03-16 01:26
#17
andktan

我这不是有吗?

可是说真的,虽然有这个5,但是感觉不出哪里好用,有什么好处呀

点这个5的图标没反应,点5配置出来下面的框,也不知有啥用处

image.png

image.png

打开目录,咱也不懂😭

image.png

image.png

@deepin-superuser

我的/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/里没有im-fcitx5.so,只有im-fcitx.so

dpk补丁没用了,看这个

https://shenmo7192.gitee.io/post/dpk%E9%93%BE%E6%8E%A5%E8%A7%A3%E6%9E%90%E8%A1%A5%E4%B8%81%E9%80%82%E7%94%A8%E4%BA%8E%E6%B7%B1%E5%BA%A6%E5%95%86%E5%BA%97%E7%9A%84spk%E9%93%BE%E6%8E%A5/

Reply View the author
andktan
deepin
2022-03-16 01:41
#18
神末shenmo

dpk补丁没用了,看这个

https://shenmo7192.gitee.io/post/dpk%E9%93%BE%E6%8E%A5%E8%A7%A3%E6%9E%90%E8%A1%A5%E4%B8%81%E9%80%82%E7%94%A8%E4%BA%8E%E6%B7%B1%E5%BA%A6%E5%95%86%E5%BA%97%E7%9A%84spk%E9%93%BE%E6%8E%A5/

谢谢提醒

Reply View the author
要讲武德
deepin
2022-03-16 04:25
#19

为啥你都能修好, 官方两周还找不到问题呢

Reply View the author
deepin-superuser
deepin
2022-03-16 04:28
#20
要讲武德

为啥你都能修好, 官方两周还找不到问题呢

这个就是官方修好的。我只是提前编译用着

Reply View the author
1 / 2
To page