Skip to main content

Posts

Assign keyboard shortcut to lxterminal on LXDE

On my Debian 8.2 LXDE minimal install, need to assign keyboard shortcut to open lxterminal. To assign keyboard binding in LXDE, open  ~/.config/openbox/lxde-rc.xml  then add the following inside <keyboard>  element: Then run the following to for OpenBox/LXDE to reload the configuration. $: openbox --reconfigure Reference(s): http://superuser.com/questions/807047/how-to-add-a-shortcut-key-to-the-terminal-in-lxde

The type or namespace name `Gtk' could not be found. Are you missing an assembly reference?

After fixing items below related to MonoDevelop on Linux Mint 7.3, another error shows up: http://8thstring.blogspot.com/2016/01/monodevelop-does-not-start-on-linux.html http://8thstring.blogspot.com/2016/01/could-not-obtain-c-compiler-c-compiler.html The type or namespace name `Gtk' could not be found. Are you missing an assembly reference? To fix install gtk-sharp-2.0 libraries, like: $: sudo apt-get install gtk-sharp2

Could not obtain a C# compiler. C# compiler not found for Mono / .Net 4.0

Tried to build a monodevelop project in Linux Mint 17.3 but got the following error message Could not obtain a C# compiler. C# compiler not found for Mono / .Net 4.0 To fix this do: $: sudo apt-get install mono-gmcs Reference(s): http://stackoverflow.com/questions/8022653/c-sharp-compiler-not-found-when-building-a-package-monodevelop-linux