Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-09-25 09:47:56

kalsang
Member
Registered: 2021-09-15
Posts: 5

Freetube error message

When I launch FreeTube AppImage I get this error.

Error-freetube.png

If I click on OK the program launches and runs normally, but it is a very annoying message to see every time I start the application.

Can I fix this?

I’m using PCLinuxOS with XFCE 4.16 and freetube_0.14.0_amd64.AppImage

Offline

#2 2021-09-25 12:49:56

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,000

Re: Freetube error message

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

#3 2021-09-25 13:05:31

kalsang
Member
Registered: 2021-09-15
Posts: 5

Re: Freetube error message

Thanks for having a look it ToZ.
I'll keep looking and file a bug at xdg.utils.
Thanks again

Offline

Board footer

Powered by FluxBB