Thanks !

You are right, basically one has to change:

~/.gnome2/gedit/plugins to ~/.local/share/gedit/plugins/

as the path to install the plugin and the corresponding library

The result should look something like:

 ls .local/share/gedit/plugins/
libvtg.so  vtg.plugin

Then gedit-3.x recognises the plugin.

Serge.





On Thu, Aug 11, 2011 at 4:41 PM, bsquared <bwcod...@gmail.com> wrote:

> On Wed, Aug 10, 2011 at 10:36 PM, Serge Hulne <serge.hu...@gmail.com>
> wrote:
> > ---------- Forwarded message ----------
> > From: Serge Hulne <serge.hu...@gmail.com>
> > Date: Wed, Aug 10, 2011 at 10:30 PM
> > Subject: Re: Problem installing vtg under Debian Sid
> > To: Andrea Del Signore <seje...@tin.it>
> >
> >
> > Thanks !
> >
> > I have installed the 0.12 version.
> >
> > vtg compiles, but does not show up in the list of available plugins for
> > gedit though, although I have installed vtg as follows:
> >
> > mkdir -p ~/.gnome2/gedit/plugins/vtg
> >
> > cp -r images ~/.gnome2/gedit/plugins/vtg/
> >
> > mkdir ~/.gnome2/gedit/plugins/vtg/ui
> >
> > cp ui/vtg.ui ~/.gnome2/gedit/plugins/vtg/ui/
> >
> > cp vtg/vtg.gedit-plugin ~/.gnome2/gedit/plugins/
> >
> > cp vtg/.libs/libvtg.so ~/.gnome2/gedit/plugins/
> >
> >
> > (with the only difference that there is no  vtg/vtg.gedit-plugin, but a
>  vtg
> > /vtg.plugin in the source).
> >
> > The version of gedit is 3.0.6 .
> >
> > Serge.
> >
> >
> >
> > On Wed, Aug 10, 2011 at 9:33 PM, Andrea Del Signore <seje...@tin.it>
> wrote:
> >
> >> On Wed, 2011-08-10 at 21:29 +0200, Serge Hulne wrote:
> >> > When attempting to install vtg under Debian Sid , I get the following
> >> > error message:
> >> >
> >> > afrodite library dependencies not met:
> >> >     libvala-0.12 >= 0.11.0: not found
> >>
> >> That's expected you have installed libvala-0.14 (the unstable vala
> >> branch) and vala-toys still requires vala 0.12.
> >>
> >> > Is there a way around this ?
> >>
> >> You have to install vala 0.12 from the unstable debian repository
> >>
> >> >
> >> > PS: I have tried the latest version of vtg from the repository with
> >> > the same result.
> >> >
> >> > Serge.
> >> >
> >>
> >> HTH,
> >> Andrea
> >>
> >>
> >>
> >
> > _______________________________________________
> > vala-list mailing list
> > vala-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/vala-list
> >
> >
>
> I posted a comment on http://code.google.com/p/vtg/wiki/Compile
> regarding compiling and installing with latest vala. However the
> install instructions may be different for you.  I think the
> instructions on this page are correct for gedit 2.x.  I got the
> information about install paths for gedit 3.x from
> http://live.gnome.org/Vala/Gedit3PluginSample
>
> --
> Regards,
> -Brian
>
_______________________________________________
vala-list mailing list
vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to