kororaproject / kp

Korora packaging tool
GNU General Public License v3.0
11 stars 13 forks source link

korora-welcome fails to start on MATE desktop #47

Closed csmart closed 11 years ago

csmart commented 11 years ago

[15:27] liveuser@localhost ~ $ korora-welcome

\ (korora-welcome:2349): WARNING **: Couldn't register with accessibility bus: 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.

\ (korora-welcome:2349): WARNING **: Can't load fallback CSS resource: Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist

\ (korora-welcome:2349): WARNING : Can't load fallback CSS resource: Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist Traceback (most recent call last): File "/usr/bin/korora-welcome", line 277, in app = WelcomeApp() File "/usr/bin/korora-welcome", line 234, in init self._build_app() File "/usr/bin/korora-welcome", line 245, in _build_app kv = KororaAppView() File "/usr/bin/korora-welcome", line 135, in init self._config = WelcomeConfig() File "/usr/bin/korora-welcome", line 43, in init elif 'kde' in os.environ['XDG_CURRENT_DESKTOP'].lower(): File "/usr/lib64/python2.7/UserDict.py", line 23, in getitem** raise KeyError(key) KeyError: 'XDG_CURRENT_DESKTOP'

csmart commented 11 years ago

added support for MATE and other desktops with a desktop discovery refactor.