[Bug 1874107] Re: qt theming issue: error 6 in libgdk-x11-2.0.so

2020-06-20 Thread Launchpad Bug Tracker
[Expired for gtk+2.0 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gtk+2.0 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.

[Bug 1874107] Re: qt theming issue: error 6 in libgdk-x11-2.0.so

2020-04-21 Thread Amr Ibrahim
** Changed in: gtk+2.0 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1874107 Title: qt theming issue: error 6 in libgdk-x11-2.0.so To

[Bug 1874107] Re: qt theming issue: error 6 in libgdk-x11-2.0.so

2020-04-21 Thread fcole90
You need the following packages to run the script: sudo apt install libpyside2-py3-5.14 python3-pyside2.qtcore python3-pyside2.qtuitools python3-pyside2.qtwidgets qt5-style-plugins qt5-gtk2-platformtheme -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1874107] Re: qt theming issue: error 6 in libgdk-x11-2.0.so

2020-04-21 Thread fcole90
# Symple application failing import sys from PySide2.QtWidgets import QApplication, QDialog, QLineEdit, QPushButton class Form(QDialog): def __init__(self, parent=None): super(Form, self).__init__(parent) self.setWindowTitle("My Form") if __name__ == '__main__': # Create