I tested hp-fab in Ubuntu 20.05 and it crashes too. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1914743
Title: [Patch] hp-fab crashes when importing adress book Status in HPLIP: New Status in hplip package in Ubuntu: New Status in hplip package in Fedora: Unknown Bug description: Hi, we have a following report in Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=1919556) , where hp-fab crashes if you try to import an address book as from file. The reason of the crash is following: The function used for opening a file, getOpenFileName(), returns a tuple, where the first member is an absolute path to the chosen file, and another member is the filter used in getOpenFileName() call. The current hp-fab code doesn't take this into account and puts whole tuple into str(), which makes the string from whole tuple. Using this 'string' further results into traceback. The attached patch fixes it, would you mind adding it to the project? To manage notifications about this bug go to: https://bugs.launchpad.net/hplip/+bug/1914743/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp