[SOLVED] Home Directory Won't launch from Cairo Dock Debian 9
DebianThis forum is for the discussion of Debian 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.
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.
Home Directory Won't launch from Cairo Dock Debian 9
For some reason the directories in the /home directory won't launch from the Cairo Dock on my Debian 9 machine. Looking through the panel I didn't see any plug in's for the /home directory.
When I click on the /home directory icon it launches a window to choose from a list of directories. However when I click on the directory I want it doesn't launch.
I checked in the Glx Dock/Cairo Dock Forum but didn't find anything that fits this issue.
The only thing about strace is you can['t attach it to a running process. You have to launch the process with strace. But it works really well.
Thanks for chiming in AwesomeMachine.
I've been reading up on how to use Strace and I'm not getting the kind of readout I need for errors because I haven't found 'cairo' in the output of ps aux yet. For now I'm playing with strace on my Slack box.
So far I've tried:
Code:
sudo strace -p <pid number>
and I'm looking at
strace -d df -h
While looking at the output of ps aux I'm trying to figure out which pid is associated with cairo dock.
I'm guessing cairo would show:-
With my Voyager Linux (Xubuntu) install it uses plank which is similar to cairo dock so I'm going to have to install either Debian or Ubuntu in VBox and see if cairo dock is actually listed.
Do you think the cairo-dock-xfce-integration-plug-in will help?
In my testing, the gnome plugin seems to work for me with Mate. The Xfce plugin didn't (it does an explicit check for XFCE).
I speculate that there are certain things that may not work right because in the source to the plugin it refers to some gnome or cinnamon specific functionality. In practice, it seems to be working fine.
In my testing, the gnome plugin seems to work for me with Mate. The Xfce plugin didn't (it does an explicit check for XFCE).
I speculate that there are certain things that may not work right because in the source to the plugin it refers to some gnome or cinnamon specific functionality. In practice, it seems to be working fine.
Thanks Myk267:-
I'll check and see if the gnome-integration-plug-in is installed or not.
Can't boot up that machine right now but when I can I'll let you know what's going on.
Running strace with the -p option in VBox with Ubuntu gives me this:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.