[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2009-08-21 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from c...@openoffice.org Fri Aug 21 14:47:22 + 
2009 ---
close as duplicate of new effort

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2009-08-21 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User cmc changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from c...@openoffice.org Fri Aug 21 14:46:14 + 
2009 ---
I want to basically move this into vcl 

*** This issue has been marked as a duplicate of 104306 ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2008-04-14 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User obr changed the following:

What|Old value |New value

  CC|'andyrtr,jodygoldberg,maho|'andyrtr,jodygoldberg,maho
|,mmeeks,obr,pmladek,sapers|,mmeeks,obr,pl,pmladek,sap
|ki'   |erski'





--- Additional comments from [EMAIL PROTECTED] Tue Apr 15 04:57:51 + 
2008 ---
> The problem with this approach is that GTK is not getting initialized
> *anywhere*. This patch attempts to dynamically use GTK features without
> initializing it. It may work if something *else* by chance registers GTK 
> types.

The code looks for gtk symbols in the process's address space, it does not load
gtk itself and assumes the code that brings in does so. I admit this may easily
fail if some other module links against libgtk unnecessarily.

If the gtk backend is used, libgtk is initialized properly. This can even be
enforced (for testing) by setting the SAL_USE_VCLPLUGIN environment variable to
"gtk".

Maybe we should just move the code over to VCL ?

> Since I personally dislike GNOME "improved" file dialogs I wish I am not stuck
> with it just because the gtk is available on my system.

Tools -> Options -> OpenOffice.org -> General -> Use OpenOffice.org dialogs is
your friend.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2008-04-13 Thread saperski
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Sun Apr 13 18:17:57 + 
2008 ---
I am using few other window managers (fluxbox, dwm, etc.). It should not matter
what desktop environment I am in, since this is all X11.

However, I _do_ have gtk library installed (also qt* for that matter). 

X11 has really no idea of the "desktop environment" and I think this is not so
bad. It does not really matter (as long as it's X11 and not Windows/Aqua of 
course).

The problem with this approach is that GTK is not getting initialized
*anywhere*. This patch attempts to dynamically use GTK features without
initializing it. It may work if something *else* by chance registers GTK types.
Do you know how this happens? (Mozilla integration or something else?)

Besides, why should the gtk recent file list updated _only_ when we are running
GNOME environment? There are possibly other applications that can use this list
and GNOME is not required for that?

My proposal is to have a separate GTK integration component, that will (1) check
if gtk is there, (2) what features it supports (i.e. "is this gtk new enough to
support recent manager and system tray" (3) initialize GTK properly.

I like g_object_get_class()-like much better because it does not imply to much
about my environment - it checks the *right thing* straight away.

Then you can use window-manager-based guesses to determine whether user wishes
to have GNOME, KDE or whatever File->Open dialog. Since I personally dislike
GNOME "improved" file dialogs I wish I am not stuck with it just because the gtk
is available on my system.

We *may* work it around the same way as external/libegg/source/eggtrayicon.c is
doing, but I don't think it's worth it in the long run. 

In the last weeks we got at least few persons suddenly complaining "cannot save
ODT files", "OOO crashes", etc. etc. on the FreeBSD lists and I don't think this
feature is worth it. It just makes too many environmental assumptions.

That's why I think it is important to backout this feature for now out of the
main tree and continue working on this and other aspects of GTK integration.

I will be more than happy to work on this as well. I will also have a look at
your patch as soon as I get my DEV300_m5 working again. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2008-04-13 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Sun Apr 13 15:37:26 + 
2008 ---
a) I assume that your desktop environment is KDE or something ?
b) How about trying the above alternative patch along mmeeks suggestion (as used
in other similar shell components), does that resolve your problem ?

If it does (or even if it doesn't actually) then I suggest we open another
issues for the specific issue of non-gtk using environments and attach the patch
rather than following the alternative approach of rolling back the changes done
for this originally issue which of course would return to the previous state of
not working with >= gnome 2.10

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2008-04-13 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |52789)
alternative approac
|  |h






--- Additional comments from [EMAIL PROTECTED] Sun Apr 13 15:29:04 + 
2008 ---
Created an attachment (id=52789)
alternative approach


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2008-04-12 Thread saperski
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User saperski changed the following:

What|Old value |New value

  CC|'andyrtr,jodygoldberg,maho|'andyrtr,jodygoldberg,maho
|,mmeeks,pmladek,saperski' |,mmeeks,obr,pmladek,sapers
|  |ki'





