Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-23-2014, 02:59 AM
|
#1
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Rep:
|
"No system tray detected on this system" error on MATE desktop after nvidia graphics upgrade.
Hi,
I use Slackware64 14.1 that I just upgrated from 14.0. Then, I upgraded the nvidia driver, before launching X. Apparently, all went well. Then, using KDM, I tried to connect to MATE as usual.
However, only the desktop background appeared, while I was greeted by a dialogue box saying "No system tray detected on this system, unable to start exiting" and get stuck here.
Then, I tried a KDE session which works fine, without issues.
What is the problem? I use MATE from the slackbuild along with KDM and it workers without problems till now.
Last edited by lensilvan; 07-24-2014 at 12:37 AM.
|
|
|
07-23-2014, 03:40 AM
|
#2
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
I found that this error is linked to hplip, for managing printing. I wasn't sure that I had it installed but then I saw it on the desktop pannel of my KDE session. The issue is the same as here http://askubuntu.com/questions/10182...t117723_101828 but since I use slackware, I wonder how can I fix it.
|
|
|
07-23-2014, 04:23 AM
|
#3
|
Senior Member
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052
|
Hello,
You can try :
1. to remove the directory ~/.hplip as stated in this post from this thread
2. To mimic the workaround given in the link you have posted, you can try to add a delay in/etc/xdg/autostart/hplip-systray.desktop. Edit this file, and change the line:
by :
Code:
Exec=/usr/bin/sleep 45 && hp-systray -x
Note:There's strictly no guarantee this will work.
3. if you don't need hplip, you can :
a. remove it :
b. disable it. For that, you need to rename the file /etc/xdg/autostart/hplip-systray.desktop, for instance :
Code:
$ mv /etc/xdg/autostart/hplip-systray.desktop /etc/xdg/autostart/hplip-systray.desktop.disabled
--
SeB
Last edited by phenixia2003; 07-23-2014 at 04:28 AM.
|
|
|
07-23-2014, 04:31 AM
|
#4
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
I removed hplib, whilst all the directories having been deleted by removepkg, I didn't have to do it.
However, after reboot, whilst the annoying dialogue box has disappeared, only the desktop background of MATE appears...
|
|
|
07-23-2014, 04:51 AM
|
#5
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,793
|
Which version of mate do you use?
|
|
|
07-23-2014, 04:55 AM
|
#6
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
Unfortunately, I don't know how to check the version...
|
|
|
07-23-2014, 05:02 AM
|
#7
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,793
|
Code:
ls /var/log/packages | grep mate-desktop
|
|
|
07-23-2014, 05:23 AM
|
#8
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
Fine, it is mate-desktop-1.6.1-x86_64-1_msb
|
|
|
07-23-2014, 06:49 AM
|
#9
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,793
|
Since you upgrade to 14.1, i would recommend you to upgrade to 1.8
Other solution if you want to keep using 1.6 is to rebuild mate from source so that it links to the correct libraries in your system
|
|
|
07-23-2014, 07:34 AM
|
#10
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
Then, I will install 1.8 from the slackbuild, but will this upgrade the old version (eliminating it) or keep it and cause conflict?
EDIT: I found upgrade.txt.
Last edited by lensilvan; 07-23-2014 at 08:03 AM.
|
|
|
07-23-2014, 09:17 AM
|
#11
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
From KDE, I tried to run caja and with the following reply:
caja: error while loading shared libraries: libxcb-util.so.0: cannot open shared object file: No such file or directory
Strangely, I miss some libraries, which may be the reason of the inability of MATE to work. I may use slackpkg reinstall slackware64 but I'm afraid this command will eliminate the multilib system in place.
Else, can I see all the missing libraries?
Last edited by lensilvan; 07-23-2014 at 10:15 AM.
|
|
|
07-23-2014, 01:01 PM
|
#12
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,793
|
Quote:
Originally Posted by lensilvan
Then, I will install 1.8 from the slackbuild, but will this upgrade the old version (eliminating it) or keep it and cause conflict?
EDIT: I found upgrade.txt.
|
Don't forget to remove some packages mentioned on upgrade.txt
|
|
|
07-23-2014, 01:04 PM
|
#13
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,793
|
Quote:
Originally Posted by lensilvan
From KDE, I tried to run caja and with the following reply:
caja: error while loading shared libraries: libxcb-util.so.0: cannot open shared object file: No such file or directory
Strangely, I miss some libraries, which may be the reason of the inability of MATE to work. I may use slackpkg reinstall slackware64 but I'm afraid this command will eliminate the multilib system in place.
Else, can I see all the missing libraries?
|
Just to be sure, did you upgrade to 14.1 or current?
When you upgrade to a newer version of Slackware, many libraries, including X-related gets upgraded as well and since MATE is built against a certain version of Slackware (14.0 in your case), some will not work properly under new version of Slackware (14.1) since it still linked to the old one. The solution will be upgrade your MATE or rebuilt MATE as i mentioned before
|
|
|
07-23-2014, 08:50 PM
|
#14
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,661
|
I have dealt with this HPLIP system tray message on a much simpler level when I'm using a desktop/window manager that lacks "system tray" capability.
It has nothing to do with functionality, only with eye-candy. I ignore it and it goes away.
|
|
|
07-24-2014, 12:36 AM
|
#15
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
Finally, I upgraded MATE and now everything works fine.
|
|
|
All times are GMT -5. The time now is 01:28 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|