refact: suppress warnings and standardize project
Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
@ -86,7 +86,6 @@ QStringList setUserLaunchOption::generateCommandLine() const noexcept
|
||||
QString userName = destUser->pw_name;
|
||||
ret.append(userName);
|
||||
|
||||
struct passwd *curUser = getpwuid(curUID);
|
||||
ret.append("env");
|
||||
ret.append("DISPLAY=:0");
|
||||
|
||||
|
Reference in New Issue
Block a user