--- Additional comments from [EMAIL PROTECTED] Sun Apr 13 00:41:51 + 
2008 ---
Add CC CWS owner



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2008-04-12 Thread saperski
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Sun Apr 13 00:40:34 + 
2008 ---
This feature got integrated together with obr05 into MWS and is still present
there as of DEV300_m5. 

http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fobr05

What's the process of backing this out?



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2008-03-30 Thread saperski
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Sun Mar 30 22:42:40 + 
2008 ---
Created an attachment (id=52382)
Patch to remove GTK recent file manager functionality (for now)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2008-02-25 Thread andyrtr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User andyrtr changed the following:

What|Old value |New value

  CC|'jodygoldberg,maho,mmeeks,|'andyrtr,jodygoldberg,maho
|pmladek,saperski' |,mmeeks,pmladek,saperski'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-12-22 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User pjanik changed the following:

What|Old value |New value

Target milestone|OOo 2.3   |---





--- Additional comments from [EMAIL PROTECTED] Sat Dec 22 20:50:49 + 
2007 ---
Reset target.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-12-10 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User mmeeks changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Dec 10 18:02:04 + 
2007 ---
So ... clearly we need a check to see if we are using gtk+ already, I guess.
That could be done in one of several ways.
The File picker does:

OUString aDesktopEnvironment (Application::GetDesktopEnvironment());
if (aDesktopEnvironment.equalsIgnoreAsciiCaseAscii ("gnome"))
return OUString (RTL_CONSTASCII_USTRINGPARAM
("com.sun.star.ui.dialogs.GtkFilePicker"));

It's possible that we need to do a "g_type_init", followed by a:
g_object_get_class ("GdkDisplay") != NULL to check that we are using the gtk+
plug before using that code.

Or failing that, just the g_type_init I guess.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-12-05 Thread saperski
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Wed Dec  5 14:30:00 + 
2007 ---
Looks like in my case GTK does not get initialized at all.

I think either (at least) check with g_object_get_class should be implemented
or a proper setup of gtk types should take place.

I have attached a dirty patch that solves my issue - just by turning that GTK
thing off and reverting to the old method. 

Can we reopen this bug please?



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-12-05 Thread saperski
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Wed Dec  5 14:24:39 + 
2007 ---
Created an attachment (id=50125)
Turn the GTK Recent Manager feature off


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-12-04 Thread saperski
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User saperski changed the following:

What|Old value |New value

  CC|'jodygoldberg,mmeeks,pmlad|'jodygoldberg,maho,mmeeks,
|ek,saperski'  |pmladek,saperski'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-12-04 Thread saperski
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User saperski changed the following:

What|Old value |New value

  CC|'jodygoldberg,mmeeks,pmlad|'jodygoldberg,mmeeks,pmlad
|ek'   |ek,saperski'





--- Additional comments from [EMAIL PROTECTED] Wed Dec  5 00:44:20 + 
2007 ---
Having built OOG680_m7 on FreeBSD 7.0-BETA3 on amd64 I get this when trying to
close the file or sometimes when opening:

