Description of problem: rpm -ihv firefox-3.0-0.beta2.7.fc9.i386.rpm Preparing... ########################################### [100%] 1:firefox ########################################### [100%] /var/tmp/rpm-tmp.33915: line 11: cd: /usr/lib/xulrunner-1.9pre/extensions: No such file or directory And needless directory was created. $ls /\{fda00e13-8c62-4f63-9d19-d168115b11ca\}/ chrome chrome.manifest install.rdf Version-Release number of selected component (if applicable): 3.0-0.beta2.7.fc9 How reproducible: always Steps to Reproduce: 1. Install firefox 2. 3. Actual results: Expected results: Additional info: xulrunner-1.9-0.beta2.6.fc9 $ rpm -ql xulrunner | grep xulrunner-1.9pre/extensions
XULRunner by design does not ship with an extensions or plugin directory. This is a conscious choice by upstream and not one we're going to change. Extensions/plugins should be provided by either of: the system[1], the XR app (e.g. firefox) or the user's profile, not xulrunner itself. [1] this does not work just yet but I am working on this in a separate bug.