Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2000 16:31:30 +0200 (CEST)
From:      stijn@win.tue.nl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19242: Sawfish control panel applet fixes
Message-ID:  <20000613143130.1621418BB@pcwin002.win.tue.nl>

next in thread | raw e-mail | index | archive | help

>Number:         19242
>Category:       ports
>Synopsis:       Sawfish control panel applet fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 13 07:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Stijn Hoop
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Technical University of Eindhoven
>Environment:

FreeBSD 5.0-CURRENT #6: Mon Jun  5 17:06:37 CEST 2000

>Description:

The sawfish window manager (x11-wm/sawfish) installs a Gnome control applet
by default. This applet is installed into /usr/X11R6/share/control-center
however this should be /usr/X11R6/share/gnome/control-center in FreeBSD
(Gnome 1.2.0). The capplet doesn't work otherwise.

Also the images that go with the capplet are installed into
/usr/X11R6/share/pixmaps, which should be /usr/X11R6/share/gnome/pixmaps.

>How-To-Repeat:

cd /usr/ports/x11-wm/sawfish && make install
ls -l /usr/X11R6/share/control-center
ls -l /usr/X11R6/share/pixmaps

or try to configure sawfish through the Gnome settings menu.

>Fix:

Add the attached patches/patch-ae, apply the attached PLIST.diff to pkg/PLIST
and reinstall.

>Release-Note:
>Audit-Trail:
>Unformatted:
 >>>>>>>>>> patches/patch-ae
 
 --- capplet/Makefile.in.orig	Wed Apr 26 21:12:29 2000
 +++ capplet/Makefile.in	Tue Jun 13 16:02:14 2000
 @@ -29,9 +29,9 @@
  override CFLAGS += $(GNOME_CC_CFLAGS)
  override LIBS += $(GNOME_CC_LIBS)
  
 -G_CC_DIR = $(GNOMEDIR)/share/control-center
 +G_CC_DIR = $(GNOMEDIR)/share/gnome/control-center
  G_MENU_DIR = $(GNOMEDIR)/share/gnome/apps/Settings
 -G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps
 +G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps
  
  all : sawfish-capplet
  
 >>>>>>>>>> PLIST.diff
 
 --- PLIST.orig	Tue Jun 13 13:30:15 2000
 +++ PLIST	Tue Jun 13 16:09:03 2000
 @@ -38,17 +38,17 @@
  share/locale/pt_PT/LC_MESSAGES/sawfish.mo
  share/locale/sv/LC_MESSAGES/sawfish.mo
  share/locale/tr/LC_MESSAGES/sawfish.mo
 -share/control-center/Sawfish/.directory
 -share/control-center/Sawfish/appearance-properties.desktop
 -share/control-center/Sawfish/bindings-properties.desktop
 -share/control-center/Sawfish/focus-properties.desktop
 -share/control-center/Sawfish/match-properties.desktop
 -share/control-center/Sawfish/maximize-properties.desktop
 -share/control-center/Sawfish/misc-properties.desktop
 -share/control-center/Sawfish/move-properties.desktop
 -share/control-center/Sawfish/placement-properties.desktop
 -share/control-center/Sawfish/sound-properties.desktop
 -share/control-center/Sawfish/workspace-properties.desktop
 +share/gnome/control-center/Sawfish/.directory
 +share/gnome/control-center/Sawfish/appearance-properties.desktop
 +share/gnome/control-center/Sawfish/bindings-properties.desktop
 +share/gnome/control-center/Sawfish/focus-properties.desktop
 +share/gnome/control-center/Sawfish/match-properties.desktop
 +share/gnome/control-center/Sawfish/maximize-properties.desktop
 +share/gnome/control-center/Sawfish/misc-properties.desktop
 +share/gnome/control-center/Sawfish/move-properties.desktop
 +share/gnome/control-center/Sawfish/placement-properties.desktop
 +share/gnome/control-center/Sawfish/sound-properties.desktop
 +share/gnome/control-center/Sawfish/workspace-properties.desktop
  share/gnome/apps/Settings/Sawfish/.directory
  share/gnome/apps/Settings/Sawfish/appearance-properties.desktop
  share/gnome/apps/Settings/Sawfish/bindings-properties.desktop
 @@ -61,18 +61,18 @@
  share/gnome/apps/Settings/Sawfish/sound-properties.desktop
  share/gnome/apps/Settings/Sawfish/workspace-properties.desktop
  share/gnome/wm-properties/Sawfish.desktop
 -share/pixmaps/sawfish-appearance.png
 -share/pixmaps/sawfish-edgeflip.png
 -share/pixmaps/sawfish-focus.png
 -share/pixmaps/sawfish-logo.png
 -share/pixmaps/sawfish-matched.png
 -share/pixmaps/sawfish-minmax.png
 -share/pixmaps/sawfish-misc.png
 -share/pixmaps/sawfish-moveresize.png
 -share/pixmaps/sawfish-placement.png
 -share/pixmaps/sawfish-shortcuts.png
 -share/pixmaps/sawfish-tooltips.png
 -share/pixmaps/sawfish-workspaces.png
 +share/gnome/pixmaps/sawfish-appearance.png
 +share/gnome/pixmaps/sawfish-edgeflip.png
 +share/gnome/pixmaps/sawfish-focus.png
 +share/gnome/pixmaps/sawfish-logo.png
 +share/gnome/pixmaps/sawfish-matched.png
 +share/gnome/pixmaps/sawfish-minmax.png
 +share/gnome/pixmaps/sawfish-misc.png
 +share/gnome/pixmaps/sawfish-moveresize.png
 +share/gnome/pixmaps/sawfish-placement.png
 +share/gnome/pixmaps/sawfish-shortcuts.png
 +share/gnome/pixmaps/sawfish-tooltips.png
 +share/gnome/pixmaps/sawfish-workspaces.png
  share/sawfish/%%VERSION%%/lisp/3d-hack.jl
  share/sawfish/%%VERSION%%/lisp/3d-hack.jlc
  share/sawfish/%%VERSION%%/lisp/anim-outline.jl
 @@ -383,7 +383,7 @@
  @dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%
  @dirrm libexec/sawfish/%%VERSION%%
  @dirrm libexec/sawfish
 -@dirrm share/control-center/Sawfish
 +@dirrm share/gnome/control-center/Sawfish
  @dirrm share/gnome/apps/Settings/Sawfish
  @dirrm share/sawfish/%%VERSION%%/lisp
  @dirrm share/sawfish/%%VERSION%%/sounds
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000613143130.1621418BB>