<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



Quick fix for Beryl-SVN settings manager problem

Thursday, January 25, 2007

A few updates ago, users started experiencing problems with latest release of beryl-svn. Beryl will run, but there is no settings manager! If run at the command line (beryl-settings), one gets a python error, stating that a module is not found! Not to fear! This is a quick fix. First, make sure you have have Python 2.5 installed. Then, execute the following command (this is all one line):

$ sudo ln -s /usr/lib/python-support/beryl-settings-bindings/python2.5/berylsettings.so /var/lib/python-support/python2.4/berylsettings.so
This should pretty much fix the problem. If for some reason this doesn't work, the file may be located in a different place. This "different place" may be /usr/lib/python2.5/site-packages. Copy the berylsettings.so file from there to /usr/lib/python2.4/site-packages.
posted by linnerd40, Thursday, January 25, 2007


0 Comments:

Add a comment