Results 1 to 6 of 6

Thread: HOWTO: Crossover office 4.2 menus in Hoary

  1. #1
    Join Date
    Nov 2004
    Beans
    213

    HOWTO: Crossover office 4.2 menus in Hoary

    Many people have reported problems getting the Crossover office menu's to work in Hoary, others have had no problems at all.

    I was one of the ones having the problem and here is my solution, note I have no idea what these permissions should be set to so changing them could be a bad thing!

    It seems that the problem is that CXOffice can't write to $home/.config/menus, so change the permission to give everyone write access before installing. You can change it back afterwards to 755.

    from a terminal:
    Code:
    cd $home
    sudo chmod 777 .config/menus -R
    Install CXOffice again.

    To change the permissions back type (Or at least mine was this):
    Code:
    sudo chmod 755 .config/menus -R

  2. #2
    Join Date
    Dec 2004
    Location
    Utah, USA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: HOWTO: Crossover office 4.2 menus in Hoary

    I had this problem with 4.1, but not with 4.2.

    Mike
    Mike: "The hardest questions in life are the ones worth answering"

  3. #3
    Join Date
    Mar 2005
    Beans
    118

    Re: HOWTO: Crossover office 4.2 menus in Hoary

    thank's, this helped
    See, you not only have to be a good coder to create a system like Linux, you have to be a sneaky bastard too.

  4. #4
    Join Date
    Mar 2005
    Beans
    6,040

    Re: HOWTO: Crossover office 4.2 menus in Hoary

    this doesn't work for me; i get an "chmod: cannot access `.config/menus': No such file or directory" error when i type sudo chmod 777 .config/menus -R ...
    Previously known as 23meg

  5. #5
    Join Date
    May 2005
    Location
    Bristol/Nottingham UK
    Beans
    122
    Distro
    The Feisty Fawn Testing

    Lightbulb Re: HOWTO: Crossover office 4.2 menus in Hoary

    run it from a normal terminal, though this didn't work for me either :/ the menu's have always seemed a bit dodgey, some changes only take effect after a log out>log in.
    Last edited by Paulus; May 11th, 2005 at 09:14 PM.

  6. #6
    Join Date
    Apr 2005
    Location
    Oslo
    Beans
    121

    Re: HOWTO: Crossover office 4.2 menus in Hoary

    .config is not a my home folder nor does there exist any menus folder or file.

    Did you upgrade from a earlier version of Ubuntu?
    Last edited by flurdy; June 10th, 2005 at 04:13 PM.
    Cheers,
    Ivar (flurdy.com)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •