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 312680 Details for
Bug 445998
[PATCH] RFE: Start logjam in the system tray
[?]
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]
the proper patch (try2)
logjam-4.5.3-start_in_dock2.patch (text/plain), 2.64 KB, created by
Andy Shevchenko
on 2008-07-25 20:28:38 UTC
(
hide
)
Description:
the proper patch (try2)
Filename:
MIME Type:
Creator:
Andy Shevchenko
Created:
2008-07-25 20:28:38 UTC
Size:
2.64 KB
patch
obsolete
>Allow start logjam in system tray (no main window at start). > >diff -up logjam-4.5.3/src/conf_xml.c.orig logjam-4.5.3/src/conf_xml.c >--- logjam-4.5.3/src/conf_xml.c.orig 2008-05-11 14:35:48.000000000 +0300 >+++ logjam-4.5.3/src/conf_xml.c 2008-05-11 14:55:24.000000000 +0300 >@@ -184,6 +184,7 @@ parseoptions(Configuration *c, xmlDocPtr > READOPTION(cfautostart) > READOPTION(cfusemask) > READOPTION(docklet) >+ READOPTION(start_in_dock) > READOPTION(cffloat) > READOPTION(cffloatraise) > READOPTION(friends_hidestats) >@@ -326,6 +327,7 @@ writeoptions(Options *options, xmlNodePt > WRITEOPTION(cfautostart); > WRITEOPTION(cfusemask); > WRITEOPTION(docklet); >+ WRITEOPTION(start_in_dock); > WRITEOPTION(cffloatraise); > WRITEOPTION(cffloat); > WRITEOPTION(friends_hidestats); >diff -up logjam-4.5.3/src/jam.c.orig logjam-4.5.3/src/jam.c >--- logjam-4.5.3/src/jam.c.orig 2005-09-10 04:45:01.000000000 +0300 >+++ logjam-4.5.3/src/jam.c 2008-05-11 14:56:59.000000000 +0300 >@@ -832,8 +845,6 @@ > gtk_widget_show(vbox); > jam_update_actions(jw); > >- gtk_widget_show(GTK_WIDGET(jw)); >- > /* suck a bunch of events in. */ > while (gtk_events_pending()) > gtk_main_iteration(); >@@ -853,7 +864,13 @@ > #ifdef USE_DOCK > if (conf.options.docklet) > docklet_setup(GTK_WINDOW(jw)); >+ >+ if (app.docklet) { >+ if (!conf.options.start_in_dock) >+ gtk_widget_show(GTK_WIDGET(jw)); >+ } else > #endif >+ gtk_widget_show(GTK_WIDGET(jw)); > > draftentry = jam_load_autosave(jw); > if (draftentry) { >diff -up logjam-4.5.3/src/conf.h.orig logjam-4.5.3/src/conf.h >--- logjam-4.5.3/src/conf.h.orig 2005-02-21 19:46:10.000000000 +0200 >+++ logjam-4.5.3/src/conf.h 2008-05-11 14:54:16.000000000 +0300 >@@ -59,6 +59,7 @@ typedef struct { > gboolean allowmultipleinstances; > gboolean smartquotes; > gboolean showmeta[JAM_VIEW_META_COUNT]; >+ gboolean start_in_dock; > #endif /* HAVE_GTK */ > } Options; > >diff -up logjam-4.5.3/src/settings.c.orig logjam-4.5.3/src/settings.c >--- logjam-4.5.3/src/settings.c.orig 2005-02-21 20:31:21.000000000 +0200 >+++ logjam-4.5.3/src/settings.c 2008-05-11 14:59:13.000000000 +0300 >@@ -87,6 +87,8 @@ static SettingsWidget settingswidgets[] > #ifndef G_OS_WIN32 > { "ui_docklet", &conf.options.docklet, > SW_TOGGLE, N_("Add icon to system _tray (for GNOME/KDE/etc. dock)") }, >+ { "ui_start_in_dock", &conf.options.start_in_dock, >+ SW_TOGGLE, N_("Start in system tray") }, > #endif > > #ifndef G_OS_WIN32 >@@ -460,6 +468,7 @@ uisettings(JamWin *jw) { > g_signal_connect(G_OBJECT(button), "toggled", > G_CALLBACK(docklet_change_cb), jw); > groupedbox_pack(GROUPEDBOX(misc), button, FALSE); >+ groupedbox_pack(GROUPEDBOX(misc), sw_make("ui_start_in_dock"), FALSE); > #endif /* USE_DOCK */ > > return vbox;
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 445998
:
305062
| 312680