refactor!: remove old dde-dock compatibility files

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2024-06-11 16:16:00 +08:00
committed by Comix
parent a38e507673
commit 006f80d681
10 changed files with 1 additions and 1048 deletions

View File

@ -43,8 +43,6 @@ void ApplicationService::appendExtraEnvironments(QVariantMap &runtimeOptions) co
envs.append(it->value<QString>());
}
// NOTE: dde-dock need this environment variable for now, maybe we could remove it after we finish refactoring dde-shell.
envs.append(QString{"GIO_LAUNCHED_DESKTOP_FILE=%1"}.arg(m_desktopSource.sourcePath()));
// it's useful for App to get itself AppId.
envs.append(QString{"DSG_APP_ID=%1"}.arg(id()));