openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - Tips, Tricks & Tweaks » Integrating Firefox And Thunderbird Into Kde

Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - Tips, Tricks & Tweaks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Tips, Tricks & Tweaks Post your tips, tricks and tweaks about SuSE Linux in here. Please do not ask questions here - this is for factual information

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-Jun-2007, 03:07
geoffro
Guest
 
Posts: n/a
Default

1. Run konquerorsu (Alt+F2 for run)
2.Go to /usr/lib/firefox/components
3. Open up the nsFilePicker.js file with your favorite text editor.
4. Search for:

compMgr.registerFactoryLocation(FILEPICKER_CID,
"FilePicker JS Component",
// *really long comment here*
"",
// *really long comment here*
fileSpec,
location,
type);

Change it so it looks like this:
compMgr.registerFactoryLocation(FILEPICKER_CID,
"FilePicker JS Component",
// *really long comment here*
FILEPICKER_CONTRACTID,
// *really long comment here*
fileSpec,
location,
type);

Important - To make this change take effect, you have to reset Firefox's chrome registry, which you can do by installing or disabling an extension, then restarting Firefox.

After this you should see a KDE file save dialog when you save a file.

For Thunderbird repeat the above with /usr/lib/thunderbird/components

When you're done your save window should look like this [attachmentid=1635]

/Geoff
  #2 (permalink)  
Old 06-Jun-2007, 05:40
buzzz
Guest
 
Posts: n/a
Default

Quote:
1. Run konquerorsu (Alt+F2 for run)
2.Go to /usr/lib/firefox/components
3. Open up the nsFilePicker.js file with your favorite text editor.
4. Search for:

compMgr.registerFactoryLocation(FILEPICKER_CID,
"FilePicker JS Component",
// *really long comment here*
"",
// *really long comment here*
fileSpec,
location,
type);

Change it so it looks like this:
compMgr.registerFactoryLocation(FILEPICKER_CID,
"FilePicker JS Component",
// *really long comment here*
FILEPICKER_CONTRACTID,
// *really long comment here*
fileSpec,
location,
type);

Important - To make this change take effect, you have to reset Firefox's chrome registry, which you can do by installing or disabling an extension, then restarting Firefox.

After this you should see a KDE file save dialog when you save a file.

For Thunderbird repeat the above with /usr/lib/thunderbird/components

When you're done your save window should look like this [attachmentid=1635]

/Geoff
[/b]
There's an easier way, type about:config in the url box then type picker in the filter, right click ui.allow_platform_file_picker and toggle it to false.
  #3 (permalink)  
Old 06-Jun-2007, 06:20
geoffro
Guest
 
Posts: n/a
Default

Quote:
There's an easier way, type about:config in the url box then type picker in the filter, right click ui.allow_platform_file_picker and toggle it to false.
[/b]
Well you live and learn Thanks for that

/Geoff
  #4 (permalink)  
Old 06-Jun-2007, 06:25
G0NZ0
Guest
 
Posts: n/a
Default

very nice tips!! Thanks to both, i like the new style of the saving dialog
  #5 (permalink)  
Old 06-Jun-2007, 10:55
buzzz
Guest
 
Posts: n/a
Default

There's a good article here: http://www.freesoftwaremagazine.com/blogs/...erbird_into_kde

Haven't tried the thunderbird tips as I don't use it.
  #6 (permalink)  
Old 06-Jun-2007, 11:05
G0NZ0
Guest
 
Posts: n/a
Default

i tried thunderbird too, its: edit -preferences - config editor (that page reports slightly different instructions, probably referring to an older version)
It appears now like this:
[attachmentid=1636]
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2