gdb) list
676  */
677 GtkRecentManager *
678 gtk_recent_manager_new (void)
679 {
680   return g_object_new (GTK_TYPE_RECENT_MANAGER, NULL);
681 }
682
683 /**
684  * gtk_recent_manager_get_default:
685  *
(gdb) where
#0  IA__gtk_recent_manager_new () at gtkrecentmanager.c:681
#1  0x00080f11a136 in IA__gtk_recent_manager_get_default () at
gtkrecentmanager.c:698
#2  0x00080d51ab2c in SystemShell::AddToRecentDocumentList () from
/usr/local/openoffice.org-OOG680_m7/program/libsfx680fx.so

g_object_new fails:

(process:78374): GLib-GObject-CRITICAL **: gtype.c:2242: initialization
assertion failed, use IA__g_type_init() prior to this function
(process:78374): GLib-CRITICAL **: g_once_init_leave: assertion
`initialization_value != 0' failed
(process:78374): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

Any idea why the type 'GTK_TYPE_RECENT_MANAGER' is not getting registered?
Is that because I'm not using mozilla integration?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-10-07 Thread nalimilan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Sun Oct  7 17:06:23 + 
2007 ---
It appears that when upgrading from older versions and when user profile is
conserved, the fixed doesn't work (which is confirmed). This has been reported
in Ubuntu Gutsy, OO.o version 2.3.0, when upgrading from Feisty (version 2.2.0).
See https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/66933 for more
information.
Could you investigate further to find out how to fix/work around this? Thanks

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-08-27 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 27 09:38:54 + 
2007 ---
closed

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-06-19 Thread tm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User tm changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Jun 19 08:42:33 + 
2007 ---
checked and verified in cws obr05 -> OK !

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-06-11 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User obr changed the following:

What|Old value |New value

 Assigned to|obr   |tm





--- Additional comments from [EMAIL PROTECTED] Mon Jun 11 07:33:45 + 
2007 ---
@tm: OOo now should use .recently-used.xbel when running on GNOME >= 2.10
desktop. Please verify also that .recently-used is still used on GNOME < 2.10.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-06-07 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User obr changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Jun  7 13:47:21 + 
2007 ---
Finally commited a fix in CWS obr05.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-05-02 Thread pmladek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User pmladek changed the following:

What|Old value |New value

  CC|'jodygoldberg,mmeeks' |'jodygoldberg,mmeeks,pmlad
|  |ek'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-05-02 Thread pmladek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Wed May  2 15:24:27 + 
2007 ---
The distributions using ooo-build should have had the symlink "/usr/bin/soffice"
 since OOo-2.0.4.

It is also used by the Java UNO components, see the section "Finding a UNO
installation" at
http://udk.openoffice.org/common/man/spec/transparentofficecomponents.html

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-04-03 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190



This issue depends on issue 76025, which changed state:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-04-02 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User obr changed the following:

What|Old value |New value

 IssuesThisDependsOn|70388 |70388,76025





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-30 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User obr changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |70388





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-30 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Fri Mar 30 12:54:36 + 
2007 ---
ah, well fedora has one.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-30 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Fri Mar 30 12:52:17 + 
2007 ---
Hmm, gtk_recent_manager_add_item uses g_get_prgname to construct the exec line,
which I just changed from soffice.bin to soffice in issue 70388. Fortunately
vanilla OOo has a "soffice" link in /usr/bin, but what about the bundled 
versions ? 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-22 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 10:16:17 + 
2007 ---
ah; interestingly we need a similar API (using a const char *) in i#70166# :-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-21 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 06:59:29 + 
2007 ---
The existing OSL module API lacks support for the RTLD_DEFAULT special handle.
What I have in mind is something like "osl_getAsciiFunctionSymbol(oslModule,
const sal_Char *)", which explicitly allows to pass NULL as the first parameter
(and mapps it to RTLD_DEFAULT). I have to check for possible implementations on
Windows though.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-21 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User mmeeks changed the following:

What|Old value |New value

  CC|'mmeeks'  |'jodygoldberg,mmeeks'





--- Additional comments from [EMAIL PROTECTED] Wed Mar 21 23:00:56 + 
2007 ---
obr - surely we can use the standard oslModule API to do this - right ? :-)

Wrt. detecting gtk+ - the approach sounds fine - elsewhere we hook
g_object_get_class ("GdkDisplay") to see if gtk+ is initialized too - worth
doing that I guess.

A load of distros still use gtk 2.8.x (at least SLED does), so clearly leaving
the old code to write the obsolete file in is best.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-21 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User obr changed the following:

What|Old value |New value

  CC|''|'mmeeks'





--- Additional comments from [EMAIL PROTECTED] Wed Mar 21 13:52:23 + 
2007 ---
The dlsym approach seems to work (at least for me). However, due to "warning
free code" using dlsym outside of SAL has become even more ugly.

I will propose a SAL/OSL API for this purpopse.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-08 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Thu Mar  8 13:59:56 + 
2007 ---
sounds reasonable to me, at least assuming that it works.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-08 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User obr changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Thu Mar  8 13:53:38 + 
2007 ---
Could we search for gtk_recent_manager_get_default and
gtk_recent_manager_add_item in the global name table and use the functions when
we find them ? This would avoid linking against libgtk++ and serve as an
auto-detection as well ..

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-07 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190





--- Additional comments from [EMAIL PROTECTED] Wed Mar  7 08:59:49 + 
2007 ---
I'll leave "patch" unset as this isn't a solution for something trying to be
cross-windowing system

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-07 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43570)
a simple patch






--- Additional comments from [EMAIL PROTECTED] Wed Mar  7 08:58:55 + 
2007 ---
Created an attachment (id=43570)
a simple patch


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 75190] shell: the gnome .recently -used file has changed name and format to .rec ently-used.xbel

2007-03-07 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190
 Issue #|75190
 Summary|shell: the gnome .recently-used file has changed name 
|and format to .recently-used.xbel
   Component|gsl
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|obr
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Wed Mar  7 08:38:22 + 
2007 ---
i.e. this new http://developer.gnome.org/doc/API/2.0/gtk/GtkRecentManager.html

so unfortunately we are no longer able to add to the system-wide gnome 2.10
global recently used list

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]