Whisker menu and settings manager issues

In my Whisker Menu the list on the right changed language from Portuguese to English, and the settings manager have missing entries.

sudo pacman -S xfce4-settings

Didn’t solve anything

Maybe run again sudo locale-gen and relog?

Also check if in “manjaro settings manager” under “language” everything is correct.

The languages are correctly installed, i have PT-BR and EN-US languages installed, and generating locale didn’t change anything.

did you reboot?

I still can’t fix neither of theses issues i have mentioned, in Whisker Menu the list at the right changed language for no reason and the icons are missing (The program icons are fine) changing icon theme didn’t make any difference, also there are lots of missing options in the XFCE Settings Manager.

Many times, changing kernel didn’t make a difference either, i were using kernel 5.12, then booted into 5.10 the issue still persisted.

There are two settings manager, Manjaro and XFCE. Under normal situations you can get to Manjaro settings from XFCE.

Type manjaro-settings-manager from the command-line.

Assuming no errors, there should be a Locale-Settings. Click it. Is Portuges (pt_PT.UTF-8 or pt_BR.UTF-8) in the list? This will update the file /etc/locale.gen.

The text on the right of the language can be right-clicked and then you can select one of the default options. /etc/locale.conf will be updated.

Sample /etc/locale.conf’s shown below:

If Display Language selected:
LANG=pt_BR.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME, LC_MONETARY, LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE,LC_MEASUREMENT, LC_IDENTIFICATION

If Display Formats selected:
LANG=en_US.UTF-8
LC_NUMERIC=pt_BR.UTF-8
LC_TIME, LC_MONETARY, LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE,LC_MEASUREMENT, LC_IDENTIFICATION

If Display Language and Format selected:
LANG=pt_BR.UTF-8

More about locale at arch. For a per-user configuration the $HOME/.config/locale.conf is used. The GUI updates the system.

Logoff/on.

Is Whisker menu okay?

If not,
What’s the output of localectl status and localectl list-locales?
Similar output should be shown in the command declare -p ${!LC@} ${!LA@}.

If Whisker menu is okay, now try XFCE Settings (one problem at a time :slight_smile: )

Is XFCE Settings okay?

If not,
on the command-line type xfce4-settings-manager. Any messages that might indicate an error?

NOTE: The above is for XFCE only.

PT-BR is my default language, locale.conf looks like this:

LANG=pt_BR.UTF-8
LC_ADDRESS=pt_BR.UTF-8
LC_IDENTIFICATION=pt_BR.UTF-8
LC_MEASUREMENT=pt_BR.UTF-8
LC_MONETARY=pt_BR.UTF-8
LC_NAME=pt_BR.UTF-8
LC_NUMERIC=pt_BR.UTF-8
LC_PAPER=pt_BR.UTF-8
LC_TELEPHONE=pt_BR.UTF-8
LC_TIME=pt_BR.UTF-8

Whiker menu still looks the same as in the screenshot, nothing changed.

       localectl status
   System Locale: LANG=pt_BR.UTF-8
   VC Keymap: br-abnt2
   X11 Layout: br

       localectl list-locales
   en_US.UTF-8
   pt_BR.UTF-8

declare -p ${!LC@} ${!LA@}

declare -x LC_ADDRESS=“pt_BR.UTF-8”
declare -x LC_IDENTIFICATION=“pt_BR.UTF-8”
declare -x LC_MEASUREMENT=“pt_BR.UTF-8”
declare -x LC_MONETARY=“pt_BR.UTF-8”
declare -x LC_NAME=“pt_BR.UTF-8”
declare -x LC_NUMERIC=“pt_BR.UTF-8”
declare -x LC_PAPER=“pt_BR.UTF-8”
declare -x LC_TELEPHONE=“pt_BR.UTF-8”
declare -x LC_TIME=“pt_BR.UTF-8”
declare -x LANG=“pt_BR.utf8”

xfce4-settings-manager gives no output.

Do you have the package manjaro-xfce-settings installed?

Yes it’s installed.

I’d look at:

pacman -Fx xfce4-settings-manager

type -a xfce4-settings-manager

journalctl -b -perr

coredumpctl

cat $HOME/.xsession-errors

Is this a new XFCE install or XFCE over KDE?

pacman -Fx xfce4-settings-manager

