[Bug 205911] deskutils/syncthing-gtk: Does not work under KDE4

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 5 02:34:08 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205911

            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 at FreeBSD.org
          Reporter: henry.hu.sh at gmail.com
                CC: bsd at abinet.ru
                CC: bsd at abinet.ru
             Flags: maintainer-feedback?(bsd at 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 backend
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.

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


More information about the freebsd-ports-bugs mailing list