[Bug 1231110] 1-click install ymp fails to open
https://bugzilla.suse.com/show_bug.cgi?id=1231110 https://bugzilla.suse.com/show_bug.cgi?id=1231110#c3 --- Comment #3 from Stefan Hundhammer <shundhammer@suse.com> --- This indeed appears to be in the MozillaFirefox-branding-openSUSE package: The 'susefox-20120626.tar.bz2' tarball contains this code snippet in content/pluginInstallerService.js:338: executable.initWithPath("/sbin/OneClickInstallUI"); But AFAICS building this whole tarball is disabled in the .spec file: https://build.opensuse.org/projects/openSUSE:Factory/packages/MozillaFirefox... %global susefox 0 ... ... %prep cp -a %{SOURCE6} COPYING %if %susefox %setup -n susefox -q mv COPYING COPYING.susefox %endif %build %if %susefox ./build.sh %endif ...which means that it was an intentional decision not to support this directly anymore. Security considerations? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com