diff --git a/desktop/org.kde.spectacle.desktop b/desktop/org.kde.spectacle.desktop --- a/desktop/org.kde.spectacle.desktop +++ b/desktop/org.kde.spectacle.desktop @@ -96,7 +96,7 @@ Keywords[x-test]=xxsnapshotxx;xxcapturexx;xxprintxx;xxscreenshotxx;xxsnippingxx;xxsnipxx; Keywords[zh_CN]=snapshot;capture;print;screenshot;snipping;snip;快照;截图;抓取;屏幕截图; Keywords[zh_TW]=snapshot;capture;print;screenshot;snipping;snip;截圖;擷取;截圖程式 -Exec=spectacle +Exec=qdbus org.kde.Spectacle / StartAgent Icon=spectacle Type=Application Terminal=false @@ -145,7 +145,7 @@ Name[x-test]=xxCapture Entire Desktopxx Name[zh_CN]=抓取整个桌面 Name[zh_TW]=擷取整個桌面 -Exec=spectacle -f +Exec=qdbus org.kde.Spectacle / FullScreen false [Desktop Action CurrentMonitorScreenShot] Name=Capture Current Monitor @@ -187,7 +187,7 @@ Name[x-test]=xxCapture Current Monitorxx Name[zh_CN]=抓取当前显示器 Name[zh_TW]=擷取目前螢幕 -Exec=spectacle -m +Exec=qdbus org.kde.Spectacle / CurrentScreen false [Desktop Action ActiveWindowScreenShot] Name=Capture Active Window @@ -229,7 +229,7 @@ Name[x-test]=xxCapture Active Windowxx Name[zh_CN]=抓取当前活动窗口 Name[zh_TW]=擷取作用中的視窗 -Exec=spectacle -a +Exec=qdbus org.kde.Spectacle / ActiveWindow true false [Desktop Action RectangularRegionScreenShot] Name=Capture Rectangular Region @@ -271,4 +271,4 @@ Name[x-test]=xxCapture Rectangular Regionxx Name[zh_CN]=抓取方形区域 Name[zh_TW]=擷取矩形區域 -Exec=spectacle -r +Exec=qdbus org.kde.Spectacle / RectangularRegion true