You are not logged in.
Pages: 1
this MAY be an installation issue ('locale' not installed"?)
------------------------------------------
~ pan
(process:2816): Gtk-WARNING **: 06:36:15.101: Locale not supported by C library. Using the fallback 'C' locale.
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name news.pan.NZB was not provided by any .service files
(pan:2816): Gtk-WARNING **: 06:36:15.332: Unable to parse accelerator '<constrol>O' for action 'import-tasks'
Segmentation fault
--------------------------------------------
Who, has loved us more?
Offline
Did you copy-paste those errors? There is a syntax error in the 2nd (s/b '<control>O', or perhaps 'Ctrl-O', not '<constrol>O').
Online
copy/paste, did another one just to be sure:
# pan
(process:6630): Gtk-WARNING **: 13:54:15.974: Locale not supported by C library.
Using the fallback 'C' locale.
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name news.pan.NZB was not provided by any .service files
(pan:6630): Gtk-WARNING **: 13:54:16.102: Unable to parse accelerator '<constrol>O' for action 'import-tasks'
Segmentation fault
Last edited by torquebar (2022-12-06 18:59:08)
Who, has loved us more?
Offline
here's another BTW, for Thunderbird, a bit different:
/ # thunderbird
(thunderbird-default:4015): Gtk-WARNING **: 16:49:00.902: Locale not supported by C library.
Using the fallback 'C' locale.
ExceptionHandler::GenerateDump cloned child 4086
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
/ #
Who, has loved us more?
Offline
Hi,
did you try to rebuild the locales?
sudo locale-gen
It builds entries listed in /etc/locale.gen
Offline
Hi,
did you try to rebuild the locales?sudo locale-gen
It builds entries listed in /etc/locale.gen
# locale-gen
Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.
it took about 1 second :-)
then, thunderbird started without issues, pan started
also but still complaining:
# pan
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name news.pan.NZB was not provided by any .service files
(pan:3102): Gtk-WARNING **: 12:17:47.232: Unable to parse accelerator '<constrol>O' for action 'import-tasks'
(pan:3102): GLib-GObject-CRITICAL **: 12:17:47.546: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Who, has loved us more?
Offline
They're just systemd & GTK SNAFUs. Is anything actually wrong with the application?
Brianna Ghey — Rest In Power
Offline
No they both seem to work, I'll be wringing them out more on Tuesday, Devuan day :-)
--
My answer to EEE: Mondays I boot and update mostly Artix, on Tuesdays Devuan,
on Wednesdays Slackware, on Thursdays Leap, on Fridays Tumbleweed, on Saturdays
AvLinux and on Sundays Ubuntu-Studio. https://i.imgur.com/iPAKNN5.png
Who, has loved us more?
Offline
You should try Alpine Linux. It rocks.
Brianna Ghey — Rest In Power
Offline
is it systemd-free?
I find Ubuntu-Studio a bit of a pain but really prefer solid 'studio' distros of which I have only 2, the other one being AvLinux, another Debian derivative. The prob with US is their bloody snaps, there ARE workarounds but eventually the devs will have their way. My riggin' uses links for home folders and snaps refuses to accept such 'phoney' paths.
Who, has loved us more?
Offline
is it systemd-free?
It is based on musl libc and so is fundamentally incompatible with systemd, which relies on GNU's extensions.
Brianna Ghey — Rest In Power
Offline
Pages: 1