Posts

Showing posts from December, 2011

VNC viewer session with gnome session manager on Ubuntu 11.10

Image
The following happens to me since I upgrade my Ubuntu to version 11.10. Using the default config file .vnc/xstartup , I just get a terminal window in my VNC viewer session. To have the gnome desktop session manager back to the VNC viewer session, I have to modify the config file as follows. #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS #exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #x-window-manager & gnome-session --session=gnome-classic & In the following, the value after --session= is the session manager. You may change gnome-classic above to ubuntu-2d for an alternative session manager.

Useful Open Source/Ad free Android Apps

Open Manager (File management) OI File Manager (File management, allow file rename that changes extension) Open Explorer Beta (File management, with FTP/SFTP client) VLC nightly build (multimedia player) SwiFTP (FTP server) RemoteDroid (Use your android as a wireless mouse/keyboard) Ted (Text editor) Android Terminal Emulator osmand - map navigation (offers offline turn by turn navigation) sms backup + ( Google Play , Source code in github ) Not sure, but useful Google Play Newstand Google Cantonese Input SCUT gPen IME (繁體版手寫輸入法)

MATLAB Linux install error: /tmp/mathworks_15227/java/jre/glnxa64/jre/bin/java: Permission denied

When installing MATLAB on a Linux system, you may encounter the following error message. Preparing installation files ... Installing ... eval: 1: /tmp/mathworks_15227/java/jre/glnxa64/jre/bin/java: Permission denied My solution turns out to be the following: From the install package, cd to sys/java/jre/ xxx /jre/bin directory. ( xxx could be glnx86 or glnxa64 or something similar) chmod a+x * Execute the install command once again. You should be all set.

Online virtual tour project

Source code: http://charabanc.sourceforge.net/ Strength: just need client-side javascript, navigation experience close to google maps street view Generate stitches from photos: http://hugin.sourceforge.net/ Good simple tutorial to stitch 360-degree photos: http://www.lightspacewater.net/Tutorials/PhotoPano1/PhotoPano1/ A PhD thesis talking about automatic reconstruction of 3D scene and tour paths is here .