You are not logged in.

#1 2009-03-31 17:31:44

syms
Member
Registered: 2008-12-25
Posts: 296

[Solved] nautilus-open-terminal no longer works in gnome 2.26

hi,
i updated to gnome 2.26. but now when i right click in nautilus i dont see open terminal here anymore. i have newest version of nautilus-open-terminal. also i would like to have old one volume control applet. thanks for you help smile

Last edited by syms (2009-04-07 11:59:34)

Offline

#2 2009-04-02 21:00:23

kperkins
Member
Registered: 2009-03-31
Posts: 11

Re: [Solved] nautilus-open-terminal no longer works in gnome 2.26

Build nautilus-open-terminal-svn with yaourt.  That works fine.  Uninstall the old one first.

Offline

#3 2009-04-02 21:19:00

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [Solved] nautilus-open-terminal no longer works in gnome 2.26

you have to patch it. i'm using patches from ubuntu.

# $Id: PKGBUILD,v 1.10 2008/10/21 22:45:02 BaSh Exp $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>

pkgname=nautilus-open-terminal
pkgver=0.9
pkgrel=3
pkgdesc="A nautilus plugin for opening terminals in arbitrary local paths"
arch=('i686' 'x86_64')
url="http://manny.cluecoder.org/packages/nautilus-open-terminal"
license=('GPL')
depends=('nautilus')
makedepends=('pkgconfig' 'intltool')
source=(ftp://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/${pkgname}-${pkgver}.tar.gz
        https://launchpad.net/ubuntu/jaunty/+source/nautilus-open-terminal/0.9-3ubuntu1/+files/nautilus-open-terminal_0.9-3ubuntu1.diff.gz)

md5sums=('576e6d727ce758d1ac1748960d6897d1'
         '287fc259b3c0dca17a3f60be2121759e')

options=('!libtool')

build() {
  cd "$srcdir/$pkgname-$pkgver"

  patch -Np1 -i ../nautilus-open-terminal_0.9-3ubuntu1.diff || return 1

  patch -Np1 -i debian/patches/gio-port.diff || return 1
  patch -Np1 -i debian/patches/no-werror.diff || return 1
  ./configure --prefix=/usr

  #fix non-standard directory
  sed -i 's|${prefix}/etc|/etc|' Makefile

  make || return 1
  make DESTDIR="$pkgdir" install
}

Last edited by wonder (2009-04-02 21:22:58)


Give what you have. To someone, it may be better than you dare to think.

Offline

#4 2009-04-07 11:59:13

syms
Member
Registered: 2008-12-25
Posts: 296

Re: [Solved] nautilus-open-terminal no longer works in gnome 2.26

wonder wrote:

you have to patch it. i'm using patches from ubuntu.

# $Id: PKGBUILD,v 1.10 2008/10/21 22:45:02 BaSh Exp $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>

pkgname=nautilus-open-terminal
pkgver=0.9
pkgrel=3
pkgdesc="A nautilus plugin for opening terminals in arbitrary local paths"
arch=('i686' 'x86_64')
url="http://manny.cluecoder.org/packages/nautilus-open-terminal"
license=('GPL')
depends=('nautilus')
makedepends=('pkgconfig' 'intltool')
source=(ftp://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/${pkgname}-${pkgver}.tar.gz
        https://launchpad.net/ubuntu/jaunty/+source/nautilus-open-terminal/0.9-3ubuntu1/+files/nautilus-open-terminal_0.9-3ubuntu1.diff.gz)

md5sums=('576e6d727ce758d1ac1748960d6897d1'
         '287fc259b3c0dca17a3f60be2121759e')

options=('!libtool')

build() {
  cd "$srcdir/$pkgname-$pkgver"

  patch -Np1 -i ../nautilus-open-terminal_0.9-3ubuntu1.diff || return 1

  patch -Np1 -i debian/patches/gio-port.diff || return 1
  patch -Np1 -i debian/patches/no-werror.diff || return 1
  ./configure --prefix=/usr

  #fix non-standard directory
  sed -i 's|${prefix}/etc|/etc|' Makefile

  make || return 1
  make DESTDIR="$pkgdir" install
}

thank you very much, your pkgbuild works perfect big_smile

Offline

#5 2009-04-07 12:21:21

el_cammello
Member
From: Italy
Registered: 2009-03-20
Posts: 70
Website

Re: [Solved] nautilus-open-terminal no longer works in gnome 2.26

thx big_smile


Sorry for my bad english :-)

Offline

Board footer

Powered by FluxBB