Page 3 of 13 FirstFirst 12345 ... LastLast
Results 21 to 30 of 126

Thread: HOWTO" Compile and install Gimmie 0.2.0!

  1. #21
    Join Date
    Mar 2006
    Beans
    100

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    After touching ~/.gtk-bookmarks and running gimmie I get the following:

    Code:
    Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
    CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0
    
    Traceback (most recent call last):
      File "/usr/local/bin/gimmie", line 51, in ?
        gimmie.gimmie.main(sys.argv[1:])
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 87, in main
        load_it()
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 82, in <lambda>
        load_it = lambda: _load_gimmie_bar(topics)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 41, in _load_gimmie_bar
        gimmie_bar = GimmieBarDock(topics, gravity, autohide_anchors=autohide, swapbar=swapbar)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 20, in __init__
        self.layout(edge_gravity, self.edge_window, swapbar)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 91, in layout
        running_list = self.make_running_list(edge_gravity, topic)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 45, in make_running_list
        running = TopicRunningList(running_source, edge_gravity)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 273, in __init__
        self._reload(source)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 326, in _reload
        self.add_item(i, target_height)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 294, in add_item
        running = RunningItemTile(i, target_height, self.gravity)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 73, in __init__
        self._reload(item)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 125, in _reload
        self.icons = self._load_icons(item, self.target_height)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 80, in _load_icons
        icon = item.get_icon(target_height)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 90, in get_icon
        self.get_mimetype() or "",
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 143, in get_mimetype
        return self.ensure_file_info().mime_type
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 56, in ensure_file_info
        self.vfs_info = gnomevfs.get_file_info(vfs_uri)
    NotFoundError: File not found
    I have also run:
    Code:
    sudo aptitude install libgnomevfs2-dev libgnomevfs2-0
    as previously suggested. For those of you with a .gtk-bookmarks file, what is in it?

  2. #22
    Join Date
    Jul 2006
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    Quote Originally Posted by IndigoMontoya View Post
    After touching ~/.gtk-bookmarks and running gimmie I get the following:

    Code:
    Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
    CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0
    
    Traceback (most recent call last):
      File "/usr/local/bin/gimmie", line 51, in ?
        gimmie.gimmie.main(sys.argv[1:])
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 87, in main
        load_it()
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 82, in <lambda>
        load_it = lambda: _load_gimmie_bar(topics)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie.py", line 41, in _load_gimmie_bar
        gimmie_bar = GimmieBarDock(topics, gravity, autohide_anchors=autohide, swapbar=swapbar)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 20, in __init__
        self.layout(edge_gravity, self.edge_window, swapbar)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 91, in layout
        running_list = self.make_running_list(edge_gravity, topic)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_bar.py", line 45, in make_running_list
        running = TopicRunningList(running_source, edge_gravity)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 273, in __init__
        self._reload(source)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 326, in _reload
        self.add_item(i, target_height)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 294, in add_item
        running = RunningItemTile(i, target_height, self.gravity)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 73, in __init__
        self._reload(item)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 125, in _reload
        self.icons = self._load_icons(item, self.target_height)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_gui.py", line 80, in _load_icons
        icon = item.get_icon(target_height)
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 90, in get_icon
        self.get_mimetype() or "",
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 143, in get_mimetype
        return self.ensure_file_info().mime_type
      File "/usr/local/lib/python2.4/site-packages/gimmie/gimmie_file.py", line 56, in ensure_file_info
        self.vfs_info = gnomevfs.get_file_info(vfs_uri)
    NotFoundError: File not found
    I have also run:
    Code:
    sudo aptitude install libgnomevfs2-dev libgnomevfs2-0
    as previously suggested. For those of you with a .gtk-bookmarks file, what is in it?
    Did you do the:
    Code:
    ./configure
    make
    checkinstall
    process again as well?

  3. #23
    Join Date
    Mar 2006
    Beans
    100

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    Quote Originally Posted by ogryn View Post
    Did you do the:
    Code:
    ./configure
    make
    checkinstall
    process again as well?
    I had not after touching the .gtk-bookmarks file. I did not think it would make a difference. BUT I was wrong. I just re did the ./configure; make; checkinstall; process and got it working.

    It does still give the vfs error, but that is alright. I will play more and see if everything else is working.

    I have beryl running so people with that should be able to get this working (I know there is some talk about it maybe being part of the problem).

  4. #24
    Join Date
    Feb 2006
    Beans
    43
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    I also have this issue. However, this may be of additional help to problem solving:

    ** (bug-buddy:9952): WARNING **: Couldn't load icon for Open Folder

    I get that at the end of similar to what IndigoMontoya pasted. The applet works, but I want the actual gimmie app to work.

  5. #25
    Join Date
    Mar 2006
    Beans
    100

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    Quote Originally Posted by mikeyrb View Post
    I also have this issue. However, this may be of additional help to problem solving:

    ** (bug-buddy:9952): WARNING **: Couldn't load icon for Open Folder

    I get that at the end of similar to what IndigoMontoya pasted. The applet works, but I want the actual gimmie app to work.
    Silly thought Mikey:

    Do you have any folders open? Try closing them. If that is the problem perhaps it is as simple as the icon it is looking for not being there.

  6. #26
    Join Date
    Feb 2006
    Beans
    43
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    Nope, no folders open. I was hoping that was it earlier, but then I saw no open folders.

  7. #27
    Join Date
    Mar 2006
    Beans
    100

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    Well I was just playing around and it crashed after a while, and I looked at my command line and saw the error you posted. Interesting.

    I have noticed that the program tries to run in any directory, but only if I am in the directory I "compiled" it in will it run without crashing.

    Does anybody know where I can get a list of command line options? Or which files to edit to manipulate settings?

  8. #28
    Join Date
    Feb 2006
    Beans
    43
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    Interesting, that works for me too.

    The crash happens somewhere between these two:

    *** Reloading TopicRunningList: Opened Documents
    *** Reloading TopicRunningList: Active Conversations

  9. #29
    Join Date
    Feb 2006
    Beans
    43
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    Interesting. After it worked fine in the compiled folder, I ran it as root (which of course crashed because of dbus), but now it seems to just run. Weird. Not sure if it was the initial run, or a sudo run.

  10. #30
    Join Date
    Mar 2006
    Location
    Montreal, Canada
    Beans
    248
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HOWTO" Compile and install Gimmie 0.2.0!

    Will someone make a .deb for edgy and put it up

Page 3 of 13 FirstFirst 12345 ... LastLast

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
  •