LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-08-2021, 11:56 AM   #1
burdi01
Member
 
Registered: Dec 2010
Location: The Netherlands
Distribution: Slackware Current64, PartedMagic, Xubuntu
Posts: 465

Rep: Reputation: 114Reputation: 114
Mate 1.26


Slackware Current64 XFCE with MATE:Caja and friends.

With mate 1.26 from http://slackware.uk/msb/current/1.26/x86_64/ I see a *LOT* of these messages:
Code:
** caja(nnnn): CRITICAL **: hh:mm:ss:sss: caja_bookmark_get_location: assertion 'CAJA_IS_BOOKMARK (bookmark)' failed
caja(nnnn): GLIB-GIO-CRITICAL **: hh:mm:ss:sss: g_file_get_url: assertion 'G_IS_FILE (file)' failed
caja(nnnn): GLIB-GObject-CRITICAL **: hh:mm:ss:sss: g_object-unref: assertion 'G_IS_OBJECT (object)' failed
I am not absolutely sure these failed assertions are harmless, but before diving deeper I would like to know whether or not I am the only one seeing them.

Last edited by burdi01; 08-08-2021 at 11:58 AM.
 
Old 08-08-2021, 12:45 PM   #2
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,071

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I'm on the MATE desktop and a fully upgraded -current (MATE-1.26 included).
I rarely use caja, but when running caja from terminal I get no messages/assertions whatsoever.
 
Old 08-08-2021, 03:23 PM   #3
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,684

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
I also upgraded to mate-1.26 on an up to date -current and I am not seeing any errors like that on my system. I didn't use the binaries I built the packages from source. It is still pretty brand new though, I just installed the packages yesterday. I am also experimenting with compiz-0.9.14.1 instead of the compiz-0.8 branch.

Last edited by Daedra; 08-08-2021 at 03:29 PM.
 
Old 08-08-2021, 10:09 PM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
I'm having issue with MATE 1.26 with power management. When my monitor is idle, it stays showing blank screen, but everything else works fine. I don't know if anyone else having this issue as well
 
Old 08-09-2021, 12:45 AM   #5
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Building my own and running it all day. I haven't had any problems. Only thing is that I don't have any reboot/shutdown options for some reason.
 
Old 08-09-2021, 03:22 AM   #6
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,071

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by willysr View Post
I'm having issue with MATE 1.26 with power management. When my monitor is idle, it stays showing blank screen, but everything else works fine. I don't know if anyone else having this issue as well
Don't know if it's related, but after upgrading the MATE packages I encountered a locked screen after the screensaver had kicked in. Turned out that XFCEs power manager (and the hplip systray application) had been reactivated in MATE's startup applications preferences and apparently it takes precedence over the MATE power manager. Unchecked it, back to normal behaviour.
 
Old 08-09-2021, 03:29 AM   #7
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by kgha View Post
Don't know if it's related, but after upgrading the MATE packages I encountered a locked screen after the screensaver had kicked in. Turned out that XFCEs power manager (and the hplip systray application) had been reactivated in MATE's startup applications preferences and apparently it takes precedence over the MATE power manager. Unchecked it, back to normal behaviour.
Probably why I didn't have this issue. I remove Xfce after installing MATE/Cinnamon/whatever, and don't even install KDE. I keep HPLIP stock though.
 
Old 08-09-2021, 05:08 AM   #8
burdi01
Member
 
Registered: Dec 2010
Location: The Netherlands
Distribution: Slackware Current64, PartedMagic, Xubuntu
Posts: 465

Original Poster
Rep: Reputation: 114Reputation: 114
Some more details:

The assertion messages this issue is about are given for each opening of a directory.

I boot my Slackware instances in level 3. After logging in I issue a "startx" command. The XFCE session is configured to come up with a caja and an xfce4-terminal window. After doing some work in caja I log out of the XFCE session. Back on the level 3 screen I then see a lot of messages. I know the messages I thus see with mate 1.24 are harmless because I have seen them for years while not experiencing any abnormalities. The assertion messages however are new with mate 1.26.

With the following test I can see the assertions in an xterm:
-- In the xterm verify that all caja instances are closed;
-- Issue a "caja" command;
-- In caja open a directory by double clicking on it: the assertion messages appear in the xterm;
-- Close the caja window.

