forked from pool/tigervnc
Accepting request 559083 from home:dimstar:Factory
Fix both issues currently seen in stagings: Staging:A rpm 4.14 / Staging:J: jdk10 OBS-URL: https://build.opensuse.org/request/show/559083 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=128
This commit is contained in:
committed by
Git OBS Bridge
parent
3faf413a7e
commit
5d36781042
12
tigervnc-1.8.0-nowindows.patch
Normal file
12
tigervnc-1.8.0-nowindows.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- tigervnc-1.8.0/java/com/tigervnc/vncviewer/F8Menu.java 2017-12-18 15:47:56.544658662 +0100
|
||||
+++ tigervnc-1.8.0/java/com/tigervnc/vncviewer/F8Menu.java 2017-12-18 15:54:53.002571101 +0100
|
||||
@@ -40,9 +40,6 @@
|
||||
public F8Menu(CConn cc) {
|
||||
super("VNC Menu");
|
||||
setLightWeightPopupEnabled(false);
|
||||
- String os = System.getProperty("os.name");
|
||||
- if (os.startsWith("Windows"))
|
||||
- com.sun.java.swing.plaf.windows.WindowsLookAndFeel.setMnemonicHidden(false);
|
||||
this.cc = cc;
|
||||
restore = addMenuItem("Restore",KeyEvent.VK_R);
|
||||
restore.setEnabled(!embed.getValue());
|
Reference in New Issue
Block a user