Skip to content

Commit

Permalink
chore: notifycation msg tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kegechen committed Apr 16, 2024
1 parent 74d73d2 commit 8019ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus/launcher1compat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void Launcher1Compat::uninstallPackageKitPackage(const QString & pkgDisplayName,
QDBusConnection::systemBus());
if (lastoreDbus.isValid()) {
qDebug() << "Uninstall" << nativePackageName << "via org.deepin.dde.Lastore1 service";
QDBusReply<QDBusObjectPath> reply = lastoreDbus.call(QDBus::Block, "RemovePackage", "appwiz-remove-pkid:" + pkPackageId, nativePackageName);
QDBusReply<QDBusObjectPath> reply = lastoreDbus.call(QDBus::Block, "RemovePackage", pkgDisplayName, nativePackageName);
if (!reply.isValid() || reply.value().path().isEmpty()) {
qWarning() << "RemovePackage failed: " << reply.error();
return;
Expand Down

0 comments on commit 8019ba1

Please sign in to comment.