Hey,
The question is simple:
Lets use the browser view of nautilus in the next fedora release.
Motivation:
A new window for each folder that i open is so painful!!
1. My taskbar fills up in notime each time i open a new folder
2. New features of nautilus: tabbed browsing! completely useless if
your not using the browser mode
3. Tabbed browsing (files/folders or web) is "hot" these days
4. It feels so.. old (windows 95? 3.11?)
just to name a few
Cross posted to the devel list because it's for the next fedora
version (currently in development thus the devel list)
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=477052 (wow! i
couldn't find an existing one for this! made one myself)
So, lets vote:
+1 from me
I hope this can be done for Fedora 11 (it's just changing one gconf value).
All vote plz
Mark.
On Mon, 2008-12-29 at 13:11 +0100, Nicolas Mailhot wrote:
> Jesse,
>
> Ultimately, I do not like the "going through FPC, FESCO or rpm.org
> upstream is too much work, just change your package because I say so,
> I don't care to explain myself" process. It's showing contempt to the
> other contributors that play by the rules.
>
> Please do not force me to send this to fedora-devel. I won't resist
> posting unpleasant truths publicly forever if the public intimidation
> campaign continues.
>
Given that everything on this thread I've posted, I've done to a public
list, I'm not sure what revealing you can do.
--
Jesse Keating
Fedora -- Freedom² is a feature!
identi.ca: http://identi.ca/jkeating
Is there a way to reopen an existing bug in Bugzilla? The following bug got
fixed in F9 but apparently the patch got dropped in the new udev versions
in F10 so the problem is back again:
Cd tray is closed automatically after ejecting
https://bugzilla.redhat.com/show_bug.cgi?id=453095
Regards,
Dennis
Hello,
after long time I had found some time to update some packages.
But the cvs uopdate will fail with:
Permission denied (publickey).
cvs [update aborted]: end of file from server (consult above messages if
any)
Can someone please help?
Hello Michel,
please next time when you are updating this package before committing
to any branch please build the packages that requires it.
g-wrap and friends are heavily broken !!!!!!!!!!!!!!!!!!!!!!!!!!
gwave (requiring guile-gnome-platform) is broken on rawhide because
that. Unfortunately I'm going on vacation as from tomorrow, I can't
build it any more until I get back (11 january) if you can fix gwave
and ensure that it is not crashing please do update gwave for me. On
gwave package review, i have entailed a testing procedure.
Just FYI,
all these g-wrap and friends keep on exchanging files between the
upstream source packages. The lastest source versions of all the
dependencies are NEVER compatible between them, thereby all packages
requiring them are broken. As maintainers we have to track the best
latest compatible set.
Before updating please ensure that you are not asking for 4 months of
hard work in the future. I have a long todo list for FEL pending
before F-11.
Chitlesh
---------- Forwarded message ----------
From: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Fri, Dec 26, 2008 at 6:49 PM
Subject: rpms/g-wrap/devel .cvsignore, 1.7, 1.8 g-wrap.spec, 1.47,
1.48 sources, 1.8, 1.9
To: cvsextras(a)fedoraproject.org, g-wrap-owner(a)fedoraproject.org
Author: salimma
Update of /cvs/pkgs/rpms/g-wrap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6281
Modified Files:
.cvsignore g-wrap.spec sources
Log Message:
* Fri Dec 26 2008 Michel Salim <salimma(a)fedoraproject.org> - 1.9.11-1
- Update to 1.9.11
- Use system libffi (bug #433083)
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/g-wrap/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 31 Aug 2007 20:19:59 -0000 1.7
+++ .cvsignore 26 Dec 2008 17:49:21 -0000 1.8
@@ -1 +1 @@
-g-wrap-1.9.9.tar.gz
+g-wrap-1.9.11.tar.gz
Index: g-wrap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/g-wrap/devel/g-wrap.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- g-wrap.spec 6 Sep 2008 13:26:21 -0000 1.47
+++ g-wrap.spec 26 Dec 2008 17:49:21 -0000 1.48
@@ -1,6 +1,6 @@
Name: g-wrap
-Version: 1.9.9
-Release: 7%{?dist}
+Version: 1.9.11
+Release: 1%{?dist}
Summary: A tool for creating Scheme interfaces to C libraries
Group: Development/Libraries
@@ -12,9 +12,9 @@
#Patch3: g-wrap-1.9.8-staticffi.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: guile-devel, guile-lib
+BuildRequires: guile-devel, guile-lib, libffi-devel
BuildRequires: slib, glib2-devel, pkgconfig, autoconf
-Requires: guile, guile-lib
+Requires: guile-lib
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
@@ -30,7 +30,7 @@
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig, guile-devel, automake
+Requires: pkgconfig, guile-devel, libffi-devel, automake
%description devel
g-wrap-devel contains development libraries and headers for g-wrap.
@@ -55,7 +55,7 @@
%build
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+export CFLAGS="$RPM_OPT_FLAGS -fPIC `pkgconfig libffi --cflags`"
%configure --disable-static
#remove Rpath
@@ -127,6 +127,10 @@
%changelog
+* Fri Dec 26 2008 Michel Salim <salimma(a)fedoraproject.org> - 1.9.11-1
+- Update to 1.9.11
+- Use system libffi (bug #433083)
+
* Sat Sep 06 2008 Xavier Lamien <lxtnow[at]gmail.com> - 1.9.9-7
- Remove out-dated patch -info.patch.
- Rebuild for Rawhide bug #434278.
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/g-wrap/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 31 Aug 2007 20:19:59 -0000 1.8
+++ sources 26 Dec 2008 17:49:21 -0000 1.9
@@ -1 +1 @@
-9014d7ed8d395ff335a6a4bf5778ed4e g-wrap-1.9.9.tar.gz
+f6f54c2a2ce3d8257ccaf19f923cbe45 g-wrap-1.9.11.tar.gz
--
fedora-extras-commits mailing list
fedora-extras-commits(a)redhat.com
https://www.redhat.com/mailman/listinfo/fedora-extras-commits