fossfreedom / alternative-toolbar

Modern, minimal and music-focused interface for Rhythmbox
GNU General Public License v3.0
157 stars 20 forks source link

not working on arch linux with kde #143

Closed ahmed-h-ayyad closed 5 years ago

ahmed-h-ayyad commented 5 years ago

when I run rhythmbox from terminal it gives this error

(process:18856): Gtk-WARNING **: 02:49:26.093: Locale not supported by C library.
        Using the fallback 'C' locale.
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/alternative-toolbar/alternative-toolbar.py", line 114, in do_activate
    cl.switch_locale(cl.Locale.LOCALE_DOMAIN)
  File "/usr/lib/rhythmbox/plugins/alternative-toolbar/alttoolbar_preferences.py", line 151, in switch_locale
    locale.setlocale(locale.LC_ALL, '')
  File "/usr/lib/python3.7/locale.py", line 604, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting
fossfreedom commented 5 years ago

I neither use arch nor kde so cannot help with your setup.

The error means that you dont have the Gtk locale stuff installed correctly.

Best ask on a kde arch forum how to run gtk apps.