mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8212701: remove sun.desktop property from launcher code
Reviewed-by: serb, alanb, rriggs
This commit is contained in:
parent
f7d8bb2c70
commit
e3e016b54c
11 changed files with 60 additions and 27 deletions
|
@ -452,13 +452,6 @@ GetJavaProperties(JNIEnv *env)
|
|||
#endif /* MACOSX */
|
||||
|
||||
sprops.os_arch = ARCHPROPNAME;
|
||||
|
||||
if (getenv("GNOME_DESKTOP_SESSION_ID") != NULL) {
|
||||
sprops.desktop = "gnome";
|
||||
}
|
||||
else {
|
||||
sprops.desktop = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
/* ABI property (optional) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue