Gedit chrash with snippets plugin

Hi, I have updated arch with gnome. The problem occurs when I open a new tab in gedit and close it; gedit crashes. If I run it from terminal I get this error:
Exception ignored in: 'garbage collection'
TypeError: Couldn't find foreign struct converter for 'cairo.Context'
Fatal Python error: unexpected exception during garbage collection
Current thread 0x00007f8477fa28c0 (most recent call first):
Aborted (core dumped)
Does anyone have a solution for that?
Thanks in advance
Last edited by linboruxis (2015-02-10 14:44:11)

I believe I had the same problem. Fixed it by installing python-cairo:
# pacman -S python-cairo
Maybe this should be a dependency of gedit or gedit-plugins?
It seems people at Debian had issues related to this: https://bugs.debian.org/cgi-bin/bugrepo … bug=719025
Last edited by franz.mokka (2015-02-11 17:18:56)

Similar Messages

  • Gedit - Snippet Plugin help

    So I install gedit on my system running Xfce.  And i can't activate the snippets plugin.  It shows up in the plugin list, but when I go to select it, it gets grayed out.  Anyone have any ideas?

    First let's have a more detailed info. Have you tried to run gedit from terminal? Running it in such way may provide you with some messages that'll help you to identify the problem. It's not certain but it won't hurt . If it won't provide you with solution then paste your console output here—perhaps we'll be able to figure something out.

  • I am getting this error message when I open Safari.  How do I make it go away?  "Error Safari 6.0 (v8536.25) has not been tested with the plugin SplashId.bundle (null) (v6.0.4(.  As a precaution, it has not been loaded.  ?

    Error
    When I launch Safari on my MacBook Pro
    Safari 6.0 (v8536.25) has not been tested with the plugin SplashId.bundle (null) (v6.0.4(.  As a precaution, it has not been loaded.  Please contact the plugin developer for further information.
    I am getting this message when I open Safari.  How do I make it go away?
    Thanks, Ed Williams

    To Remove plug-in
    1.) Open the SplashID desktop app
    2.) Navigate from Menu bar "File" -> "Plugin for Safari" -> "Uninstall".
    I could not find it in either Library/Internet Plug-ins nor ~/Library/Internet Plug-ins as others have suggested.
    Cheers!

  • I had Firefix, however I downloaded the newest Firefox along with all plugins. Now when I click in the desktop icon firefox refuses to open my default webpage. Why?

    I run Windows 7. I downloaded Firefox 6.0 for Windows which resulted in the following which I cannot fix:
    "I had Firefix, however I downloaded the newest Firefox along with all plugins. Now when I click in the desktop icon firefox refuses to open my default webpage. Why?....How do I fix this"
    I can go to internet explorer or AOL and it opens right up to my homepage but not when I click on Firefox.

    That problem can be caused by the Yahoo! Toolbar that extents too much downwards and covers the top part of the browser window and thus makes links in that part of the screen not clickable.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • How to stop an error message that pops up every time I open Safari. It reads...Safari 5.1 (v6534.50) has not been tested with the plugin PithHelmet .As a precaution, it has not been loaded. Please contact the plugin developer.

    How do I stop this error message from popping up every time I start up Safari ?
    Error message reads...
    Safari 5.1 (v6534.50) has not been tested with the plugin Pithhelmet 3.0b6 (v 3006)
    As a precaution, it has not been loaded. Please contact the plugin developer.
    I have removed every trace of Pithhelmet, (via spotlight)
    Trashed the preferences for Safari, restarted computer to no avail.
    It just  keeps keepin on.
    Thanks

    In the past I was able to bypass the message by editing the Info.plist file and updating the MaxBundleVersion variable, but not so this time around. As of today the developer seems to indicate there's no immediate fix becuase of how Safari 5.1 handles multiprocess page rendering. Probably best to stay tuned to Mike's website for now.

  • Firefox 4.0 The menus flash like a keyboard key is held down. Can't access them even with all plugins turned off. Same issue on multiple machines with different versions of Windows. How can this be resolved?

    FF 4.0. The menus flash like a key is being held down making them inaccessible. The problem persists with all plugin's turned off. Firefox box in top left corner not showing. The old FF logo show there instead.

    Turning off hardware acceleration worked in all cases.
    With hardware acceleration enabled the menu flashing did not occur on the primary display, only the secondary display of a two-monitor system.
    Windows 7, ATI Radeon 4800 series.

  • Hello! I'm using Aperture with Efex plugins and notice, what when I saving result in plugin and go back to aperture, preview mode is going to grey color and not working until I reboot Aperture. Did you saw this problem?

    Hello! I'm using Aperture with Efex plugins and notice, what when I saving result in plugin and go back to aperture, preview mode is going to grey color and not working until I reboot Aperture. What is intresting - in full screen mode everything works fine. Did you saw this problem?

    It seems there's a workaround here:
    https://discussions.apple.com/thread/5566037?tstart=0

  • Build uwsgi with contributor plugin: Advice?

    I wish to install uwsgi with  contributor plugin not included in core distribution. I need advice/confirmation as to how I may acheive this using the package system, rather than install from binaries. I am running an ec2 arch linux instance, and am new to Arch linux,  feeling  good about it. I have read the wiki on makepkg ASB, AUR etc..   and taken  a good look at the Thanks.
    To enable the plugin, it's author advises:
    By default, the cgi plugin is not built in the core. You have to compile it as a plugin or create a new     
    build profile including it.                                                                                 
    As an example you can compile it as a plugin:                                                               
    $ python uwsgiconfig.py --plugin plugins/cgi
    The output from running the above, is as follows:
    using profile: buildconf/default.ini
    detected include path: ['/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/include', '/usr/local/include', '/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/include-fixed', '/usr/include']
    *** uWSGI building and linking plugin plugins/cgi ***
    [gcc -pthread] ./cgi_plugin.so
    *** cgi plugin built and available in ./cgi_plugin.so ***
    Starting uwsgi, using  uwsgi.ini to call the plugin , as shown below, the process starts but the call to the plug in throws an error, and cgi calls don't work :
    ./cgi_plugin.so: cannot open shared object file: No such file or directory
    my uwsgi.ini
    [uwsgi]
    plugins = cgi
    socket = /etc/nginx/tmp/uwsgi_temp/server.sock
    cgi = /cgi-bin = /etc/nginx/html/cgi-bin
    chmod-socket = 666
    harakiri = 30the plugin doesn't work. I get the following report when starting:
    package installation of standard uwsgi is as follows:
    $ cd /opt                                                                                                                               
    $ wget http://aur.archlinux.org/packages/uwsgi/uwsgi.tar.gz                                                                             
    $ tar -zxvf uwsgi.tar.gz
    #build package and install
    $ cd /opt/uwsgi                                                                                                                         
    $ makepkg --asroot   #use force option -f to overide earlier package installed                                                                                                                   
    $ pacman -U uwsgi*.pkg.*
    Relevant section in the PKGBUILD
    build() {
      cd $srcdir/$pkgname-$pkgver
      CFLAGS='' make -f Makefile.Py27
    The contents of Makefile.Py27
    all:
            python2.7 uwsgiconfig.py --build
    Cheers.

    Hello Tomas,
    there seems to be a solution: update your sld content. We use "SAP_CR, Version 2.9, 06/21/2006" here, and there you can find "EP BUILD TOOL 7.00" (and 7.10 as well). So you can set the dependency in the SLD.
    With SAP Note 932567 "Error when building ESS components within NWDI" you can get the information where to find the actual sca (in short: look in the SAP Service Market Place). So you can download the file, import it and everything should be fine.
    Hope that helps
    Joachim

  • Safari 7.0 (v9537.71) has not been tested with the plugin LastPass 1.75.0 (v1.75.0). As a precaution, it has not been loaded. Please contact the plugin developer for further information.

    I get the following message whenstarting Safari
    Safari 7.0 (v9537.71) has not been tested with the plugin LastPass 1.75.0 (v1.75.0). As a precaution, it has not been loaded. Please contact the plugin developer for further information.
    i have removed the plugin, but the message is still around
    and the last version i had installed was the most recent version of last pass VERSION 3.0.17
    anything i can do to fix that?
    thanx
    js

    Uninstall SIMBL as follows. Back up all data before making any changes.
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination command-C:
    /Library
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V), and press return. A folder will open. From that folder, delete the items listed below (some may be absent.) You may be prompted for your administrator login password.
    Application Support/SIMBL
    InputManagers/SIMBL
    LaunchAgents/net.culater.SIMBL.Agent.plist
    ScriptingAdditions/SIMBL.osax
    Log out and log back in.
    Make sure you never reinstall SIMBL. It’s likely to come bundled with another third-party system modfication that depends on it. If you want trouble-free computing, avoid software that makes miraculous changes to other software, especially built-in applications. The only real exception to that rule is Safari extensions, which are mostly safe, and are easy to get rid of when they don’t work. SIMBL and its dependents are not Safari extensions.

  • Problems with NIK Plugins

    Hi all,
    a lot was said already about problems with using Nik plugins in PS5 64 bit mode, but I'm not getting closer to a final solution.
    I have installed all latest NIK plugin updates without problems.
    According to their website all of their plugins are running now in a 64 bit mode.
    In CS4 I can open and work with all plugins, BUT ONLY after removing the 'Selective Tool' from the plugin folder.
    When it is not removed, PS4 is crashing all the time immediately after opening.
    In Dfine plugin I noticed that my pointer is always a bit flickering during processing.
    In CS5 it is the same; if the Selective tool is in the Plugin folder, it won't opening.
    After removing it, in 32 bit mode I can open and work with all installed plugins.
    But in 64 bit mode I'm able to work only with Silver Efex and HDR Efex Pro, but as soon I open Dfine, Sharpener, Viveza or Color Efex CS5 is crashing immediately.
    I'm running a Mac pro with plenty power, ram etc, all updated and cleaned up.
    What is other people's latest experience regarding that issue?
    Thanks

    Hi to all,
    here I like to give you an update on my experience with NIK Plugins.
    After beeing unable to solve my NIK problems by myself and in the forum I was contacting NIK, and their respons email told me only the following:
    "In case of experiencing problems with their plugins in 64 bit mode remove all Duplicate Ariel Fonts"
    Since I read about that already earlier, that reason had been ruled out.
    BUT I got the idea simply to remove all my Arial Fonts from my Library (to the Desktop), and surprisingly ALL NIK plugins now were functioning without bringing CS5 to crash at start-up.
    Unfortunately over the last days, especially on working with big file size pictures (around 200 MB) and plenty layers, CS5 crashed again often after initializing of the plugins.
    Than I read today the post from Grey Havens, who suggested to set the percentage of RAM what Photoshop should use to maximal 60%.
    Since I do have 14 GB RAM available, I indeed reduced the settings from 85% to 65%.
    2 of my 3 internal HD's are assigned as scratch disk, as recommended by Adobe.
    Thanks Grey, as you described, all plugins are opening now very fast, and I just tried all applications with big files, many layers and CMYK files,
    without having any crash so far anymore.
    If this continues, than I dont have to use my CS4 or the CS5 in 32 bit mode anymore, which would make all easier for me.
    Than it also doesn't matter that Photoshop has less RAM assigned, because in 64 bit mode the almost 9 GB RAM assigned is for me more than enough.
    So what worked for me, might work also for other people with same problems:
    ---    I had to remove the 'Selective Tool' from all plugins in CS4 and in CS5
    ---    I had to remove all Arial Fonts from my Font Library
    ---    I set in Preferences Performance the 'Let Photoshop Use RAM' to 65% only   
    Regards
    Michael

  • Watching CNN and Yahoo videos with mplayer-plugin [SOLVED]

    I had a hell of a time trying to view CNN videos (http://www.cnn.com) and Yahoo videos with mplayer-plugin (firefox) and didn't seem to find any solutions in a forum search.
    The following worked for me:
    To get it working at all, I had to edit /etc/mplayerplug-in.conf and add/edit the following options:
    noembed=1
    To get smooth video and sound without choppy playback, I had to add/edit the following options to /etc/mplayerplug-in.conf:
    cachesize = 1024
    These value for cachesize will obviously vary depending on your internet connection.  But, with my DSL/broadband connection, the default cachesize of 512 was for some reason resulting in *very* choppy playback.  The cachsize of 1024 fixed everything. 
    I can now view CNN and Yahoo videos with no problem.
    Just thought I'd share if anyone is having similar problems.

    Thanks

  • HTTP redirection with Auth Plugin

    Hi Guys,
                 I am relatively new to the FMS World, so bear with me if this is a silly question.
    I have an external service which tells me that a particular stream for a customer cannot be allowed and I need to redirect the URL to some http:// page.
    This happens in the E_PLAY Event on the auth plugin. My question is, can the auth plugin redirect the entire page to another HTTP page? I know that with the auth plugin you can rewrite the stream name so that another stream is played, but not sure if it is capable of redirecting the entire page.
    If the auth plugin by cannot redirect by itself, will the serverside actionscript be able to do so? I can pass the http:// URL to the server side action script via the notify event.
    Please suggest the best way to do this. I am using FMS 3.0
    Thanks,
    AK

    That is odd. It worked for me. Can you paste your entries that are dealing with weblogic? This includes your <IfModule> tag.
    So, when you try to hit the url, you get a 404 from Apache?
    Eric
    "Laurent PAILLARD" <[email protected]> wrote in message news:[email protected]..
    Same problem. Apache still handles the request and does not proxy it.
    "Eric Gross" <[email protected]> a écrit dans le message news: 3c61876c$[email protected]..
    I hope you mean the Apache plugin and not the isapi plugin.
    Try this:
    <Location /*/servlets>
    SetHandler weblogic-handler
    </Location>
    Regards,
    Eric
    "Laurent PAILLARD" <[email protected]> wrote in message news:[email protected]..
    System :
    Solaris 8
    Weblogic 6.1 SP2
    Apache 1.3.19 with weblogic ISAPI plugin
    For performance purposes, we want to separate static content from our web application. We deploy a pipo.ear with a pipo.war file inside for Weblogic and we unjar the war file in a '/pipo' directory in the HTTP server document Root.
    To redirect JSP files there are no problems. The problems occur with servlets. We decided to register all our servlets in web.xml with a 'servlets/' prefixe so that Apache should redirect requests with it.
    All our HTTP requests became :
    http://www.myweb.com/pipo/servlets/myServlet
    The problem is that ISAPI plug-in never proxy servlet requests to Weblogic. It only works when '/servlets' prefixe is placed just behind the domain name such as http://www.myweb.com/servlets/* and never with http://www.myWeb.com/*/servlets/*.
    I hope it's just a problem of configuration with Apache. I've already tried :
    <Location */servlets*>
    SetHandler weblogic-handler
    </Location>
    but nothing changed. We don't have such problem with NSAPI plugin for iPlanet but as we must use Apache ...
    [att1.html]

  • Path Pronlem with jsp:plugin 's codebase

    I am unable to call my JApplet Class with <jsp:plugin> tag in my JSP Page. I have tried almost every combination for codebase (absolute and relative paths ) but still there is an Error ClassNotFound .
    Please tell me the right way to call the Applet in JSP.
    along with a small example ...
    Jsp and the Class File exists in Different directories in My Web Project.

    Well, then I would just put in the object/embed tags yourself. You can get whatever the plugin tag writes by just using the tag once with static values and view the source in the browser and copy it out, then replace whatever values with scriptlets (or other taglib tags) to fill in the correct values.

  • Why some extra XML tags are created when viewed a XML in Adobe Illustrator with Esko plugin?

    We see some extra XML tags are created when viewing a XML in Adobe Illustrator with Esko plugin. Why these extra lines are created ?
    Screenshot of XML and XML viewed in AI below(the extra XML tags outlined in red):

    Hi Graffiti,
    Thanks so much for your resply.  I am happy to say that the problem has been fixed by my customer updating her version of Adobe Reader 9 to the latest version.  I had sent her a few suggestions on how to try to fix the problem including that one from info I had read on the forum etc.. and that was the solution that worked.  I am so relieved that I was able to fix the problem and to answer your question the blank pages were only graphics no text but they were the only pages that the graphics took up the whole page.  I thought that was strange and had her change a setting in preferences for printing large images a solution I read in the forum but it did not work.   

  • What is wrong with snippet?

    Guys,
    What is wrong with snippet below? Why both conditions sometimes are true:
    if ( fine != suspect ) {
    if ( fine == suspect ) {
    I am new to Java and had a long arguments, but failed to prove anything.
    Could you help me please? What do you think?
    public class VWC {
      private volatile boolean     suspect;
      private boolean               fine;
      private boolean               anotherFine;
      private Object               lock = new Object();
      private int               failures;
      private int               iterations;
      private VWC() {
        new Thread() {
          public void run() {
            while( true ) {
              synchronized( lock ) {
                try {
                  lock.wait();
                } catch ( Exception exception ) {
              synchronized( lock ) {
                if ( fine != suspect ) {
                  System.err.println( "be aware: " + (++failures) + "/ " + iterations);
                  if ( fine == suspect ) {
                    System.err.println( "is it real?" );
                if ( fine != anotherFine ) {
                  System.err.println( "should never be printed out" );
        }.start();
      private void run() {
        while( true ) {
          synchronized( lock ) {
            ++iterations;
            fine = ! fine;
            anotherFine = ! anotherFine;
          suspect = ! suspect;
          synchronized( lock ) {
            lock.notify();
      public static void main(String[] args) {
        new VWC().run();
    }

    jalligator wrote:
    Steve, thank you very much for the comprehensive explanation. Sorry, actually I wanted to see how many developers are aware of volatile variables specifics and how many of them are open minded. Not sure how this question addresses either of those questions.
    This snippet is a stripped down version of production code. Developer relied of volatility, inverted boolean in one thread and expected to see the change right away in other thread. Unfortunately value propagation takes time (not a milliseconds though), Without volatile, yes it takes time. With volatile, no, the updated value is seen instantly (though accessing the volatile variable is less efficient than accessing a thread local variable because it has to retrieve it from main memory first and then use it...)
    so second thread sometimes misses value change; it happens approximately once per million on my box. That is not what is happening in your example code. It is not that suspect is being changed and the second thread misses the change. What is happening is approximately once per million times through your loop the value of suspect is being switched between the two if statements. Sequentially your computer is doing this:
    1) [Thread A] if ( fine != suspect ) {
    2) [Thread A] System.err.println( "be aware: " + (++failures) + "/ " + iterations);
    3) [Thread B] suspect = ! suspect;
    4) [Thread A] if ( fine == suspect ) {
    5) [Thread A] System.err.println( "is it real?" );
    I found that bug in production code and proposed to use synchronized blocks at least. However, all team members said volatile variables work perfectly. I typed this snippet as a concept proof, however, nobody took a look and f course nobody tried to compile and see how volatile vars work in reality. I would ignore this issue unless I had to fix this bug. However, they still disagree and claim there is some other problem and I have to solve it. I am absolutely out of options now; I found the bug, however, they ignore my finding and demand me to find something else.Edited by: stevejluke on Jul 5, 2008 10:10 PM

Maybe you are looking for