Package Details: firefox-kde-opensuse 134.0.2-1

Git Clone URL: https://aur.archlinux.org/firefox-kde-opensuse.git (read-only, click to copy)
Package Base: firefox-kde-opensuse
Description: Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE
Upstream URL: https://github.com/openSUSE/firefox-maintenance
Keywords: browser gecko web
Licenses: GPL, MPL, LGPL
Conflicts: firefox
Provides: firefox
Submitter: csslayer
Maintainer: Thaodan
Last Packager: Thaodan
Votes: 336
Popularity: 0.007241
First Submitted: 2009-12-11 09:10 (UTC)
Last Updated: 2025-02-03 15:56 (UTC)

Dependencies (57)

Required by (181)

Sources (35)

Pinned Comments

Thaodan commented on 2021-04-20 17:40 (UTC) (edited on 2021-04-21 22:45 (UTC) by Thaodan)

If you have issues with this package visit gitlab and read the readme first.

Latest Comments

« First ‹ Previous 1 .. 63 64 65 66 67 68 69 70 71 72 73 .. 140 Next › Last »

BasT commented on 2014-06-04 19:51 (UTC)

Getting the same error as walkindude.

hippieben commented on 2014-05-30 14:53 (UTC)

ln: failed to create symbolic link ‘/home/ben/firefox-kde-opensuse/src/path/python’: File exists ==> ERROR: A failure occurred in prepare(). Aborting... warning: package firefox-kde-opensuse failed to build, skipping

walkindude commented on 2014-05-28 21:20 (UTC)

INPUT("../../gfx/skia/SkDeferredCanvas.o") INPUT("../../gfx/skia/SkOSFile.o") INPUT("../../gfx/skia/SkPictureUtils.o") INPUT("../../gfx/skia/SkRTConf.o") INPUT("../../gfx/skia/SkThreadPool.o") INPUT("../../gfx/skia/SkThreadUtils_pthread.o") INPUT("../../gfx/skia/SkThreadUtils_pthread_linux.o") ../../dom/indexedDB/ipc/IndexedDBParent.o: In function `mozilla::dom::indexedDB::IndexedDBDatabaseParent::HandleDatabaseEvent(nsIDOMEvent*, nsAString_internal const&)': IndexedDBParent.cpp:(.text._ZN7mozilla3dom9indexedDB23IndexedDBDatabaseParent19HandleDatabaseEventEP11nsIDOMEventRK18nsAString_internal+0x67): undefined reference to `mozilla::dom::indexedDB::IDBVersionChangeEvent::COMTypeInfo<int>::kIID' /usr/bin/ld: ../../dom/indexedDB/ipc/IndexedDBParent.o: relocation R_X86_64_PC32 against undefined hidden symbol `_ZN7mozilla3dom9indexedDB21IDBVersionChangeEvent11COMTypeInfoIiE4kIIDE' can not be used when making a shared object /usr/bin/ld: final link failed: Bad value clang: error: linker command failed with exit code 1 (use -v to see invocation)

yegorius commented on 2014-05-28 16:18 (UTC)

Thanks @runical, it's fixed now.

runical commented on 2014-05-28 14:07 (UTC)

Small error in the PKGBUILD. The makedepends should be: ('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'xorg-server-xvfb' 'libpulse' 'gstreamer0.10-base' 'clang') You missed the ' after gstreamer0.10-base and before clang.

yegorius commented on 2014-05-26 15:23 (UTC)

@hepha #hello PKGBUILD miss this line? #echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" >>.mozconfig check mozconfig, it's already there #arch official version of the compiler switch to clang to continue to use it? sure, firefox-kde-opensuse will also be built with clang

hepha commented on 2014-05-21 06:50 (UTC)

hello PKGBUILD miss this line? echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" >>.mozconfig arch official version of the compiler switch to clang to continue to use it? export CC = clang export CXX = clang++ There will be package-manifest.in miss kde.js Another point is that when you open pgo compiled, I have access gitorious.org / chakra-packages / compiler when extra.git firefox-kde/mozilla-kde.patch normal diff -aur firefox-kde.patch ../chakra-extra/firefox-kde/firefox-kde.patch --- firefox-kde.patch 2014-05-21 14:40:13.554672785 +0800 +++ ../chakra-extra/firefox-kde/firefox-kde.patch 2014-05-18 22:58:22.471449158 +0800 @@ -1802,28 +1802,3 @@ +nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult); + +#endif // nsunixshellservice_h____ -diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in ---- a/browser/installer/package-manifest.in -+++ b/browser/installer/package-manifest.in -@@ -654,19 +654,21 @@ - @BINPATH@/defaults/autoconfig/prefcalls.js - @BINPATH@/browser/defaults/profile/prefs.js - - #ifndef LIBXUL_SDK - ; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325) - ; Technically this is an app pref file, but we are keeping it in the original - ; gre location for now. - @BINPATH@/defaults/pref/channel-prefs.js -+@BINPATH@/defaults/pref/kde.js - #else - ; For Fx-on-xr, channel-prefs lives with the app preferences. (Bug 762588) - @BINPATH@/@PREF_DIR@/channel-prefs.js -+@BINPATH@/@PREF_DIR@/kde.js - #endif - - ; Services (gre) prefs - #ifdef MOZ_SERVICES_NOTIFICATIONS - @BINPATH@/defaults/pref/services-notifications.js - #endif - #ifdef MOZ_SERVICES_SYNC - @BINPATH@/defaults/pref/services-sync.js

yegorius commented on 2014-05-18 10:51 (UTC)

Hello dear users, please be informed that I'm on vacation till 21.05 and as soon as I reach my machine I will update the package.

ranger commented on 2014-05-10 17:28 (UTC)

I have similar problems with embedded dailymotion videos. With firefox-kde sound is played in background but video is not shown, just a black box. If I disable adblock everything is back to normal. With firefox from official repo same video is played without problems, even with adblock enabled.