On Wed, 31 Aug 2022 at 23:14, László Kishalmi <laszlo.kisha...@gmail.com> wrote:
> If someone is more brave can add the following option to NetBeans right now:
> That would turn off the NetBeans Clipboard hacks, including the part of the
> code mentioned in my PR.
>
> -J-Dnetbeans.slow.system.clipboard.hack=false

The issue I linked then links to an older thread here
https://lists.apache.org/thread/xqkwy4wxylmzprxl1wko301hlqz59r7d
(which also links to an older bug at
https://bz.apache.org/netbeans//show_bug.cgi?id=41098 )

That setting is worth checking, but Scott had mentioned previously
that this didn't resolve the issue.  Still worth others trying.

For something wider reaching, might also be interesting to try with

-J-DTopSecurityManager.disable=true

I think that will bypass all the clipboard changes
https://github.com/apache/netbeans/blob/master/platform/o.n.core/src/org/netbeans/core/NbLifecycleManager.java#L67
although obviously with other effects.

The PR to remove use of TopSecurityManager at
https://github.com/apache/netbeans/pull/3386 currently removes the
setting of the clipboard too.

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to