summaryrefslogtreecommitdiff
path: root/desktop/scripts
AgeCommit message (Collapse)Author
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann
Change-Id: I86864f832c0377d307cfa0b2c137f452e43797eb
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge (and juh.jar had lacked adaption for Mac OS X). Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann
Change-Id: Id6cab518329829c22600f2a68b6b59abd04a564c
2014-09-29Adapt unoinfo to new Mac OS X LibreOffice.app layoutStephan Bergmann
Change-Id: I0e7fc27f558de2af7e860ca2ab2da1952fc85678
2014-05-08Disable rtl/alloc.h also for HelgrindStephan Bergmann
Change-Id: I472d11d50a3b0810779108f3f81624ab9880fe8b
2014-03-14Skip gcj's gij executable, like other JREs' java executablesStephan Bergmann
Change-Id: Ida84a271a066e89ceb7e5dd2fd23a744f5529917
2013-10-17Simplify code (VERBOSE was unused)Stephan Bergmann
Change-Id: I281be165fe110fee3e174e96e11cdbc4aa5671e0
2013-10-17Fix quotingStephan Bergmann
Change-Id: Ie2228247f5edc107ed183a25ef30256d8041e000
2013-10-17Scripts need executable bitStephan Bergmann
...or else they would end up non-executable in instdir, now that they are directly copied there via desktop/Package_scripts_install.mk. Change-Id: I8d2add1fd7f13ae9080d2f710b5fbb60d1e8ad1a
2013-09-10desktop: ure-link is installed by ure/Packge_install.mk alreadyMichael Stahl
Change-Id: Ic575d340d0b3b42dc9b07790ab094c8ce6016329
2013-08-20unopkg: use default umask when installing shared extensionsBjörgvin Ragnarsson
This makes sure shared extensions are readable by users when root's umask has been set to a value such as 0027. Change-Id: If495afae8eaf3a640c99ecb7598b79b59363c12c Reviewed-on: https://gerrit.libreoffice.org/5521 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-07-09fdo#62192: broken launch script, bork in March in GermanyErik Auerswald
Change-Id: I0b726a696fe64ffb80a0cf367d5fa6225619ec92
2013-05-05drop unused scriptsDavid Tardon
Change-Id: Icf4526214d9cfaaa9fe41b40b662c1e3bd9e6960
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by: Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 imported patch package_eventlistener.patch http://svn.apache.org/viewvc?view=revision&revision=1172103 Patch contributed by Pedro Giffuni Accept Google Chrome OS fonts as equivalent to MS fonts. http://svn.apache.org/viewvc?view=revision&revision=1233155 http://svn.apache.org/viewvc?view=revision&revision=1233408 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i114600#: remove forbidden characters from list of unencoded characters http://svn.apache.org/viewvc?view=revision&revision=1172370 Patches contributed by Oliver Rainer-Wittman some clean up in JPEGReader due to memory constraints http://svn.apache.org/viewvc?view=revision&revision=1299729 119114 - method <UpdateDialog::addSpecificError(..)> - create entry with correct type http://svn.apache.org/viewvc?view=revision&revision=1305265 Patches contributed by Ariel Constenla-Haile i118707 - make toolbar control's popup window grab focus http://svn.apache.org/viewvc?view=revision&revision=1225846 Patches contributed by Herbert Duerr #i118662# remove usage of BerkeleyDB in desktop module http://svn.apache.org/viewvc?view=revision&revision=1213171 minor cleanups in dp_persmap.* http://svn.apache.org/viewvc?view=revision&revision=1215064 flush early to prevent problem with extension manager not cleaning up its objects http://svn.apache.org/viewvc?view=revision&revision=1228147 i118726 do not flush *pmap file while reading it http://svn.apache.org/viewvc?view=revision&revision=1230614 #i119048# migrate BDB extension entries using a simple heuristic http://svn.apache.org/viewvc?view=revision&revision=1300972 #i119048# handle edge cases when importing BDB hash files http://svn.apache.org/viewvc?view=revision&revision=1301428 #i119113# fix of-by-one when importing BDB files http://svn.apache.org/viewvc?view=revision&revision=1305420 restore our encryption settings, icon themes, and dictionaries. removed wrapper hacks, kill obsolete bundled extension blob / pre-registration handling, remove duplicated quickstart code. remove OS/2 conditionals.
2012-10-19move 2>&1 where it belongs in soffice.sh, thanks mstRene Engelhard
Change-Id: I5cc08e3fd88beba70cac61ff4570c02dbad9faa0
2012-10-18deb#690717 fix bashism in /bin/sh scriptRene Engelhard
Change-Id: I43b0065e56b234a5aa748ac1593c29a44fdb1647
2012-10-02ignore various unhelpful signals in our --backtrace gdb setup.Michael Meeks
Change-Id: I8ede40ebf5954e0492e790ce148c9b7f1f1e62df
2012-09-26Clean up option processingStephan Bergmann
* Support --version on non-UNX, too. * Consistently show the first unknown option and the help blob in the presence of any unknown options. * There is no need to tunnel --help/--version past oosplash in the soffice script, as oosplash is prepared to treat them adequately (esp. not pass them over any pipe); this only added unnecessary variance to what spellings exactly are supported and how mixtures of --help, --version, and unknown options are handled. Change-Id: I617f2e727e2f0eafd34a2de3b85d441c6783ec4f
2012-09-10headless build: build oosplash againRiccardo Magliocchetti
It looks like we want it so revert: dae66b7b1df89d824017c7afb52f66ebfd2b8fe2 4d408cc2f09fcc645d0da736b74f2f5cae86edc4 64a530cfa8e9be44965c9d708dfb642c2df2a59d Change-Id: I7cd410861b28a0556de3375a0865a7baef52bd78
2012-09-07desktop: use soffice.bin instead of oosplash if build with --enable-headlessRiccardo Magliocchetti
Change-Id: I2e4742a6893267ea8d4ec2048dd0686fd309a7db
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
2012-07-11soffice.sh: remove valgrind --error-exitcode=101Michael Stahl
This doesn't really seem so important, and it prevents running junit tests with VALGRIND=memcheck from working, because the special restart exit code on first start up is mangled by valgrind and so the actual test doesn't run.
2012-04-04desktop: use CustomTarget makefileMatúš Kukan
2012-03-28when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-02-29Resolves: rhbz#788045 swriter --help etc doesn't show helpCaolán McNamara
because the test in soffice to skip oosplash is for only one argument, and swriter points to soffice with an additional --writer argument, so the test is skipped
2012-01-15simplify handling of JITC_PROCESSOR_TYPEDavid Tardon
2012-01-13Better fix for the valgrind.log problem.Stephan Bergmann
Only redirect to valgrind.log if --valgrind but not $VALGRIND is given.
2012-01-12valgrind.log creates more problems than it solves.Stephan Bergmann
2012-01-11avoid generating a file in the source treeDavid Tardon
2012-01-11we need a var. assignment here, not a valueDavid Tardon
2011-12-14Fix the soffice.sh wrapper's -h / --version.Michal Svec
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-20Removed spurious "" around multi-word shell arg.Stephan Bergmann
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-09-20Deliver basis-link and ure-link.Jan Holesovsky
2011-09-15gbuildize desktopDavid Tardon
2011-09-15make the needed change to soffice.sh at configure timeDavid Tardon
2011-08-18registered but uninstalled database drivers break address book wizardCaolán McNamara
among other things undoubtedly. The idea was IIRC to drop adabas support, so lets not register the uninstalled components, and while we're at it not build it either.
2011-07-22Remove unused env XENVIRONMENTThomas Arnhold
2011-07-12Do not pass the request for command line help to oosplashMichal Svec
- both of these work now: 'libreoffice -h' and 'libreoffice --help' - added two more options: 'libreoffice -V' and 'libreoffice --version' - all of these options work even if there are instances running - there's no 1s delay between startup and actual output
2011-06-24valgrind --log-file=valgrind.log does not work well with --trace-children=yesPetr Mladek
redirect output of the stdout and stderr
2011-06-24vagrind -> valgrindCaolán McNamara
2011-06-22use --trace-children-skip=*/java with valgrind >= 3.6Petr Mladek
thanks Caolan for hint
2011-06-22remove the obsolete valgring support in the soffice wrapperPetr Mladek
2011-06-22add --backtrace, --strace, and --valgring option to soffice wrapperPetr Mladek
the change is only for Linux; it will help users to provide the needed debug info; thanks Kendy for the idea
2011-06-17add GLIBCXX_FORCE_NEW for memcheckCaolán McNamara
2011-04-05don't use G_SLICE for helgrind caseCaolán McNamara
2011-03-29ignore fork/exec+javaCaolán McNamara
2011-03-23add --trace-children=yesCaolán McNamara