[problem help] 文件管理器bug,打开文件是会多个file://
Tofloor
poster avatar
灵魂冲击
deepin
2024-11-07 09:12
Author

文件管理器bug,打开文件是会多个file://,导致有些软件无法识别路径。

例如官网下载的drawio,双击直接打开*.drawio文件会找不到文件。

image.png

使用命令drawio ./1.drawio,可以正常打开文件。

在嘉立创eda软件直接双击打开工程文件也遇到同样的问题,提示找不到路径,也是因为文件管理器打开多个file://的问题

Reply Favorite View the author
All Replies
xuqi
deepin testing team
2024-11-07 10:28
#1
  • 感谢反馈的问题,我们已关注并同步给了文管的研发同学,稍后本地测试环境尝试复现一下~
Reply View the author
神末shenmo
deepin
Spark-App
2024-11-07 10:42
#2

drawio的desktop写错了吧

file://是文件uri

如果软件需要uri作为参数,应当传入%u

而如果软件需要文件路径,应当传入%f

Reply View the author
灵魂冲击
deepin
2024-11-07 10:52
#3
神末shenmo

drawio的desktop写错了吧

file://是文件uri

如果软件需要uri作为参数,应当传入%u

而如果软件需要文件路径,应当传入%f

改成%u 或者%f都是这个问题

Reply View the author
灵魂冲击
deepin
2024-11-07 11:09
#4
神末shenmo

drawio的desktop写错了吧

file://是文件uri

如果软件需要uri作为参数,应当传入%u

而如果软件需要文件路径,应当传入%f

搞定了,desktop改成%F 要大写

Reply View the author
神末shenmo
deepin
Spark-App
2024-11-07 11:38
#5
灵魂冲击

搞定了,desktop改成%F 要大写

给他们官方提工单吧

Reply View the author
sweetyfish
deepin
2024-11-07 11:49
#6

这个内部已经有单了哈

Reply View the author
灵魂冲击
deepin
2024-11-07 12:59
#7
sweetyfish

这个内部已经有单了哈

好的

Reply View the author
okk~
deepin
2024-11-11 03:10
#8

like

Reply View the author