Skip to main content

Posts

View library dependencies in Linux

I was trying to get Squeak VM 5.0 running on Ubuntu 16.04 beta 1 and got the following: /home/timus/Downloads/Squeak-5.0-All-in-One/Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/Linux-i686/bin/squeak could not find display driver vm-display-X11; either:   - check that /home/timus/Downloads/Squeak-5.0-All-in-One/Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/Linux-i686/lib/squeak/5.0-3397//vm-display-X11.so exists, or   - use the '-plugins <path>' option to tell me where it is, or   - remove DISPLAY from your environment. ./squeak.sh: line 1:  8289 Aborted                 (core dumped) ./Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/squeak.sh To view library dependencies in Linux, do: $: ldd Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/Linux-i686/lib/squeak/5.0-3397/vm-display-X11 This should display library dependencies of vm-display-X11.

Hyper-V enhanced session mode supported guest OS

Enhanced session mode in Hyper-V allows redirection of local devices and resources from computers running virtual machine connection. This is very convenient functionality as it allows the same level of interaction as remote desktop connection. In fact, it seems like it is a modified version of RDP from the way it works. To use it you need to have host OS running Windows Server 2012 R2 or Windows 8.1 Enterprise or later. The guest OS has to be Windows Server 2012 R2 or Windows 8.1 Pro or later.

Show a temporary window in SikuliX

I can't find documentation in SikuliX to show a window or dialog and hide/close it after configured time. Since SikuliX uses Jython behind the scenes and Jython can access Java easily then showing a simple Swing window should be straightforward. Sample code below demonstrates Alternative solution as proposed by Raiman Reference(s): Github https://github.com/haru-a8n/CodeSamples/blob/master/sikulix/ShowMessage.sikuli/ShowMessage.py Jython GUI Sample applications http://www.jython.org/jythonbook/en/1.0/GUIApplications.html Swing Sample applications in Jython https://wiki.python.org/jython/SwingExamples

Eclipse configuration

Oxygen.2 (v4.7.2): Base: Eclipse Platform Binary( link ) Tfs Integration: Team Explorer Everywhere ( link ) Python Editor: PyDev System Integration: StartExplorer( link )  Location: http://basti1302.github.com/startexplorer/update/ Subversion Integration: Subclipse Web Development: Eclipse Web Developer Tools XML Editor: Eclipse XML Editors and Tools Neon (v4.6.x): Base: Eclipse Platform ( link ) Tfs Integration: Team Explorer Everywhere ( link ) Python Editor: PyDev System Integration: StartExplorer( link )  Location: http://basti1302.github.com/startexplorer/update/ Subversion Integration: Subclipse Web Development: Eclipse Web Developer Tools XML Editor: Eclipse XML Editors and Tools Mars.1(v4.5.x): Base: Eclipse Classic Python Editor: PyDev System Integration: StartExplorer( link )  Location: http://basti1302.github.com/startexplorer/update/ Subversion Integration: Subclipse Tfs Integration: Web Development: Eclipse Web Developer Tools XML Editor: Ecli