Bug#771587: caja hardly startable outside MATE desktop environment

Mike Gabriel mike.gabriel at das-netzwerkteam.de
Wed Jan 21 11:44:03 UTC 2015


On  So 30 Nov 2014 22:45:44 CET, Mike Gabriel wrote:

> Package: caja
> Severity: important
>
> When launching caja via cmdline in a terminal or via the application  
> menu outside a MATE desktop environment, caja will always launch the  
> MATE desktop (background + icons + context menu).
>
> My expectation is to only launch the file browser window of caja.
>
> Suggestion: Provide caja and caja-deskop in /usr/bin and move caja  
> to ${libexec} dir. The files caja and caja-desktop are simple  
> wrappers for caja using the correct options with caja to lauch the  
> file browser and/or the desktop manager.
>
> How to reproduce: use i3, xmonad, or awesome as desktop shell and  
> run caja from a terminal.
>
> Greets,
> Mike

Something like

"""
if (g_getenv ("DESKTOP_SESSION") != "mate") { no_desktop = TRUE ; }
"""

and

"""
if (g_getenv ("XDG_CURRENT_DESKTOP") != "MATE") { no_desktop = TRUE ; }
"""

Has to be added to caja-applications.c.

Stefano is taking care of this.

Mike

-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digitale PGP-Signatur
URL: <http://lists.alioth.debian.org/pipermail/pkg-mate-team/attachments/20150121/0a771e6b/attachment-0003.sig>


More information about the pkg-mate-team mailing list