Announcement

Collapse
No announcement yet.

Lucid Gwibber Problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Lucid Gwibber Problems

    When I installed gwibber into Kubuntu 10.04 via Synaptic, the icon was non responsive when I clicked on it. I looked to find a usr/lib folder to link to the usr/bin gwibber file, but there is no library for it there.

    Can someone guide me in how to correct this? I'm beyond my skills now.

    Thanks.
    John<br />Blue Ridge Mountains U.S.A.

    #2
    Re: Lucid Gwibber Problems

    Try running gwibber from the terminal. If it's unresponsive at startup, there should at least be an error message in terminal. Post it here.
    Home: Kubuntu 12.04-amd64; Intel i7-860 on Intel DH55PJ; Nvidia 9500GT; 6GB RAM
    Network Slave: Xubuntu 11.10-x86; Intel P4-Prescott on MSI; 2GB RAM; Nvidia FX5200
    Portable: Xubuntu 11.10-amd64; Asus EeePC 1015PEM

    Comment


      #3
      Re: Lucid Gwibber Problems

      Originally posted by rfakhrai
      Try running gwibber from the terminal. If it's unresponsive at startup, there should at least be an error message in terminal. Post it here.
      thanks for the help. Here's the terminal response.

      ***@***-desktop:~$ gwibber

      ** (gwibber:1579): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

      ** (gwibber:1579): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

      ** (gwibber:1579): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
      ** Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files
      Traceback (most recent call last):
      File "/usr/bin/gwibber", line 50, in <module>
      from gwibber import client
      File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 3, in <module>
      import gtk, gobject, gwui, util, resources, actions, json, gconf
      File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 2, in <module>
      import os, json, urlparse, resources, util
      File "/usr/lib/python2.6/dist-packages/gwibber/util.py", line 2, in <module>
      from microblog.util.couch import RecordMonitor
      File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py", line 4, in <module>
      import desktopcouch, pycurl, oauth, threading, urllib, re, json
      File "/usr/lib/python2.6/dist-packages/desktopcouch/__init__.py", line 20, in <module>
      from desktopcouch.start_local_couchdb import process_is_couchdb, read_pidfile
      File "/usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py", line 38, in <module>
      from desktopcouch import local_files
      File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 297, in <module>
      xdg_base_dirs.save_config_path("desktop-couch"))
      File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 237, in __init__
      self.configuration = _Configuration(self)
      File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 91, in __init__
      {'desktopcouch': 'basic'})
      gnomekeyring.IOError
      ***@***-desktop:~$


      John<br />Blue Ridge Mountains U.S.A.

      Comment


        #4
        Re: Lucid Gwibber Problems

        It looks like there's a bug report here: https://bugs.launchpad.net/ubuntu/+s...er/+bug/552227

        There's no definite solution yet though it looks like some people had success updating their version of gwibber. You can check your installed version by typing
        Code:
        sudo aptitude show gwibber
        in a terminal.

        It appears the latest version is 2.30.0.1-0ubuntu1
        Home: Kubuntu 12.04-amd64; Intel i7-860 on Intel DH55PJ; Nvidia 9500GT; 6GB RAM
        Network Slave: Xubuntu 11.10-x86; Intel P4-Prescott on MSI; 2GB RAM; Nvidia FX5200
        Portable: Xubuntu 11.10-amd64; Asus EeePC 1015PEM

        Comment

        Working...
        X