Package Details: kmozillahelper 1:5.0.6-2

Git Clone URL: https://aur.archlinux.org/kmozillahelper.git (read-only, click to copy)
Package Base: kmozillahelper
Description: Mozilla KDE Integration.
Upstream URL: https://github.com/openSUSE/kmozillahelper
Keywords: firefox kde kmozillahelper plasma thunderbird
Licenses: MIT
Submitter: Thaodan
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 39
Popularity: 0.75
First Submitted: 2015-08-14 10:48 (UTC)
Last Updated: 2023-10-24 20:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

fordprefect commented on 2017-04-18 21:27 (UTC)

@Thaodan: thank you for trying to help. please note that epoch wont go away once introduced. also, your patch could have been summarized in one sentence, if applied to the most recent PKGBUILD: automoc4 is not a makedep anymore. Also i dont understand why you propose to change source file name.

Thaodan commented on 2017-04-18 08:35 (UTC)

for fixed deps apply this: diff --git a/PKGBUILD b/PKGBUILD index e55d196..04ce1c8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,13 @@ pkgname=kmozillahelper pkgver=5.0.1 pkgrel=1 -epoch=1 pkgdesc="Mozilla KDE Integration." url="https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-kde4-integration" arch=("i686" "x86_64") license=('MIT') -depends=("kdelibs") -makedepends=("cmake" "automoc4" "extra-cmake-modules") -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/openSUSE/kmozillahelper/archive/v${pkgver}.tar.gz") +depends=(knotifications kio kwindowsystem ki18n ) +makedepends=("cmake" "extra-cmake-modules") +source=("https://github.com/openSUSE/kmozillahelper/archive/v$pkgver.tar.gz") md5sums=('58816fb988dc01a1b141a1d70ecd70ef') build() {

Thaodan commented on 2017-04-18 08:34 (UTC)

dependencies are still wrong

buovjaga commented on 2017-04-11 16:12 (UTC)

Regarding the crash with "Open containing folder", there is a debug trace here: https://github.com/openSUSE/kmozillahelper/issues/11#issuecomment-286163357

fordprefect commented on 2017-04-04 21:27 (UTC)

@oi_wtf: thanks for the hints, i added those dependencies.

oi_wtf commented on 2017-04-04 21:16 (UTC) (edited on 2017-04-04 21:20 (UTC) by oi_wtf)

Missing dependencies, cmake says: (cmake stack traces removed for readability) -- Could NOT find KF5Notifications: found neither KF5NotificationsConfig.cmake nor kf5notifications-config.cmake -- Could NOT find KF5KIO: found neither KF5KIOConfig.cmake nor kf5kio-config.cmake -- Could NOT find KF5WindowSystem: found neither KF5WindowSystemConfig.cmake nor kf5windowsystem-config.cmake -- Could NOT find KF5I18n: found neither KF5I18nConfig.cmake nor kf5i18n-config.cmake CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find KF5 (missing: Notifications KIO WindowSystem I18n) -- Configuring incomplete, errors occurred! So those packages should be added to either depends or makedepends: * knotifications * kio * kwindowsystem * ki18n EDIT: After fixing the above, I get: CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) so python should be added to depends or makedepends, too.

hsantanna commented on 2017-03-28 19:34 (UTC)

I had experienced some bugs using this package, specially while saving files with Firefox. After selecting some path and filename with KDE frameworks's save file dialog Firefox actually will not save the download file, silently canceling the transfer, and will only really save the file if I try again and again to download and save the same file. I tested many times, with many different downloads and the behavior is the same. Also, Firefox will crash to die if I select the option "Open the containing folder" after the download complete. So I had to change to the kmozillahelper package instead, which uses kdelibs4 dialogs, but it also crashes on "Open the containing folder". PS 0: I'd compiled firefox-kde-opensuse with GTK3 enabled. PS 1: I just came to Arch from Chakra Linux, and there the main Firefox is the opensuse one. There I din't noticed any of this bugs, maybe they are using gtk2. I could even get the working dialog to "Select other program" to open the download file (and it works). PS 2: Maybe I'm going to get with extra/firefox and those ugly gtk dialogs for a while.

BasT commented on 2016-11-29 18:17 (UTC)

Updated to current git as suggested and hopefully fixed the dependencies.

Thaodan commented on 2016-11-29 16:30 (UTC)

The problem is that many users didn't understood the issue: there's no official kf5 version of kmozillahelper tagged. There's an updated one one the git repo. But it's not tagged as new version. Better use this source. To get more information read the comments below, or at kmozilllahelper