6 lines
275 B
Bash
Executable File
6 lines
275 B
Bash
Executable File
#!/bin/sh
|
|
gconftool-2 -s /desktop/gnome/url-handlers/iceball/command "$(pwd)/iceball-gl -c %s" --type String
|
|
gconftool-2 -s /desktop/gnome/url-handlers/iceball/enabled --type Boolean true
|
|
gconftool-2 -s /desktop/gnome/url-handlers/iceball/needs-terminal --type Boolean true
|
|
|