Iannix hangs under fedora 20 64 bits

Accueil Forums Bugs Iannix hangs under fedora 20 64 bits

2 sujets de 1 à 2 (sur un total de 2)
  • Auteur
    Messages
  • #3491 Répondre
    Yann Collette
    Invité

    Hello,

    I use the current git master and I compile it under fedora 20 64 bits.
    Iannix hangs at startup.
    I managed to locate the problem: it’s in gui/uiview.cpp.
    I commented a delete statement and now Iannix doesn’t hangs anymore:
    $ git diff gui/uiview.cpp
    diff –git a/gui/uiview.cpp b/gui/uiview.cpp
    index 2fe64cb..b32dece 100644
    — a/gui/uiview.cpp
    +++ b/gui/uiview.cpp
    @@ -149,7 +149,7 @@ UiView::UiView(QWidget *parent) :
    connect(fullscreenDisplays, SIGNAL(screenCountChanged(int)), SLOT(fullscreenDisplaysCountChanged()));
    fullscreenDisplaysCountChanged();
    #else
    – delete ui->actionPerformance;
    + //delete ui->actionPerformance;
    #endif
    ui->render->setFocus();
    }

    #3496 Répondre
    IanniX
    Maître des clés

    Fixed! Thanks a lot!

2 sujets de 1 à 2 (sur un total de 2)
Répondre à : Répondre #3496 dans Iannix hangs under fedora 20 64 bits
Vos informations :





© IanniX Association

Qu'est-ce que IanniX ? | Téléchargement | Showcase | Forum | Recherche | À propos