You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
295 B
13 lines
295 B
# Calculate format=xml_gconf
|
|
<?xml version="1.0"?>
|
|
<gconf>
|
|
<entry name="command" type="string">
|
|
#?pkg(www-client/chromium)!=#
|
|
<stringvalue>chromium %s</stringvalue>
|
|
#pkg#
|
|
#?pkg(www-client/firefox)!=&pkg(www-client/chromium)==#
|
|
<stringvalue>firefox %s</stringvalue>
|
|
#pkg#
|
|
</entry>
|
|
</gconf>
|