diff --git a/panel/resources/panel.conf b/panel/resources/panel.conf index a7d74919..05d19f32 100644 --- a/panel/resources/panel.conf +++ b/panel/resources/panel.conf @@ -25,7 +25,7 @@ type=startmenu [quicklaunch] alignment=Left -apps\1\desktop=/usr/share/applications/peony-qt.desktop +apps\1\desktop=/usr/share/applications/peony.desktop apps\2\desktop=/usr/share/applications/firefox.desktop apps\3\desktop=/usr/share/applications/wps-office-wps.desktop apps\size=3 diff --git a/plugin-startmenu/startmenu.h b/plugin-startmenu/startmenu.h index ef7ba099..bc8b9cdc 100644 --- a/plugin-startmenu/startmenu.h +++ b/plugin-startmenu/startmenu.h @@ -41,7 +41,7 @@ class StartMenuWidget: public QFrame private slots: void captureMouse(); - void this_customContextMenuRequested(const QPoint & pos); +// void this_customContextMenuRequested(const QPoint & pos); void ScreenServer(); void SessionSwitch(); void SessionLogout();