Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 306801 Details for
Bug 242289
Nautilus Integration plugin should be enabled in Pidgin by default so nautilus-sendo Just Works
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to make nautilus-sendto force load itself on first run
nautilus-sendto-devel-autoload.patch (text/plain), 2.92 KB, created by
Stu Tomlinson
on 2008-05-27 17:01:06 UTC
(
hide
)
Description:
Patch to make nautilus-sendto force load itself on first run
Filename:
MIME Type:
Creator:
Stu Tomlinson
Created:
2008-05-27 17:01:06 UTC
Size:
2.92 KB
patch
obsolete
>? .build-0.14.0-5.fc10.log >? nautilus-sendto-0.14.0 >? nautilus-sendto-0.14.0-5.fc10.i386.rpm >? nautilus-sendto-0.14.0-5.fc10.src.rpm >? nautilus-sendto-debuginfo-0.14.0-5.fc10.i386.rpm >? nautilus-sendto-devel-autoload.patch >Index: nautilus-sendto-0.14.0-autoload.patch >=================================================================== >RCS file: nautilus-sendto-0.14.0-autoload.patch >diff -N nautilus-sendto-0.14.0-autoload.patch >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ nautilus-sendto-0.14.0-autoload.patch 27 May 2008 16:56:37 -0000 >@@ -0,0 +1,29 @@ >+diff -up nautilus-sendto-0.14.0/pidgin_plugin/nautilus-sendto-plugin.c.autoload nautilus-sendto-0.14.0/pidgin_plugin/nautilus-sendto-plugin.c >+--- nautilus-sendto-0.14.0/pidgin_plugin/nautilus-sendto-plugin.c.autoload 2007-11-19 10:11:55.000000000 -0500 >++++ nautilus-sendto-0.14.0/pidgin_plugin/nautilus-sendto-plugin.c 2008-05-27 12:47:28.000000000 -0400 >+@@ -289,9 +289,24 @@ plugin_unload() { >+ return TRUE; >+ } >+ >++static gboolean >++force_load_once (gpointer data) >++{ >++ PurplePlugin *plugin = (PurplePlugin *)data; >++ if (!purple_prefs_get_bool ("/plugins/gtk/nautilus/auto_loaded")) { >++ purple_debug_info ("nautilus", "Force loading nautilus plugin\n"); >++ purple_plugin_load (plugin); >++ purple_plugins_save_loaded (PIDGIN_PREFS_ROOT "/plugins/loaded"); >++ purple_prefs_set_bool ("/plugins/gtk/nautilus/auto_loaded", TRUE); >++ } >++ >++} >++ >+ static void >+ init_plugin(PurplePlugin *plugin) { >+- >++ purple_prefs_add_none ("/plugins/gtk/nautilus"); >++ purple_prefs_add_bool ("/plugins/gtk/nautilus/auto_loaded", FALSE); >++ g_idle_add(force_load_once, plugin); >+ } >+ >+ static PurplePluginInfo info = { >Index: nautilus-sendto.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/nautilus-sendto/devel/nautilus-sendto.spec,v >retrieving revision 1.53 >diff -u -p -u -d -p -r1.53 nautilus-sendto.spec >--- nautilus-sendto.spec 15 May 2008 00:07:31 -0000 1.53 >+++ nautilus-sendto.spec 27 May 2008 16:56:37 -0000 >@@ -1,12 +1,13 @@ > Name: nautilus-sendto > Version: 0.14.0 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: Nautilus context menu for sending files > > Group: User Interface/Desktops > License: GPLv2+ > URL: ftp://ftp.gnome.org/pub/gnome/sources/%{name} > Source0: http://download.gnome.org/sources/%{name}/0.14/%{name}-%{version}.tar.bz2 >+Patch0: nautilus-sendto-0.14.0-autoload.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: gtk2-devel >@@ -38,6 +39,7 @@ Evolution integration. > > %prep > %setup -q >+%patch0 -p1 -b .autoload > > %build > %configure >@@ -91,6 +93,9 @@ fi > %{_mandir}/man1/nautilus-sendto.1.gz > > %changelog >+* Tue May 27 2008 Stu Tomlinson <stu@nosnilmot.com> 0.14.0-5 >+- Patch to force enabling on upgraded users >+ > * Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-4 > - Rebuild again >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242289
: 306801