Help, depois de atualizar o mono Notas do Tomboy não está mais funcionando

0

Estou usando o Ubuntu 14.04 LTS

quando tento executar o Tomboy Notes via linha de comando, recebo o seguinte erro:

$ tomboy

Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
File name: 'gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f'
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
File name: 'gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f'

minha versão mono é $ mono --version

Mono JIT compiler version 4.2.1 (Stable 4.2.1.102/6dd2d0d Sun Nov 22 14:45:58 SAST 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:           __thread
    SIGSEGV:       altstack
    Notifications: epoll
    Architecture:  amd64
    Disabled:      none
    Misc:          softdebug 
    LLVM:          supported, not enabled.
    GC:            sgen

alguma sugestão sobre como posso resolver isso?

    
por zulucoda 22.11.2015 / 14:28

1 resposta

0

[Resolvido]

Usando Synaptic Package Manager , removi tudo relacionado a mono .

Então, eu reinstalo o tomboy via Ubuntu Software Center .

Quando tomboy for instalado, ele também instalará mono , portanto, a versão agora instalada é:

$ mono --version
Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1.1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:           __thread
    SIGSEGV:       altstack
    Notifications: epoll
    Architecture:  amd64
    Disabled:      none
    Misc:          softdebug 
    LLVM:          supported, not enabled.
    GC:            sgen

Tudo está bem agora.

    
por zulucoda 19.12.2015 / 05:36