extra/xfce4-settings 4.16.1-1 (xfce4) [instalado]
usr/bin/xfce4-settings-manager
community/calamares-oem-bldbk-cinnamon-settings 20200211-1
etc/oemskel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/calamares-oem-bldbk-xfce-settings 20200211-1
etc/oemskel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/calamares-oem-infbk14-xfce-settings 20200211-1
etc/oemskel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/calamares-oem-infbkpro-xfce-settings 20200211-1
etc/oemskel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/calamares-oem-starlabs-xfce-settings 20200917-1
etc/oemskel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/calamares-oem-sx-settings 20200211-1
etc/oemskel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/calamares-oem-xfce-settings 20200211-1
etc/oemskel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/manjaro-xfce-minimal-settings 20210124-1
etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/manjaro-xfce-settings 20210124-1 [instalado]
etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/manjaro-xfce-settings-shells 20210323-1
etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/manjaro-xfce-tx-settings 20200226-1
etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
community/xfce-sx-settings 20190617-1
etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml

-a xfce4-settings-manager

journalctl -b -perr

coredumpctl

cat $HOME/.xsession-errors
bash: -a: comando não encontrado
– Journal begins at Sun 2021-05-16 17:17:24 -03, ends at Sat 2021-05-29 19:29:>
mai 29 18:59:19 julio-550xbe350xbe kernel: ACPI BIOS Error (bug): Could not res>
mai 29 18:59:19 julio-550xbe350xbe kernel: ACPI Error: Aborting method _SB.PCI>
mai 29 18:59:19 julio-550xbe350xbe kernel: ACPI Error: Aborting method _SB.PCI>
mai 29 18:59:43 julio-550xbe350xbe kernel: snd_hda_codec_hdmi hdaudioC0D2: Moni>
mai 29 19:00:59 julio-550xbe350xbe lightdm[775]: gkr-pam: unable to locate daem>
mai 29 19:02:14 julio-550xbe350xbe lightdm[1350]: gkr-pam: unable to locate dae>
mai 29 19:11:45 julio-550xbe350xbe lightdm[2297]: gkr-pam: unable to locate dae>
mai 29 19:11:58 julio-550xbe350xbe ntpd[784]: bind(27) AF_INET6 2804:431:971d:5>
mai 29 19:11:58 julio-550xbe350xbe ntpd[784]: unable to create socket on wlp1s0>

TIME PID UID GID SIG COREFILE EXE
Mon 2021-05-17 08:09:07 -03 14339 1000 1000 11 missing /opt/microsoft/ms>
Mon 2021-05-17 11:11:54 -03 1200 1000 1000 11 missing /usr/bin/xfce4-ap>
Mon 2021-05-17 11:29:23 -03 25134 1000 1000 11 missing /usr/bin/qt5ct
Mon 2021-05-17 11:56:04 -03 27315 1000 1000 11 missing /usr/bin/qt5ct
Mon 2021-05-17 21:26:11 -03 1011 1000 1000 11 missing /usr/bin/xfce4-pa>
Tue 2021-05-18 13:04:55 -03 947 1000 1000 11 missing /usr/bin/xfce4-pa>
Tue 2021-05-18 23:27:47 -03 1043 1000 1000 11 missing /usr/bin/compiz
Wed 2021-05-19 19:48:09 -03 2417 1000 1000 11 missing /opt/microsoft/ms>
Thu 2021-05-20 01:20:15 -03 11087 1001 1001 5 missing /usr/bin/xfsettin>
Thu 2021-05-20 01:20:40 -03 11367 1001 1001 5 missing /usr/bin/xfsettin>
Thu 2021-05-20 15:18:54 -03 6328 1000 1000 11 missing /usr/bin/qt5ct
Wed 2021-05-26 22:43:06 -03 1026 1000 1000 11 present /usr/bin/thunar
Sat 2021-05-29 13:46:20 -03 3906 1000 1000 11 present /usr/bin/qt5ct
Sat 2021-05-29 16:53:33 -03 9659 1000 1000 11 present /usr/bin/qt5ct

(wrapper-2.0:2379): libnotify-WARNING **: 19:11:46.242: Failed to connect to proxy

(wrapper-2.0:2382): Gtk-WARNING **: 19:11:46.249: Attempting to add a widget with type GtkToggleButton to a container of type XfcePanelPlugin, but the widget is already inside a container of type XfcePanelPlugin, please remove the widget from its existing container first.

(wrapper-2.0:2365): Gtk-WARNING **: 19:11:46.307: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner GtkToggleButton)

