View Single Post
  #1  
Old 02-04-2010, 08:30 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Ubuntu 9.10 rc solution

For those who have used Graal on Ubuntu 9.10 would notice that the graal remote control doesn't launch. I found out that the libgtksourceview1.0-0 package is missing in 9.10 and is causing the problem with the launch and simply installing the package will fix the problem. Either use the terminal command below or search for it in the package manager.

NPC Code:
sudo apt-get install libgtksourceview1.0-0

Reply With Quote