Page 1 of 2

(Solved) Caja in SalixOS 14.0 64bit - Xfce

Posted: 6. Jul 2013, 23:37
by loukingjr
I installed Caja from the Mate repos just because I like it and some cosmetic reasons. My issue is, when I launch it using caja --no-desktop it opens 6 copies of itself. Any one know why or how to fix it?

thanks

Re: Caja in SalixOS 14.0 64bit - Xfce

Posted: 7. Jul 2013, 05:30
by sqlpython
Adding --sync to caja.desktop could solve this problem
Or
-n
as in

Code: Select all

[Desktop Entry]
Name=Desktop
Exec=caja -n
Icon=user-desktop
Terminal=false
Type=Application
StartupNotify=false
NoDisplay=true
OnlyShowIn=MATE;
X-MATE-Bugzilla-Bugzilla=MATE
X-MATE-Bugzilla-Product=caja
X-MATE-Bugzilla-Component=general
X-MATE-Bugzilla-Version=1.5.2
X-MATE-Autostart-Phase=Desktop
X-MATE-Autostart-Notify=true
X-MATE-AutoRestart=true
X-MATE-Provides=filemanager

Re: Caja in SalixOS 14.0 64bit - Xfce

Posted: 7. Jul 2013, 07:47
by loukingjr
thanks. the problem seems to be that when Caja is installed it creates more than one .desktop file and although I had the one with --no-desktop visible it seems SalixOS/Slackware was also seeing the others and going into a loop. I deleted all but one .desktop file and now it's fine.

Re: Caja in SalixOS 14.0 64bit - Xfce

Posted: 7. Jul 2013, 19:12
by witek
loukingjr wrote:thanks. the problem seems to be that when Caja is installed it creates more than one .desktop file and although I had the one with --no-desktop visible it seems SalixOS/Slackware was also seeing the others and going into a loop. I deleted all but one .desktop file and now it's fine.
Where are those files? I experience the problem with multiple caja instances but cannot find those files.

Re: Caja in SalixOS 14.0 64bit - Xfce

Posted: 7. Jul 2013, 19:59
by loukingjr
witek wrote:
loukingjr wrote:thanks. the problem seems to be that when Caja is installed it creates more than one .desktop file and although I had the one with --no-desktop visible it seems SalixOS/Slackware was also seeing the others and going into a loop. I deleted all but one .desktop file and now it's fine.
Where are those files? I experience the problem with multiple caja instances but cannot find those files.
they are in /user/share/applications. they are named "File Manager" but, so is Thunar so you have to check which are which.

Re: Caja in SalixOS 14.0 64bit - Xfce

Posted: 8. Jul 2013, 11:11
by witek
loukingjr wrote:they are in /user/share/applications. they are named "File Manager" but, so is Thunar so you have to check which are which.
You mean /usr/share/applications? Could you please give me the exact path to such a file with its filename? I cannot locate where you described.

Re: Caja in SalixOS 14.0 64bit - Xfce

Posted: 8. Jul 2013, 12:58
by loukingjr
witek wrote:
loukingjr wrote:they are in /user/share/applications. they are named "File Manager" but, so is Thunar so you have to check which are which.
You mean /usr/share/applications? Could you please give me the exact path to such a file with its filename? I cannot locate where you described.
sorry yes, /usr/share/applications as I said the file names are "File Manager" and there will be a few. You need to open each one with an editor to see which are for Caja and which are for Thunar. Look for the copy that has the line that starts Exec=caja --no-desktop and comment out the line that says OnlyShowInMate. You can delete the other File Manager .desktop files that are for Caja.

Re: Caja in SalixOS 14.0 64bit - Xfce

Posted: 8. Jul 2013, 13:26
by witek
Strange, as I don`t have this files.

Re: Caja in SalixOS 14.0 64bit - Xfce

Posted: 8. Jul 2013, 13:29
by loukingjr
witek wrote:Strange, as I don`t have this files.
you did say you have Caja installed yes? In the XFCE version of Salix?

Re: (Solved) Caja in SalixOS 14.0 64bit - Xfce

Posted: 8. Jul 2013, 14:56
by witek
Yes, in xfce version. I have also Mate installed but I use Xfce and caja instead of thunar.