[App Sharing] My_Launcher更新
Tofloor
poster avatar
曾子康 TIM
deepin
2023-10-15 06:51
Author

10.14更新

1.增加QDBus服务

10.14v1.gif

10.14p1.png
10.14p2.png

2.增加搜索范围&&linglong应用的desktop

//由于4MB限制,重录一次

录屏_dde-desktop_20231014224935.gif
截图_选择区域_20231014225054.png

搜索包含至desktop真实文件名

3.关于libreoffice启动失败问题

10.14v3.gif

失败原因:在QtCreater中启动

4.增加desktop中Terminal为true的以终端运行功能

5.至于发送到任务栏的QDBus

翻过dde-dock,但我找不到

6.修复MyShowLoveLabel当OnlyDragListView的数量为9的倍数时,底部页码显示不正常的问题

编译后的可执行文件置于Releases中

源码地址:

https://github.com/3084793958/My_Launcher.git

https://githubfast.com/3084793958/My_Launcher.git

Reply Favorite View the author
All Replies
阿尼樱奈奈
Moderator
2023-10-15 07:10
#1

like

Reply View the author
忘记、过去
deepin
2023-10-15 08:06
#2

驻留到任务栏:

dbus-send --session --print-reply=literal --dest=org.deepin.dde.daemon.Dock1 /org/deepin/dde/daemon/Dock1 org.deepin.dde.daemon.Dock1.RequestDock string:'desktop 文件绝对路径' int32:驻留位置

e.g. dbus-send --session --print-reply=literal --dest=org.deepin.dde.daemon.Dock1 /org/deepin/dde/daemon/Dock1 org.deepin.dde.daemon.Dock1.RequestDock string:'/usr/share/applications/dde-file-manager.desktop' int32:0

驻留文件管理器至 dock

取消驻留:

dbus-send --session --print-reply=literal --dest=org.deepin.dde.daemon.Dock1 /org/deepin/dde/daemon/Dock1 org.deepin.dde.daemon.Dock1.RequestUndock string:'desktop 文件绝对路径'

e.g. dbus-send --session --print-reply=literal --dest=org.deepin.dde.daemon.Dock1 /org/deepin/dde/daemon/Dock1 org.deepin.dde.daemon.Dock1.RequestUndock string:'/usr/share/applications/dde-file-manager.desktop'

取消驻留文件管理器

Reply View the author
神末shenmo
deepin
Spark-App
2023-10-15 10:09
#3
忘记、过去

驻留到任务栏:

dbus-send --session --print-reply=literal --dest=org.deepin.dde.daemon.Dock1 /org/deepin/dde/daemon/Dock1 org.deepin.dde.daemon.Dock1.RequestDock string:'desktop 文件绝对路径' int32:驻留位置

e.g. dbus-send --session --print-reply=literal --dest=org.deepin.dde.daemon.Dock1 /org/deepin/dde/daemon/Dock1 org.deepin.dde.daemon.Dock1.RequestDock string:'/usr/share/applications/dde-file-manager.desktop' int32:0

驻留文件管理器至 dock

取消驻留:

dbus-send --session --print-reply=literal --dest=org.deepin.dde.daemon.Dock1 /org/deepin/dde/daemon/Dock1 org.deepin.dde.daemon.Dock1.RequestUndock string:'desktop 文件绝对路径'

e.g. dbus-send --session --print-reply=literal --dest=org.deepin.dde.daemon.Dock1 /org/deepin/dde/daemon/Dock1 org.deepin.dde.daemon.Dock1.RequestUndock string:'/usr/share/applications/dde-file-manager.desktop'

取消驻留文件管理器

我就知道有你

Reply View the author