File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818#include < DStyle>
1919#include < DTableView>
2020#include < DTitlebar>
21+ #include < DUtil>
2122
2223#include < QApplication>
2324#include < QDebug>
@@ -295,10 +296,13 @@ void AddIMPage::childIMSelectionChanged()
295296void AddIMPage::clickedFindMoreButton ()
296297{
297298 DDBusSender ()
298- .service (" com.home.appstore.client" )
299- .interface (" com.home.appstore.client" )
300- .path (" /com/home/appstore/client" )
301- .method (" newInstence" )
299+ .service (" org.desktopspec.ApplicationManager1" )
300+ .path (QStringLiteral (" /org/desktopspec/ApplicationManager1/" ) + DUtil::escapeToObjectPath (" deepin-app-store" ))
301+ .interface (" org.desktopspec.ApplicationManager1.Application" )
302+ .method (" Launch" )
303+ .arg (QString (" " ))
304+ .arg (QStringList ())
305+ .arg (QVariantMap ())
302306 .call ();
303307}
304308
You can’t perform that action at this time.
0 commit comments