[ Content contribution] linux原生美图秀秀,简单修改就可以用了
Tofloor
poster avatar
qq4945286
deepin
2024-06-28 06:41
Author

1:到美图秀秀官网下载对应的版本,我下载的是这个zkfd_5.0_mtxx-x86_64-2.0.4.deb

2:把美图秀秀安装目录下的这个添加到动态库

sudo vim /etc/ld.so.conf
把美图秀秀的安装路径/opt/mtxx复制到动态库

image.png

修改好后,在终端运行下面的代码

sudo /sbin/ldconfig

3:到/usr/share/applications修改一下美图秀秀的启动器图标

image.png

这样就可以在启动器点击图标,直接启动

image.png

功能正常

Reply Favorite View the author
All Replies
1 / 2
To page
qq4945286
deepin
2024-06-28 06:45
#1

如果都修改好后,还是没反应,你就注销一下,再打开美图秀秀就可以了

Reply View the author
f@deepin
deepin
2024-06-28 06:58
#2

like

Reply View the author
阿尼樱奈奈
Moderator
2024-06-28 07:12
#3

才发现,美图秀秀原来还有Linux版的

Reply View the author
明天会更好
deepin
2024-06-28 08:00
#4

赞,这才是技术论坛该有的,一堆心情贴,发牢骚贴,实在影响论坛质量,我不明白啥对错,只知道:来说是非者就是是非人!

Reply View the author
fhy
deepin
2024-06-28 08:23
#5

感谢楼主正需要 我安装UOS版本的打不开
安装中科方德版本按照这个方法可以使用

Reply View the author
catubibu
deepin
2024-06-28 09:01
#6

一直都用web版的,所有应用,有web版坚决不安装app

Reply View the author
131******66
deepin
2024-06-28 09:07
#7

like

Reply View the author
流浪的加菲
deepin
2024-06-28 09:30
#8

技术达人like

但是我跟着操作,似乎缺少库文件啊,还是安装玲珑包吧

image.png

Reply View the author
Jokul
deepin
2024-06-28 09:42
#9

玲珑版也可以用,无需配置

Reply View the author
乾豫恒益
deepin
2024-06-28 09:46
#10

收藏了,好东西。。。

Reply View the author
翻过山峰看见云
deepin
2024-06-28 09:52
#11
Jokul

玲珑版也可以用,无需配置

没想到已经有玲珑包了,ll-cli install mtxx 就安装好了,直接可以用

Reply View the author
hanzn-zzx
deepin
2024-06-28 10:57
#12

like已收录资源整理

Reply View the author
hanzn-zzx
deepin
2024-06-28 10:57
#13
Jokul

玲珑版也可以用,无需配置

玲珑版的目录访问还是有点问题。这个得等玲珑更新,已经在解决了。

包括我自己打包的obsidian也有这个问题。

Reply View the author
mcu-mi
deepin
2024-07-06 08:15
#14

请教大佬这个怎么解决,系统20.9的

image.png

Reply View the author
liujindong
deepin
2024-07-06 08:21
#15

啊这,官方和星火商店的版本,是有什么问题吗,应该能直接用吧

Reply View the author
mcu-mi
deepin
2024-07-06 20:03
#16

官方和星火在我的电脑上安装完,打开没有反应?

Reply View the author
qq4945286
deepin
2024-07-07 00:01
#17
mcu-mi

请教大佬这个怎么解决,系统20.9的

image.png

这个不用管,不影响使用

image.png

Reply View the author
mcu-mi
deepin
2024-07-07 20:27
#18
qq4945286

这个不用管,不影响使用

image.png

点击启动没有反应啊!

Reply View the author
字甲达宾
deepin
2024-07-07 22:29
#19

bug:

    1. Categories 条目,后面的数据,最后面一定要有一个英文分号 ( ; ) 另外,Categories 数据出现了两次。可以合并到一行。
    1. 软件包依赖关系遗漏:
      debian 11.10 amd64, 安装了 kylin X64 版本的 DEB 包。运行命令 mtxx 报错:
      mtxx: error while loading shared libraries: libavro.so.23: cannot open shared object file: No such file or directory

    解决方案:安装 libavro23 或者 libavro-dev 软件包即可。
    sudo apt-get install libavro23 libavro-dev

    1. postinst 和 postrm 脚本,语法不规范(缺少文件头)
      #!/bin/sh
    1. usr/share/applications/mtxx.desktop 文件里,定义的图标文件名是 mtxx (小写英文字母)。而实际上图标文件名是 usr/share/pixmaps/MTXX.png (大写英文字母)。 导致系统菜单项里,无法正常显示程序图标。
Reply View the author
qq4945286
deepin
2024-07-10 01:06
#20
mcu-mi

点击启动没有反应啊!

放在桌面双击就可以打开了,放在启动器里面跟别的软件一样启动,安装好后要注销或重启一下电脑

Reply View the author
1 / 2
To page