You are not logged in.
Pages: 1
Offline
If you look at the xdg-settings script file (/usr/bin/xdg-settings) you will see this code:
# {{{ xfce
get_url_scheme_handler_xfce()
{
exit_unimplemented_default_handler "$1"
}
check_url_scheme_handler_xfce()
{
exit_unimplemented_default_handler "$1"
}
set_url_scheme_handler_xfce()
{
exit_unimplemented_default_handler "$1"
}
# }}} xfce
xdg-settings states that xfce does not support url_scheme_handler and it displays that messaage:
exit_unimplemented_default_handler()
{
exit_failure_operation_impossible "default-url-scheme-handler not implemented for $DE"
}
I tried to research why xdg says/does this, but could not find the reason. As a test, I replaced the xfce content with the gnome3 *_url_scheme_handler functions in xdg-settings and it worked fine.
Not sure where you can take this. Perhaps file a bug with xdg-utils?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks for having a look it ToZ.
I'll keep looking and file a bug at xdg.utils.
Thanks again
Offline
Pages: 1
[ Generated in 0.007 seconds, 9 queries executed - Memory usage: 523.5 KiB (Peak: 524.34 KiB) ]