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.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb

Attachment: pgpe5gKIWIhKI.pgp
Description: Digitale PGP-Signatur

Reply via email to