(wrapper-2.0:2379): Gtk-WARNING **: 19:11:46.316: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner PulseaudioButton)

(wrapper-2.0:2382): Gtk-WARNING **: 19:11:46.330: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner GtkToggleButton)

(process:2418): dconf-WARNING **: 19:11:46.403: Unable to open /home/julio/.local/share/flatpak/exports/share/dconf/profile/user: Permission denied

** (xfce4-clipman:2403): WARNING **: 19:11:46.544: Unable to register GApplication: Um objeto já foi exportado para a interface org.gtk.Application em /org/xfce/clipman

(xfce4-clipman:2403): GLib-GIO-CRITICAL **: 19:11:46.544: g_application_get_is_remote: assertion ‘application->priv->is_registered’ failed

(xfce4-clipman:2403): GLib-WARNING **: 19:11:46.544: g_set_application_name() called multiple times

(nm-applet:2408): dconf-WARNING **: 19:11:46.572: Unable to open /home/julio/.local/share/flatpak/exports/share/dconf/profile/user: Permissão negada

** (xfce4-power-manager:2425): WARNING **: 19:11:46.573: Failed to get name owner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name ‘org.freedesktop.PowerManagement’: no such name

** (xfce4-power-manager:2425): WARNING **: 19:11:46.574: Failed to get name owner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name ‘org.xfce.PowerManager’: no such name

(xfce4-power-manager:2425): libnotify-WARNING **: 19:11:46.598: Failed to connect to proxy

(xfce4-power-manager:2425): GLib-GObject-WARNING **: 19:11:46.606: …/glib/gobject/gsignal.c:2614: signal ‘Changed’ is invalid for instance ‘0x557c031f8ac0’ of type ‘GDBusProxy’

(xfce4-power-manager:2425): xfce4-power-manager-WARNING **: 19:11:46.627: could not map keysym 1008ffa8 to keycode

(xfce4-power-manager:2425): xfce4-power-manager-WARNING **: 19:11:46.638: Unable to set the kernel brightness switch parameter to 0.

(xfce4-power-manager:2425): xfce4-power-manager-WARNING **: 19:11:46.639: Failed to get keyboard max brightness level : GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Nenhuma interface “org.freedesktop.UPower.KbdBacklight” no objeto no caminho /org/freedesktop/UPower/KbdBacklight

(xfce4-power-manager:2425): xfce4-power-manager-WARNING **: 19:11:46.664: …/panel-plugins/power-manager-plugin/power-manager-button.c:858: invalid property id 2 for “show-panel-label” of type ‘GParamInt’ in ‘PowerManagerButton’

(xfce4-power-manager:2425): xfce4-power-manager-WARNING **: 19:11:46.664: …/panel-plugins/power-manager-plugin/power-manager-button.c:858: invalid property id 3 for “presentation-mode” of type ‘GParamBoolean’ in ‘PowerManagerButton’

(xfce4-power-manager:2425): xfce4-power-manager-WARNING **: 19:11:46.664: …/panel-plugins/power-manager-plugin/power-manager-button.c:858: invalid property id 4 for “show-presentation-indicator” of type ‘GParamBoolean’ in ‘PowerManagerButton’

(xfce4-power-manager:2425): xfce4-power-manager-WARNING **: 19:11:46.665: …/panel-plugins/power-manager-plugin/power-manager-button.c:858: invalid property id 3 for “presentation-mode” of type ‘GParamBoolean’ in ‘PowerManagerButton’

(blueman-applet:2413): dconf-WARNING **: 19:11:46.702: Unable to open /home/julio/.local/share/flatpak/exports/share/dconf/profile/user: Permissão negada
blueman-applet 19.11.46 WARNING PluginManager:148 __load_plugin: Not loading PPPSupport because its conflict has higher priority
blueman-applet 19.11.46 WARNING PluginManager:148 __load_plugin: Not loading DhcpClient because its conflict has higher priority

