Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jan 2016 02:34:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205911] deskutils/syncthing-gtk: Does not work under KDE4
Message-ID:  <bug-205911-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205911

            Bug ID: 205911
           Summary: deskutils/syncthing-gtk: Does not work under KDE4
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: henry.hu.sh@gmail.com
                CC: bsd@abinet.ru
                CC: bsd@abinet.ru
             Flags: maintainer-feedback?(bsd@abinet.ru)

Under KDE4, syncthing-gtk's Gtk status icon backend does not work:
if IS_KDE:
        # While the GTK backend works fine on KDE 4, the StatusIconKDE4 bac=
kend
will achieve better
        # results and should be available on any standard KDE 4 installation
        # (since several KDE applications depend on it)
        raise NotImplementedError

However, its KDE4 status icon backend depends on py-pykde4:
        import PyQt4.Qt     as qt
        import PyQt4.QtGui  as qtgui
        import PyKDE4.kdeui as kdeui
which is not installed by the port.

As a result, when started under KDE4, it falls back to StatusIconDummy which
does not work.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205911-13>