After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 72999 - session-properties-capplet not working/ported
session-properties-capplet not working/ported
Status: VERIFIED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session
1.5.x
Other All
: Immediate blocker
: 2.0.0
Assigned To: Session Maintainers
Session Maintainers
: 76642 (view as bug list)
Depends on: 74648
Blocks:
 
 
Reported: 2002-02-28 17:24 UTC by keelin.boyle
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description keelin.boyle 2002-02-28 17:24:12 UTC
Applications-> Preferences -> Advanced -> Gnome session properties

failing, missing session-properties-capplet.
Comment 1 jacob berkman 2002-02-28 17:51:55 UTC
the capplet doesn't look like it's been ported yet.
Comment 2 Luis Villa 2002-03-02 06:40:18 UTC
cc'ing lauris; not sure if this is jacob's problem or lauris's ATM.
Comment 3 Shane O'Connor 2002-03-05 15:25:15 UTC
Have noticed that it is possible to run the gnome session properties
application but not the session properties capplet.

If you select 'Applications ->Preferences ->Advanced ->Session
Properties' then the session properties app will run and allow a user
to view currently running processes

BUT 

if you select 'Applications ->Preferences ->Advanced ->Session
Properties & Startup Programs' then error messge is returned
indicating that the session-properties-capplet cannot be run.
Comment 4 jacob berkman 2002-03-05 16:03:24 UTC
this is because the capplet hasn't been ported.

it isn't being built, which is why it won't run.

if the .deskotp files have a TryExec then you should file a bug on the
panel or libgnomedesktop for not respecting that.
Comment 5 Shane O'Connor 2002-03-15 14:39:08 UTC
There is no menu option for the session properties application - it is
in ../gnome-2.0/bin but is not present in the
"Applications->Preferences->Advanced->" menu tree.
Comment 6 jacob berkman 2002-03-15 17:19:37 UTC
this is probably because there are 2 sysdir definitions in
gnome-sesion/gnome-sesion/Makefile.am (bug 74648)
Comment 7 Mark McLoughlin 2002-03-19 09:18:20 UTC
I have a patch from Lauris in my inbox, will review it today
Comment 8 Mark McLoughlin 2002-03-25 15:42:29 UTC
Just to clarify, Lauris and myself are bouncing back and forth a patch
he is working on to port the capplet to 2.0
Comment 9 jacob berkman 2002-03-27 16:53:04 UTC
*** Bug 76642 has been marked as a duplicate of this bug. ***
Comment 10 Luis Villa 2002-03-31 06:00:36 UTC
cc'ing jacob and jody, as they are now looking at capplet issues.
Comment 11 jacob berkman 2002-04-01 20:48:38 UTC
fixed in cvs:

2002-03-31  Lauris Kaplinski  <lauris@ximian.com>

	* startup-programs.c (startup_list_update_gui): Port to GtkTreeModel
	(is_blank): Made argument const to kill warning
	(startup_list_add_dialog): No need for clist argument at all
	(startup_list_edit_dialog): Remove GtkCList dependency
	(startup_list_delete): Ditto

	* session-names.c (session_list_update_gui): Port to GtkTreeModel
	(session_list_add_dialog): We do not need clist argument at all
	(session_list_delete): Remove GtkCList dependency
	(session_list_edit_dialog): Ditto

	* session-properties-capplet.h: Changed GUI method signatures to fit
	with GtkTreeView architecture

	* session-properties-capplet.c: Ported it to GtkTreeView, removed
	old libcapplet dependencies, ported to new session core. As almost all
	methods changed it does not make sense to list these here one-by-one

	* Makefile.am: Re-enabled session-properties-capplet
Comment 12 Yogeesh 2002-04-03 05:33:07 UTC
I tested with latest cvs(01-04-2002) on solaris, this bug is fixed.
Comment 13 Shane O'Connor 2002-04-05 17:43:10 UTC
I have test this on Solaris Beta3 and I think this was closed due to
confusion with the 'session-properties'

Session-properties is there and works fine but the
'session-properties-capplet' is still not present - presume not ported
yet - am going to reopen bug to track this issue.



Comment 14 jacob berkman 2002-04-05 19:32:43 UTC
no, it was really fixed.

there's now a sun-patches patch for it.
Comment 15 Shane O'Connor 2002-04-08 09:27:36 UTC
FYI, the fix for session-properties-capplet doesn't appear to have
made it into the beta3 build (for sun anyway).
Comment 16 jacob berkman 2002-04-08 17:13:19 UTC
when was beta3?
Comment 17 Shane O'Connor 2002-04-08 17:15:24 UTC
was put together over the last 2 weeks so session-properties could've
been grabbed anytime in the last 14 days.

Comment 18 keelin.boyle 2002-04-11 11:00:19 UTC
Verified the session-properties-capplet is present and does come up, 
using the CVS build from April 10th, on Solaris 8.
Comment 19 Shane O'Connor 2002-04-29 17:02:16 UTC
closing