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 172384 Details for
Bug 254082
mugshot does not support galeon for finding login cookie
[?]
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]
Add galeon support
mugshot-1.1.45-galeon.patch (text/plain), 2.47 KB, created by
Daniel Berrangé
on 2007-08-24 00:03:32 UTC
(
hide
)
Description:
Add galeon support
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2007-08-24 00:03:32 UTC
Size:
2.47 KB
patch
obsolete
>diff -rup mugshot-1.1.45/common-dist/hippo/hippo-basics.h mugshot-1.1.45.new/common-dist/hippo/hippo-basics.h >--- mugshot-1.1.45/common-dist/hippo/hippo-basics.h 2007-06-19 10:35:06.000000000 -0400 >+++ mugshot-1.1.45.new/common-dist/hippo/hippo-basics.h 2007-08-23 19:52:37.000000000 -0400 >@@ -53,7 +53,8 @@ typedef enum > HIPPO_BROWSER_UNKNOWN, > HIPPO_BROWSER_IE, > HIPPO_BROWSER_FIREFOX, >- HIPPO_BROWSER_EPIPHANY >+ HIPPO_BROWSER_EPIPHANY, >+ HIPPO_BROWSER_GALEON > } HippoBrowserKind; > > typedef enum { >diff -rup mugshot-1.1.45/common-dist/hippoipc/hippo-basics.h mugshot-1.1.45.new/common-dist/hippoipc/hippo-basics.h >--- mugshot-1.1.45/common-dist/hippoipc/hippo-basics.h 2007-06-19 10:35:06.000000000 -0400 >+++ mugshot-1.1.45.new/common-dist/hippoipc/hippo-basics.h 2007-08-23 19:52:52.000000000 -0400 >@@ -53,7 +53,8 @@ typedef enum > HIPPO_BROWSER_UNKNOWN, > HIPPO_BROWSER_IE, > HIPPO_BROWSER_FIREFOX, >- HIPPO_BROWSER_EPIPHANY >+ HIPPO_BROWSER_EPIPHANY, >+ HIPPO_BROWSER_GALEON > } HippoBrowserKind; > > typedef enum { >diff -rup mugshot-1.1.45/src/hippo-cookies-linux.c mugshot-1.1.45.new/src/hippo-cookies-linux.c >--- mugshot-1.1.45/src/hippo-cookies-linux.c 2007-02-01 19:21:36.000000000 -0500 >+++ mugshot-1.1.45.new/src/hippo-cookies-linux.c 2007-08-23 19:51:36.000000000 -0400 >@@ -23,6 +23,12 @@ hippo_load_cookies(const char *domain, > hippo_cookie_locator_add_file(locator, path, HIPPO_BROWSER_EPIPHANY); > g_free(path); > >+ path = g_build_filename(homedir, >+ ".galeon/mozilla/galeon/cookies.txt", >+ NULL); >+ hippo_cookie_locator_add_file(locator, path, HIPPO_BROWSER_GALEON); >+ g_free(path); >+ > path = g_build_filename(homedir, ".mozilla/firefox", NULL); > hippo_cookie_locator_add_directory(locator, path, HIPPO_BROWSER_FIREFOX); > g_free(path); >diff -rup mugshot-1.1.45/src/hippo-platform-impl.c mugshot-1.1.45.new/src/hippo-platform-impl.c >--- mugshot-1.1.45/src/hippo-platform-impl.c 2007-03-23 14:56:11.000000000 -0400 >+++ mugshot-1.1.45.new/src/hippo-platform-impl.c 2007-08-23 19:52:10.000000000 -0400 >@@ -433,6 +433,9 @@ hippo_platform_impl_open_url(HippoPlatfo > case HIPPO_BROWSER_EPIPHANY: > command = g_strdup_printf("epiphany %s", quoted); > break; >+ case HIPPO_BROWSER_GALEON: >+ command = g_strdup_printf("galeon %s", quoted); >+ break; > case HIPPO_BROWSER_FIREFOX: > case HIPPO_BROWSER_UNKNOWN: /* FIXME get user's default from gnome */ > default:
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 254082
: 172384