(wrapper-2.0:2378): libsystray-CRITICAL **: 19:11:46.994: sn_item_invalidate: assertion ‘item->properties_proxy != NULL’ failed
xfsettingsd: Another instance took over. Leaving…
[2599:2599:0529/191151.858553:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
[2496:2496:0529/191153.702735:ERROR:CONSOLE(1569)] “Sat May 29 2021 19:11:53 GMT-0300 (Horário Padrão de Brasília): 1622326313701 {“id”:33014,“source”:“EstablishEdgeChromiumSignedInState.ts”,“severity”:0,“pb”:{“build”:“20210528.346”,“appType”:“edgeChromium”,“pcsVersion”:“20210526.8_master”,“buildAlias”:“latest”,“customMessage”:{“error_string”:“The current host is not authorized to make a token request with the arguments provided.”,“platform_error_code”:0,“primary_error”:0,“secondary_error”:0}},“message”:“Failed to acquire MSA access token.”}”, source: https://assets.msn.com/bundles/v1/edgeChromium/latest/common.4068f3f92272565e051e.js (1569)
[2496:2496:0529/191155.015073:ERROR:CONSOLE(0)] “Uncaught (in promise) TypeError: Failed to fetch”, source: https://ntp.msn.com/bundles/v1/edgeChromium/latest/web-worker.7afe5e1c1fccc1517c4d.js#lang=pt-br&aace=1&muid=20034EBDE7316BEB17BC5E81E6E46A5E&env=prod&aid=0347091D1FA04A4EB8DCC381D7485B60&apptype=edgeChromium&pagetype=dhp&audienceMode=adult&deviceFormFactor=desktop&domain=ntp.msn.com&configRootUrl=https://assets.msn.com/config/v1/&ocid=MNHP_U531&os=linux&locale={“language”:“pt”,“script”:"",“market”:“br”}&lat=-21.181&long=-47.8196&featureFlags={“wpoEnabled”:“true”}&browser={“browserType”:“edgeChromium”,“version”:“91”,“ismobile”:“false”}&servicesEndpoints={“staticConfig”:{“domain”:“https://assets.msn.com”,“path”:"/config/v3/",“v”:""},“crs”:{“domain”:"",“path”:"/resolver/api/resolve/",“v”:“v3”},“feedService”:{“domain”:“https://assets.msn.com”,“path”:"",“v”:""},“enterpriseFeedService”:{“domain”:“https://ent-api.msn.com/”,“path”:"",“v”:""}}&buildVersion=20210528.346&bundleHash=9fcdf27290a99f80d71070c0d867b550&configHash=78ca6583740cc896d135c38e366142fa&locHash=c2596bfae1eba0cd8d0c2965353e1b83&lastBundleHash=9fcdf27290a99f80d71070c0d867b550&lastConfigHash=78ca6583740cc896d135c38e366142fa&lastLocHash=c2596bfae1eba0cd8d0c2965353e1b83&dataInfo=f:msnallexpusers,rrriver,muidflt15cf,muidflt19cf,prg-artcl-aa-c,muidflt53cf,muidflt258cf,muidflt298cf,startedge2cf,audexedge1cf,bmergemed,starthp3cf,jacbrconfiant,moneyhp3cf,bingcollabhp2cf,platagyhz2cf,platagyhz3cf,moneyhz3cf,vebudumu04302020,bbh20200521msncf,msnsports3cf,prg-l2-prod2,1s-bliscontrolw,prg-adspeek,prg-sync-wea2;&mainTimeOrigin=1622326311939.4&locale=pt-BR&title=Nova%20guia&dsp=0&sp=Google&startpage=1&PC=U531&OCID=MNHP_U531 (0)
[2496:2496:0529/191155.139955:ERROR:CONSOLE(1)] “UnhandledError:Error: TypeError: Failed to fetch
Stack:Error: TypeError: Failed to fetch
at https://assets.msn.com/bundles/v1/edgeChromium/latest/vendors.f52d91f59c65ce0eb5f1.js:1:89369 [object Object] Sat May 29 2021 19:11:55 GMT-0300 (Horário Padrão de Brasília)”, source: https://assets.msn.com/bundles/v1/edgeChromium/latest/vendors.f52d91f59c65ce0eb5f1.js (1)
[2496:2496:0529/191155.139987:ERROR:CONSOLE(1)] “Uncaught (in promise) TypeError: Failed to fetch”, source: https://assets.msn.com/bundles/v1/edgeChromium/latest/vendors.f52d91f59c65ce0eb5f1.js (1)
xfsettingsd: Another instance took over. Leaving…
** Message: 19:12:16.640: updates_checker.vala:71: check updates

(pamac:2865): dconf-WARNING **: 19:12:16.915: Unable to open /home/julio/.local/share/flatpak/exports/share/dconf/profile/user: Permissão negada
** Message: 19:12:23.748: updates_checker.vala:101: 0 updates found
xfsettingsd: Another instance took over. Leaving…

(wrapper-2.0:2366): GLib-CRITICAL **: 19:12:44.621: Source ID 193 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:12:44.941: Source ID 186 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:12:45.750: Source ID 414 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:13:24.281: Source ID 526 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:13:47.262: Source ID 582 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:13:47.475: Source ID 582 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:13:47.499: Source ID 640 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:14:22.933: Source ID 143 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:15:14.365: Source ID 688 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:15:14.650: Source ID 688 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:15:14.682: Source ID 723 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:15:23.102: Source ID 764 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:15:23.234: Source ID 764 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:15:23.250: Source ID 802 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:16:41.399: Source ID 916 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:16:41.547: Source ID 916 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:16:41.555: Source ID 955 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:18:25.032: Source ID 121 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:18:25.048: Source ID 199 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:18:25.096: Source ID 433 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:18:25.739: Source ID 1160 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:18:25.832: Source ID 1160 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:18:25.840: Source ID 1195 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:20:51.793: Source ID 1052 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:20:51.809: Source ID 1044 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:20:51.833: Source ID 129 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:20:52.201: Source ID 1259 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:20:52.547: Source ID 1367 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:20:52.625: Source ID 1367 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:20:52.641: Source ID 1395 was not found when attempting to remove it
[2496:2496:0529/192057.336028:ERROR:CONSOLE(1569)] “Sat May 29 2021 19:20:57 GMT-0300 (Horário Padrão de Brasília): 1622326857334 {“id”:8367,“source”:“ConditionalBannerIrisHandler.ts”,“severity”:0,“pb”:{“build”:“20210528.346”,“isVisible”:true,“appType”:“edgeChromium”,“pcsVersion”:“20210526.8_master”,“buildAlias”:“latest”},“message”:“Iris telemetry info not found for conditional banner”}”, source: https://assets.msn.com/bundles/v1/edgeChromium/latest/common.4068f3f92272565e051e.js (1569)
Fontconfig error: Cannot load default config file: No such file: (null)
** Message: 19:22:04.471: flatpak_plugin.vala:337: refreshing flathub appstream data

(pamac-manager:3107): dconf-WARNING **: 19:22:04.526: Unable to open /home/julio/.local/share/flatpak/exports/share/dconf/profile/user: Permission denied

(wrapper-2.0:2366): GLib-CRITICAL **: 19:22:17.926: Source ID 1615 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:22:18.268: Source ID 1615 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:22:18.359: Source ID 1660 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:22:18.547: Source ID 1660 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:22:18.564: Source ID 1711 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:28:53.793: Source ID 1223 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:28:54.205: Source ID 1796 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:28:54.440: Source ID 1796 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:28:54.457: Source ID 1840 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:29:05.408: Source ID 1247 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:29:06.268: Source ID 1988 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:29:06.472: Source ID 1988 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:29:06.490: Source ID 2029 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:29:21.075: Source ID 2072 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:29:21.208: Source ID 2072 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:29:21.232: Source ID 2103 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:31:00.091: Source ID 2231 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:31:00.232: Source ID 2231 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:31:00.248: Source ID 2274 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:31:18.547: Source ID 2310 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:31:18.680: Source ID 2310 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:31:18.696: Source ID 2347 was not found when attempting to remove it
Fontconfig error: Cannot load default config file: No such file: (null)

(wrapper-2.0:2366): GLib-CRITICAL **: 19:36:17.654: Source ID 2425 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:36:17.858: Source ID 2425 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:36:17.882: Source ID 2472 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:37:20.213: Source ID 2538 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:37:20.313: Source ID 2538 was not found when attempting to remove it

(wrapper-2.0:2366): GLib-CRITICAL **: 19:37:20.346: Source ID 2574 was not found when attempting to remove it

This is a clean install of Manjaro XFCE, less than a month old.

Maybe try to create a new user and login there. I think it is related to your profile configs.

sudo useradd -m testuser

Same issue on a new user account?

I logged into my guest user that i had lying around, in the guest user everything’s fine, could it be some package that i removed? How do i list installed packages from command-line?

I’ve managed to list all installed packages, i remember that i set pamac to remove unnecessary dependencies, i wonder if it removed something important.

pacman -Qe 

accountsservice 0.6.55-3
acpi 1.7-3
acpid 2.0.32-2
adduser 1.17-3
adobe-source-han-sans-cn-fonts 2.003-1
adobe-source-han-sans-jp-fonts 2.003-1
adobe-source-han-sans-kr-fonts 2.003-1
adobe-source-sans-pro-fonts 3.028-1
alsa-firmware 1.2.4-2
alsa-utils 1.2.4-2
android-tools 31.0.0-3
android-udev 20210501-1
apparmor 3.0.1-1
avahi 0.8+20+gd1e71b3-1
b43-fwcutter 019-3
bash-completion 2.11-2
bitwarden 1.25.1-4
blueman 2.1.4-1
btrfs-progs 5.12-2
bzip2 1.0.8-4
catfish 4.16.0-3
code 1.55.2-1
coreutils 8.32-1
cpupower 5.12-1
crda 4.14-4
cronie 1.5.7-2
cryptsetup 2.3.5-4
dbus-x11 1.12.20-1
device-mapper 2.03.12-1
dhclient 4.4.2-2
dhcpcd 9.4.0-1
diffutils 3.7-3
dmidecode 3.3-1
dmraid 1.0.0.rc16.3-13
dnsmasq 2.85-1
dolphin-emu 1:5.0.r14095.f60d29f2b7-1
dosfstools 4.2-1
e2fsprogs 1.46.2-1
ecryptfs-utils 111-4
efibootmgr 17-2
engrampa 1.24.2-1
exfat-utils 1.3.0-2
exo 4.16.2-1
f2fs-tools 1.14.0-1
ffmpeg 2:4.4-3
ffmpegthumbnailer 2.2.2-2
file 5.40-3
filesystem 2021.01.19-1
findutils 4.8.0-1
freetype2 2.10.4-1
galculator-gtk2 2.1.4-5
gamemode 1.6.1-1
garcon 4.16.1-1
gawk 5.1.0-1
gcc-libs 10.2.0-6
gettext 0.21-1
gimp 2.10.24-3
gimp-help-en 2.10.0-3
gimp-help-pt_br 2.10.0-3
glibc 2.33-4
gnome-icon-theme 3.12.0-6
gnome-keyring 1:40.0-1
gnome-themes-extra 3.28-2
goverlay-bin 0.5-1
gparted 1.3.0-3
grep 3.6-1
grub 2.04-22
grub-theme-manjaro 20.2-12
gst-libav 1.18.4-1
gst-plugins-bad 1.18.4-6
gst-plugins-base 1.18.4-1
gst-plugins-good 1.18.4-2
gst-plugins-ugly 1.18.4-2
gtkhash-thunar 1.4-4
gufw 21.04.0-1
gvfs 1.48.1-1
gvfs-afc 1.48.1-1
gvfs-gphoto2 1.48.1-1
gvfs-mtp 1.48.1-1
gvfs-nfs 1.48.1-1
gvfs-smb 1.48.1-1
gzip 1.10-3
haveged 1.9.14-1
htop 3.0.5-1
hunspell-en_us 2020.12.07-2
hunspell-pt_br 3.2-5.0
hyphen-en 2.8.8-3
inetutils 1.9.4-9
intel-ucode 20210216-1
inxi 3.3.04.1-1
iproute2 5.12.0-1
iptables 1:1.8.7-1
iputils 20210202-1
ipw2100-fw 1.3-10
ipw2200-fw 3.1-8
jdk8-openjdk 8.u292-1
jfsutils 1.1.15-7
jre8-openjdk 8.u292-1
jre8-openjdk-headless 8.u292-1
kernel-alive 0.5-1
less 1:581.2-1
lib32-gamemode 1.6.1-1
lib32-libva-intel-driver 2.4.1-1
lib32-libva-mesa-driver 21.0.3-3
lib32-libva-vdpau-driver 0.7.4-6
lib32-mangohud 0.6.1-2
lib32-mesa-demos 8.4.0-2
lib32-mesa-vdpau 21.0.3-3
lib32-vkbasalt 0.3.2.4-2
lib32-vulkan-intel 21.0.3-3
lib32-vulkan-mesa-layers 21.0.3-3
lib32-vulkan-radeon 21.0.3-3
libdvdcss 1.4.3-1
libgsf 1.14.47-1
libopenraw 0.3.0-1
libreoffice-still 7.0.5-4
libreoffice-still-pt 7.0.5-1
libreoffice-still-pt-br 7.0.5-1
libva-intel-driver 2.4.1-1
libva-mesa-driver 21.0.3-3
libva-vdpau-driver 0.7.4-5
licenses 20200427-1
light-locker 1.9.0-4
lightdm 1:1.30.0-4
lightdm-gtk-greeter 1:2.0.8-1
lightdm-gtk-greeter-settings 1.2.2-5
linux-firmware 20210511.r1922.7685cf4-1
linux414-acpi_call 1.1.0-204
linux510 5.10.36-2
linux512 5.12.2-1
logrotate 3.18.0-1
lsb-release 1.4-13
lutris 0.5.8.3-2
lvm2 2.03.12-1
man-db 2.9.4-1
man-pages 5.11-1
man-pages-pt_br 4.9.3-1
mangohud 0.6.1-2
mangohud-common 0.6.1-2
manjaro-alsa 20210109-1
manjaro-application-utility 1.3.3-4.1
manjaro-browser-settings 20201114-1
manjaro-documentation-en 20181009-1
manjaro-firmware 20160419-1
manjaro-hello 0.6.6-5
manjaro-hotfixes 2018.08-6
manjaro-printer 20200215-2
manjaro-pulse 20210109-1
manjaro-release 21.0.5-1
manjaro-settings-manager 0.5.6-13
manjaro-settings-manager-notifier 0.5.6-13
manjaro-system 20210412-1
manjaro-wallpapers-18.0 1.4-3
manjaro-xfce-settings 20210124-1
matcha-gtk-theme 20210520-0.1
mdadm 4.1-2
memtest86+ 5.01-4
menulibre 2.2.1-3
mesa-demos 8.4.0-4
mesa-vdpau 21.0.3-3
mhwd 0.6.5-2
mhwd-db 0.6.5-7
microsoft-edge-beta-bin 91.0.864.37-1
mkinitcpio-openswap 0.1.0-3
mlocate 0.26.git.20170220-7
mobile-broadband-provider-info 20201225-1
modemmanager 1.16.4-1
monica 3.7-6
mousepad 0.5.4-1
mtpfs 1.1-4
mugshot 0.4.3-1
nano 5.7-1
network-manager-applet 1.22.0-1
networkmanager 1.30.4-3
networkmanager-openconnect 1.2.7dev+65+gca4187c-1
networkmanager-openvpn 1.8.14-1
networkmanager-pptp 1.2.9dev+10+gb41b0d0-4
networkmanager-vpnc 1.2.7dev+20+gdca3aea-2
nfs-utils 2.5.3-1
noto-fonts 20201226-2
noto-fonts-emoji 20200916-1
nss-mdns 0.14.1-3
ntfs-3g 2017.3.23-5
ntp 4.2.8.p15-1
numlockx 1.2-5
ocs-url 3.1.0-7
openresolv 3.12.0-1
openssh 8.6p1-1
os-prober 1.78-0.1
p7zip 1:17.04-1
pacman 5.2.2-5
pamac-flatpak-plugin 10.0.6-2
pamac-gtk 10.0.6-2
pamac-snap-plugin 10.0.6-2
pavucontrol 1:4.0-2
pciutils 3.7.0-1
pcsx2 1.7.0.r1232.11e08642f-1
perl 5.32.1-1
perl-file-mimeinfo 0.30-1
poppler-data 0.4.10-1
poppler-glib 21.05.0-1
powertop 2.13-1
procps-ng 3.3.17-1
proton-ge-custom-bin 6.9_GE_2-1
protontricks 1.5.1-1
psmisc 23.4-1
pulseaudio-bluetooth 14.2-3
pulseaudio-ctl 1.67-1
pulseaudio-zeroconf 14.2-3
qbittorrent 4.3.3-1
qpdfview 0.4.18-2
qt5-translations 5.15.2-1
reiserfsprogs 3.6.27-3
reshade-shaders-git r879.a2314cb-1
retroarch 1.9.2-1
retroarch-assets-glui 1:376-1
retroarch-assets-ozone 1:376-1
retroarch-assets-xmb 1:376-1
rsync 3.2.3-3
s-nail 14.9.22-1
samba 4.14.4-1
screenfetch 3.9.1-1
sed 4.8-1
shadow 4.8.1-4
snapd 2.50-1
snapd-glib 1.54-1
spectre-meltdown-checker 0.44-1
steam-manjaro 1.0.0.70-1
sudo 1.9.6.p1-1
sysfsutils 2.1.1-1
systemd-fsck-silent 239-1
systemd-sysvcompat 247.7-1
tar 1.34-1
terminus-font 4.49.1-2
texinfo 6.7-3
thunar 4.16.8-1
thunar-archive-plugin 0.4.0-3
thunar-media-tags-plugin 0.3.0-2
thunar-volman 4.16.0-1
timeshift 20.11.1.r3.g08d0e59-2
tlp 1.3.1-2
ttf-dejavu 2.37+18+g9b5d1b2f-3
ttf-droid 20121017-10
ttf-inconsolata 1:3.000-3
ttf-indic-otf 0.2-11
ttf-liberation 2.1.4-1
tumbler 4.16.0-2
udiskie 2.3.3-1
udisks2 2.9.2-1
unace 2.5-11
unrar 1:6.0.5-1
usb_modeswitch 2.6.1-1
usbutils 013-1
util-linux 2.36.2-1
vi 1:070224-5
viewnior 1.7-3
virtualbox 6.1.22-2
virtualbox-ext-vnc 6.1.22-2
virtualbox-guest-iso 6.1.22-1
vkbasalt 0.3.2.4-1
vlc 3.0.13-2
vulkan-intel 21.0.3-3
vulkan-mesa-layers 21.0.3-3
vulkan-radeon 21.0.3-3
vulkan-tools 1.2.172-1
wallpapers-2018 1.2-1
wallpapers-juhraya 1.1-2
wget 1.21.1-1
which 2.21-5
wine-gecko 2.47.2-1
wine-mono 6.1.1-1
wine-nine 0.8-1
winetricks 20210206-1
wpa_supplicant 2:2.9-8
xcursor-simpleandsoft 0.2-9
xcursor-vanilla-dmz-aa 0.4.5-2
xdg-user-dirs 0.17-3
xdg-utils 1.1.3+19+g9816ebb-1
xf86-input-elographics 1.4.2-2
xf86-input-evdev 2.10.6-2
xf86-input-libinput 1.0.1-1
xf86-input-void 1.4.1-5
xf86-video-amdgpu 19.1.0-2
xf86-video-ati 1:19.1.0-2
xf86-video-intel 1:2.99.917+916+g31486f40-1
xf86-video-nouveau 1.0.17-1
xfburn 0.6.2-1
xfce4-appfinder 4.16.1-1
xfce4-battery-plugin 1.1.4-1
xfce4-clipman-plugin 1.6.2-1
xfce4-cpufreq-plugin 1.2.5-1
xfce4-cpugraph-plugin 1.2.3-1
xfce4-dict 0.8.4-1
xfce4-diskperf-plugin 2.6.3-1
xfce4-docklike-plugin 0.2.0-1
xfce4-fsguard-plugin 1.1.2-1
xfce4-genmon-plugin 4.1.1-1
xfce4-mailwatch-plugin 1.3.0-1
xfce4-mount-plugin 1.1.5-1
xfce4-mpc-plugin 0.5.2-2
xfce4-netload-plugin 1.4.0-1
xfce4-notes-plugin 1.9.0-1
xfce4-notifyd 0.6.2-2
xfce4-panel 4.16.3-1
xfce4-power-manager 4.16.0-2
xfce4-pulseaudio-plugin 0.4.3-1.1
xfce4-screenshooter 1.9.8-1
xfce4-sensors-plugin 1.3.95-1
xfce4-session 4.16.0-1
xfce4-settings 4.16.1-1
xfce4-smartbookmark-plugin 0.5.2-1
xfce4-systemload-plugin 1.3.1-1
xfce4-taskmanager 1.4.2-1
xfce4-terminal 0.8.10-1
xfce4-time-out-plugin 1.1.2-1
xfce4-timer-plugin 1.7.1-1
xfce4-verve-plugin 2.0.1-1
xfce4-wavelan-plugin 0.6.2-1
xfce4-weather-plugin 0.11.0-1
xfce4-whiskermenu-plugin 2.5.3-1
xfce4-xkb-plugin 0.8.2-1
xfconf 4.16.0-1
xfdesktop 4.16.0-1
xfsprogs 5.11.0-2
xfwm4 4.16.1-1
xiccd 0.3.0-1
xorg-mkfontscale 1.2.1-2
xorg-server 1.20.11-1
xorg-twm 1.0.11-1
xorg-xinit 1.4.1-3
xorg-xkill 1.0.5-2
yelp 40.0-1
zensu 0.3-1
zsh 5.8-1

Well then there is a wrong configuration at your home folder. Maybe at ~/.config, but not sure.

Is there some kinda way to reset the xfce config? Or maybe a system update could fix the issue?

Just rename the folder to something else and relog. The necessary files should be recreated.