RIGO not Open and not works [Solved].

Anything that pertains to Entropy, Equo or Sulfur

Moderator: Moderators

RIGO not Open and not works [Solved].

Postby albfneto » Mon Nov 12, 2012 22:04

I installed Sabayon in a New Comp, Phenon AMD 8 Cores, ATI Video board, from a recent 64 Bits KDE Daily ISO.
after the first upgrades, Rigo not works or open, when i tried to open it from command line, this is the error:

Code: Select all
albfneto@fcfrp62 ~ $ rigo
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `gtk-toolbar-style' of type `GtkToolbarStyle' from rc file value "((GString*) 0x31f36a0)" of type `GtkToolbarStyle'
Fontconfig error: Cannot load config file "infinality/conf.d"


Strange, but today, after a few upgrades, RIGO WORKS, Solved. Thanks!
Last edited by albfneto on Tue Nov 13, 2012 19:06, edited 1 time in total.
Image
ALBERTO FEDERMAN NETO
albfneto
albfneto@fcfrp.usp.br
Favorite Distros: Sabayon, Gentoo, Mandriva and OpenSUSE
User avatar
albfneto
Sagely Hen
 
Posts: 1304
Joined: Fri Nov 16, 2007 1:15
Location: Ribeirão Preto City, São Paulo State, Brazil

Re: RIGO not Open and not works.

Postby sabayonino » Tue Nov 13, 2012 0:10

Hi Alb

Your "infinality" link seems broken

Make sure you have installed

media-libs/fontconfig-infinality
app-admin/eselect-infinality

thes set infinality profile
Code: Select all
#  eselect infinality list
Available styles:
  [1]   debug
  [2]   infinality
  [3]   linux
  [4]   nyx
  [5]   osx
  [6]   osx2
  [7]   win7
  [8]   win98
  [9]   winxp


Choose Infinality profile (2 or 3 ... you like)
Code: Select all
# eselect infinality set 2
Selected style: infinality
You should set eselect lcdfilter to match your current style


lcdfilter...
Code: Select all
# eselect lcdfilter list
Available styles:
  [1]   custom
  [2]   default
  [3]   infinality
  [4]   infinality-classic
  [5]   infinality-nudge
  [6]   infinality-push
  [7]   infinality-sharpened
  [8]   infinality-shove
  [9]   linux
  [10]  nyx
  [11]  osx
  [12]  ubuntu
  [13]  vanilla
  [14]  windows-7
  [15]  windows-7-light
  [16]  windows-xp
  [17]  windows-xp-light


make your choice ...
Code: Select all
# eselect lcdfilter set 2
Selected lcdfilter style: default
Make sure to use eselect infinality to match the fontconfig
with your current lcdfilter style
User avatar
sabayonino
Sagely Hen
 
Posts: 1602
Joined: Sun Sep 21, 2008 1:12
Location: Italy

Re: RIGO not Open and not works.

Postby albfneto » Tue Nov 13, 2012 0:24

is partilally solved, after selection of infinality (3) and the filter (tested with default and infinality), in the command rigo, remains this for nearly 40 seconds:

Code: Select all
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `gtk-toolbar-style' of type `GtkToolbarStyle' from rc file value "((GString*) 0x15560a0)" of type `GtkToolbarStyle'


then this appears:

Code: Select all
ERROR:dbus.proxies:Introspect error on :1.62:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/bin/rigo", line 776, in _permissions_setup
    daemon_api = self._service.api()
  File "/usr/lib/rigo/rigo/controllers/daemon.py", line 1870, in api
    return self._execute_mainloop(_api)
  File "/usr/lib/rigo/rigo/controllers/daemon.py", line 1889, in _execute_mainloop
    return function(*args, **kwargs)
  File "/usr/lib/rigo/rigo/controllers/daemon.py", line 1869, in _api
    dbus_interface=self.DBUS_INTERFACE).api()
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.


may be a GTK problem? re-install gtk+, gtk2 and gtk3?
Image
ALBERTO FEDERMAN NETO
albfneto
albfneto@fcfrp.usp.br
Favorite Distros: Sabayon, Gentoo, Mandriva and OpenSUSE
User avatar
albfneto
Sagely Hen
 
Posts: 1304
Joined: Fri Nov 16, 2007 1:15
Location: Ribeirão Preto City, São Paulo State, Brazil

Re: RIGO not Open and not works.

Postby sabayonino » Tue Nov 13, 2012 0:32

albfneto wrote:is partilally solved, after selection of infinality (3) and the filter (tested with default and infinality), in the command rigo, remains this for nearly 40 seconds:

Code: Select all
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `gtk-toolbar-style' of type `GtkToolbarStyle' from rc file value "((GString*) 0x15560a0)" of type `GtkToolbarStyle'


then this appears:

Code: Select all
ERROR:dbus.proxies:Introspect error on :1.62:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/bin/rigo", line 776, in _permissions_setup
    daemon_api = self._service.api()
  File "/usr/lib/rigo/rigo/controllers/daemon.py", line 1870, in api
    return self._execute_mainloop(_api)
  File "/usr/lib/rigo/rigo/controllers/daemon.py", line 1889, in _execute_mainloop
    return function(*args, **kwargs)
  File "/usr/lib/rigo/rigo/controllers/daemon.py", line 1869, in _api
    dbus_interface=self.DBUS_INTERFACE).api()
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.


may be a GTK problem? re-install gtk+, gtk2 and gtk3?
... uhm

file a bug report . please report equo/entropy version also :cyclops:
User avatar
sabayonino
Sagely Hen
 
Posts: 1602
Joined: Sun Sep 21, 2008 1:12
Location: Italy

Re: RIGO not Open and not works.

Postby albfneto » Tue Nov 13, 2012 1:02

i reported the Bug, is this:

https://bugs.sabayon.org/show_bug.cgi?id=3790

Is Sabayon Daily, KDE, recent, upgraded until the level of the Limbo repository.

I closed the bug, Solved.
Image
ALBERTO FEDERMAN NETO
albfneto
albfneto@fcfrp.usp.br
Favorite Distros: Sabayon, Gentoo, Mandriva and OpenSUSE
User avatar
albfneto
Sagely Hen
 
Posts: 1304
Joined: Fri Nov 16, 2007 1:15
Location: Ribeirão Preto City, São Paulo State, Brazil


Return to Entropy|Equo|Rigo Package Managers

Who is online

Users browsing this forum: No registered users and 0 guests