From: William Gilbert, Tue, October 13, 2009 11:45 pm > > Hmmm....I'm not sure. I've tried renaming all of the config files, > .cream, .vim, vimrc, and doing a complete removal of all vim and > cream packages. Then reinstalling all of them and I am still not > getting a menu bar on either cream or gvim. Also the permissions for > .cream, .vim, and vimrc all check out.
And they are owned by your username? > I don't believe that ubuntu would have updated the permissions. I am > skeptical that that would be the case as I had the menu bar, then > cream got a strange error loading multiple files, I closed it, then > reopened cream, and from then on out, I have no menu bar in gvim or > cream. > > Do you have any other steps you would recommend. Maybe at this point > configurations or folders to check permissions on or purge, in order > to get a menu bar back? Very strange. If you renamed ~/.cream then nothing of the userland pieces should be in effect. Cream would take it to be the first time running and would set everything up afresh. How are you starting Cream? If a bash script, it should look like this: --------------------------------------------------------------------- #!/bin/sh gvim --servername "CREAM" -U NONE -u "\$VIMRUNTIME/cream/creamrc" "$@" --------------------------------------------------------------------- If it is an icon, make sure the properties look exactly like the second line above. For test purposes, what happens if you enter that line into a bash terminal? -- Steve Hall [ digitect dancingpaper com ] :: Cream... usability for Vim :: http://cream.sourceforge.net ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ cream-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cream-general
