Skip site navigation (1)Skip section navigation (2)
Date:      24 Aug 2002 11:30:41 +0200
From:      Franz Klammer <klammer@webonaut.com>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        gnome@freebsd.org
Subject:   Re: metacity-2.4.0
Message-ID:  <1030181441.788.66.camel@ncc-1701.webonaut.com>
In-Reply-To: <1030137881.320.109.camel@gyros.marcuscom.com>
References:  <1030137713.49160.127.camel@ncc-1701.webonaut.com>  <1030137881.320.109.camel@gyros.marcuscom.com>

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

--=-eWux7rwGn2eXEiJifyH8
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Joe,

have you seen the two new patches i add to the port
i send you?

metacity have changed the path of the themes from=20
${X11BASE}/share/gnome/metacity/themes/* to=20
${X11BASE}/share/gnome/themes/*/metacity-1=20
(the same in the homedir: ~/.themes/*/metacity-1)=20

the patches put them back to=20
${X11BASE}/share/gnome/metacity/themes/*/metacity-1=20
~/.metacity/themes/*/metacity-1

my "problems":
* metacity-setup=B9) searchs on the old places for themes.
+ only for one port a new theme-dir? - or will */(.)themes/<package>
  the new gnome-standard?
* my ~-theme cannot be found.=B2)


franz.=20

=B9) 0.6.1 is out there too
=B2) also the theme-format has been changed.=20
   i had add one line on my local theme:
   <window type=3D"border" style_set=3D"normal"/>
   wich is not realy accurate but it works.
   and i had to moved the theme into one subdir more: metacity-1

Am Fr, 2002-08-23 um 23.24 schrieb Joe Marcus Clarke:=20
> On Fri, 2002-08-23 at 17:21, Franz Klammer wrote:
> > metacity-2.4.0 is out. because i like it to
> > hold my pc up-to-date i made, just for fun,
> > my own port.
> > as the maintainer/committers are members of=20
> > this list and i'm not shure that i don't made
> > any mistakes i send it to the list.
> > i hope you can use my work.
>=20
> Thanks for the heads up.  I'm working on the latest round of GNOME 2
> updates.  Franz, when submitting changes to existing ports, can you
> submit diffs?  They are much easier to work with.  Thanks.
>=20
> Joe
>=20

--=20
WEBONAUT.com
http://webonaut.com
mailto:klammer@webonaut.com

--=-eWux7rwGn2eXEiJifyH8
Content-Disposition: attachment; filename="patch-src::theme-parser.c"
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-c; name="patch-src::theme-parser.c"; charset=ISO-8859-1

--- src/theme-parser.c.orig	Wed Jul 24 20:26:04 2002
+++ src/theme-parser.c	Mon Aug 19 01:13:20 2002
@@ -4238,7 +4238,7 @@
   if (text =3D=3D NULL)
     {
       theme_dir =3D g_build_filename (g_get_home_dir (),
-                                    ".themes",
+                                    ".metacity/themes",
                                     theme_name,
                                     THEME_SUBDIR,
                                     NULL);
@@ -4265,7 +4265,7 @@
   if (text =3D=3D NULL)
     {
       theme_dir =3D g_build_filename (METACITY_DATADIR,
-                                    "themes",
+                                    "metacity/themes",
                                     theme_name,
                                     THEME_SUBDIR,
                                     NULL);

--=-eWux7rwGn2eXEiJifyH8
Content-Disposition: attachment; filename="patch-src::themes::Makefiles.in"
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-makefile; name="patch-src::themes::Makefiles.in";
	charset=ISO-8859-1

--- src/themes/Makefile.in.orig	Sun Aug 18 23:51:07 2002
+++ src/themes/Makefile.in	Sun Aug 18 23:51:40 2002
@@ -120,8 +120,8 @@
 	Metabox
=20
=20
-THEME_DIR =3D $(datadir)/themes
-THEME_SUBDIR =3D metacity-1
+THEME_DIR =3D $(datadir)/metacity/themes
+THEME_SUBDIR =3D metacity-1
 mkinstalldirs =3D $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER =3D ../../config.h
 CONFIG_CLEAN_FILES =3D=20

--=-eWux7rwGn2eXEiJifyH8--


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




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