Where to find LO's profile export in master?

Hello @ll,
while trying to translate
https://translations.documentfoundation.org/de/libo_ui/translate/svx/uiconfig/ui.po#unit=117633650
and
https://translations.documentfoundation.org/de/libo_ui/translate/svx/uiconfig/ui.po#unit=117633651,
I was not able to find out, where these entries should be ... :frowning:
Neither the UI nor "/path/to/instdir/soffice --help" show any
indication where these strings should be located ... :frowning: Would
someone be so kind to give me some information about these strings,
please?
Tested with
OS: Debian Testing AMD64
LO: Version: 5.3.0.0.alpha1+
Build-ID: c03c77ef4f46b81cd000ea26c4ef154044322535
CPU-Threads: 4; BS-Version: Linux 4.5; UI-Render: Standard; VCL:
gtk2; Layout Engine: new;
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-11-17_00:47:54
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group
(parallel installed, following the instructions from
https://wiki.documentfoundation.org/Installing_in_parallel/Linux)
TIA
Thomas.

Hi Thomas,

Hello @ll,
while trying to translate
https://translations.documentfoundation.org/de/libo_ui/translate/svx/uiconfig/ui.po#unit=117633650
and
https://translations.documentfoundation.org/de/libo_ui/translate/svx/uiconfig/ui.po#unit=117633651,
I was not able to find out, where these entries should be ... :frowning:

You need to use a daily master build for that - that was not part of
the alpha1 yet.

Neither the UI nor "/path/to/instdir/soffice --help" show any
indication where these strings should be located ... :frowning:

In general: see the context information:
Kontext:
profileexporteddialog.ui

→ it is in a glade dialog, so it is graphical UI element.

ProfileExportedDialog title string.text

→ it is the window title of the dialog.

If you have a dev build or the sources, you can open the
profileexporteddialog.ui in glade editor to see it. It is a very
simple dialog just telling "user profile has been exported to
somefilename.zip"

Would
someone be so kind to give me some information about these strings,
please?

LO: Version: 5.3.0.0.alpha1+
Build-ID: c03c77ef4f46b81cd000ea26c4ef154044322535

That build should have it.
Ideally you should not see the dialog though, as it is part of the
"safe mode" fallback.

So force it with --safe-mode switch and IIRC some of the options will
offer to create backup/zip of the profile dir.

ciao
Christian

Hello Christian, *,

while trying to translate

https://translations.documentfoundation.org/de/libo_ui/translate/svx/uiconfig/ui.po#unit=117633650

and

https://translations.documentfoundation.org/de/libo_ui/translate/svx/uiconfig/ui.po#unit=117633651,

I was not able to find out, where these entries should be ... :frowning:

You need to use a daily master build for that - that was not part
of the alpha1 yet.

O.K.

Neither the UI nor "/path/to/instdir/soffice --help" show any
indication where these strings should be located ... :frowning:

In general: see the context information:
Kontext:
profileexporteddialog.ui

→ it is in a glade dialog, so it is graphical UI element.

O.K.

ProfileExportedDialog title string.text

→ it is the window title of the dialog.

O.K.

If you have a dev build or the sources, you can open the
profileexporteddialog.ui in glade editor to see it. It is a very
simple dialog just telling "user profile has been exported to
somefilename.zip"

O.K.

Would
someone be so kind to give me some information about these
strings, please?

LO: Version: 5.3.0.0.alpha1+
Build-ID: c03c77ef4f46b81cd000ea26c4ef154044322535

That build should have it.
Ideally you should not see the dialog though, as it is part of the
"safe mode" fallback.

I have found it later, after sending my mail by trial & error ... :wink:

So force it with --safe-mode switch and IIRC some of the options
will offer to create backup/zip of the profile dir.

Yes, thanks for your answer :slight_smile: Are there any plans to let the user
choose a different path / file name for the exported profile? Maybe
a feature request?
Have a nice day
Thomas.