Fix shortcut for firefox

master
Mike Hiretsky 14 years ago
parent 3154672909
commit 573210e776

@ -17,7 +17,12 @@
<entry name="custom_icon" schema="/schemas/apps/panel/objects/custom_icon"/>
<entry name="bonobo_iid" schema="/schemas/apps/panel/objects/bonobo_iid"/>
<entry name="launcher_location" schema="/schemas/apps/panel/objects/launcher_location" type="string">
<stringvalue>firefox.desktop</stringvalue>
#?pkg(mozilla-firefox)>=3.5&pkg(mozilla-firefox)<3.6#
<stringvalue>/usr/share/applications/mozilla-firefox-3.5.desktop</stringvalue>
#pkg#
#?pkg(mozilla-firefox)>=3.6#
<stringvalue>/usr/share/applications/mozilla-firefox-3.6.desktop</stringvalue>
#pkg#
</entry>
<entry name="menu_path" schema="/schemas/apps/panel/objects/menu_path"/>
</gconf>

Loading…
Cancel
Save