! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
no way to set options for components in xfce4-session.rc
Status:
RESOLVED: INVALID
Product:
Xfce4-session
Component:
General

Comments

Description mpol 2004-12-26 01:29:07 CET
In the configfile for xfce4-session; xfce4-session.rc it's not possible to start
xfwm without compositor.
I tried changing:
Client0_Command=xfwm4
into
Client0_Command=xfwm4 --compositor=no
or
Client0_Command="xfwm4 --compositor=no"

But in both cases xfwm refused to start.
Comment 1 Brian J. Tarricone (not reading bugmail) 2004-12-30 01:14:39 CET
perhaps that's because the correct option is --compositor=off?
Comment 2 Olivier Fourdan editbugs 2005-01-01 22:32:29 CET
"xfwm4 --help" gives

xfwm4 [--sm-client-id=ID] [--display=DISPLAY] [--compositor=off|on|auto]
[--daemon] [--version|-V] [--help|-H]

off  = no compositor
auto = X server embedded compositor (no shadow, just transparency)
on   = Xfwm4 compositor

Comment 3 mpol 2005-01-18 14:51:51 CET
Thanks, I didn't catch that. I went along with the COMPOSITOR document in xfwm4,
which lists --compositor=no as the right option. I guess that's all that needs
to be fixed then.
Comment 4 Olivier Fourdan editbugs 2005-01-18 19:44:28 CET
Doc updated, resolving.
Comment 5 mpol 2005-01-27 13:32:32 CET
I'd like to reopen this bug, and now for xfce-session. I still have the initial
problem, even though I thought all was fine.
In Mandrake bugzilla it's listed under:
http://qa.mandrakesoft.com/show_bug.cgi?id=13256

The problem seems to be that Client0_Command in xfce4-session.rc gets set
through the shell. The first time I ran it, I got an error like:
env: xfwm4 --compositor=off  no such file or directory.
I tried with quotes and without, with different options, to no avail. The xfwm4
process doesn't get started, all other processes are. 
When opening a terminal on the desktop, I can run xfwm4, with and without
options, all with correct behaviour.
I will attach 2 different .xsession-errors files.
Comment 6 mpol 2005-01-27 13:34:53 CET
Created attachment 173 
.xsession-errors with: xfwm4 --compositor=off
Comment 7 mpol 2005-01-27 13:35:57 CET
Created attachment 174 
.xsession-errors with: "xfwm4 --daemon --compositor=off"
Comment 8 Benedikt Meurer editbugs 2005-02-01 16:17:41 CET
The Client_Command settings are comma separated arrays, e.g.
'xfwm4,--compositor=off'.

Bug #611

Reported by:
mpol
Reported on: 2004-12-26
Last modified on: 2009-07-14

People

Assignee:
Olivier Fourdan
CC List:
0 users

Version

Attachments

Additional information