Code:
burdi01@riposo:~/works$ ps -ef | grep -i caja
burdi01   3998  3854  0 10:42 pts/1    00:00:00 grep -i caja
burdi01@riposo:~/works$ caja &
[1] 4003
burdi01@riposo:~/works$ 
** (caja:4003): CRITICAL **: 10:43:34.579: caja_bookmark_get_location: assertion 'CAJA_IS_BOOKMARK (bookmark)' failed

(caja:4003): GLib-GIO-CRITICAL **: 10:43:34.579: g_file_get_uri: assertion 'G_IS_FILE (file)' failed

(caja:4003): GLib-GObject-CRITICAL **: 10:43:34.579: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

[1]+  Done                    caja
burdi01@riposo:~/works$
This test gives the same results for a non-root user as well as root.

I run XFCE for historical reasons, but I run caja because thunar does not support opening subdirectories in the same window.

Last edited by burdi01; 08-09-2021 at 07:14 AM.
 
Old 08-09-2021, 06:55 AM   #9
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by kgha View Post
Don't know if it's related, but after upgrading the MATE packages I encountered a locked screen after the screensaver had kicked in. Turned out that XFCEs power manager (and the hplip systray application) had been reactivated in MATE's startup applications preferences and apparently it takes precedence over the MATE power manager. Unchecked it, back to normal behaviour.
thanks, i will test this later
 
Old 08-09-2021, 11:33 AM   #10
burdi01
Member
 
Registered: Dec 2010
Location: The Netherlands
Distribution: Slackware Current64, PartedMagic, Xubuntu
Posts: 465

Original Poster
Rep: Reputation: 114Reputation: 114
To dig deeper I downloaded and installed Alien's latest mate ISO (https://slackware.uk/people/alien-slacklive/latest/). As expected its mate 1.24 did not give the assertion messages.
I then applied my 12 1.26 packages: the assertion messages still occurred.
I then downloaded and applied all 52 mate 1.26 packages: the assertion messages no longer occur.
Researching ...

Last edited by burdi01; 08-09-2021 at 11:34 AM.
 
Old 08-09-2021, 04:02 PM   #11
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Am I missing something though? The mate-desktop.org site still only shows 1.24 as the most current.
 
Old 08-09-2021, 04:20 PM   #12
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by Jeebizz View Post
Am I missing something though? The mate-desktop.org site still only shows 1.24 as the most current.
They just haven't announced yet. Probably testing still.
 
Old 08-09-2021, 04:24 PM   #13
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by Skaendo View Post
They just haven't announced yet. Probably testing still.
Ah ok.
 
Old 08-09-2021, 07:53 PM   #14
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
So I fixed my issue. Needed to take out consolekit stuff and add elogind stuff.

I might just make MATE my daily driver.
 
Old 08-10-2021, 01:21 AM   #15
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
polkit woes

I tried to launch gparted from the menu with no results, so i tried from a terminal and got:
Code:
bash-5.1$ gparted
Error executing command as another user: Not authorized
then with pkexec:
Code:
bash-5.1$ pkexec gparted
==== AUTHENTICATING FOR org.gnome.gparted ====
Authentication is required to run the GParted Partition Editor as root
Authenticating as: root
Password: 
polkit-agent-helper-1: error response to PolicyKit daemon: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie
==== AUTHENTICATION FAILED ====
Error executing command as another user: Not authorized
Anyone know how to fix this? I'm pretty sure that it has to do with mate-polkit. Just not sure why. My own build ends up the exact same as Willy's with all the same files going in all the same places.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Ubuntu MATE 15.04 Arrives With MATE Desktop 1.8.2 and MATE Tweak LXer Syndicated Linux News 0 05-15-2015 09:30 AM
LXer: Ubuntu MATE 14.10 PPA Updated, Includes MATE 1.8, User Intervention Required LXer Syndicated Linux News 0 03-20-2015 08:10 AM
[SOLVED] anyone else having update problems with Mint15 Mate & 16 Cinnamon or mate RC 1sweetwater! Linux Mint 2 08-05-2014 06:42 PM
[SOLVED] Mate switched to cinnamon wthout permission mint-13-mate littlejoe5 Linux Mint 7 05-08-2014 10:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration