Skip to content

Commit

Permalink
fix: update linglong repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk authored and BLumia committed Jan 16, 2024
1 parent 181130a commit 2ac933a
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 @@ -183,7 +183,7 @@ void Launcher1Compat::RequestUninstall(const QString & desktop, bool unused)
}

// Check and do uninstallation
if (desktopFilePath.contains("/persistent/linglong")) {
if (desktopFilePath.contains("/persistent/linglong") || desktopFilePath.contains("/var/lib/linglong")) {
// Uninstall Linglong Bundle
bool succ = uninstallLinglongBundle(desktopEntry);
if (!succ) {
Expand Down

0 comments on commit 2ac933a

Please sign in to comment.