Openoffice quickstart for command line available

hi
i put the ooqstart package up to staging
(since staging is not reachable build it yourself it's a very small app)
now it is possible to use the openoffice quickstart with every wm/de you want
all you have to to is to put a bash script in the autostart directory of your favourite de/wm
here is the pkgbuild:
# Contributor : Tobias Powalowski <[email protected]>
pkgname=ooqstart
pkgver=0.8.3
pkgrel=s1
pkgdesc="OpenOffice Quickstarter is a small command line tool for caching OO in memory"
url="http://ooqstart.sourceforge.net"
depends=('gcc')
source=(http://switch.dl.sourceforge.net/sourceforge/ooqstart/$pkgname-$pkgver.tgz)
install=ooqstart.install
build() {
  cd $startdir/src/$pkgname-$pkgver
   make ooqstart || return 1
   mkdir -p $startdir/pkg/usr/bin
   mv ooqstart $startdir/pkg/usr/bin
md5sums=('f3c15a29e8bbd7780972e69f11f564a4')
ooqstart.install:
# arg 1:  the new package version
post_install() {
cat << EOF
==> Add the following script to your Autostart directory to enable Quickstart on    login:
!# /bin/bash
killall -9 ooqstart
killall -9 soffice.bin
ooqstart /opt/openoffice&
EOF
# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  /bin/true
# arg 1:  the old package version
pre_remove() {
  /bin/true
# arg 1:  the old package version
post_remove() {
cat << EOF
==> Remove the script from your Autostart directory if you have used it
EOF
op=$1
shift
$op $*

I received the following build error:
==> Validating source files with MD5sums
ooqstart-0.8.3.tgz ... Passed
==> Extracting Sources...
==> tar --use-compress-program=gzip -xf ooqstart-0.8.3.tgz
==> Starting build()...
g++ -g -DVERSION='"0.8.3"' -Wall -Werror -I. -O2 -o model.o -c model.cxx
cc1plus: warnings being treated as errors
model.cxx: In function 'int startProcess(const char*, const char*, const char*, const char*)':
model.cxx:72: warning: missing sentinel in function call
make: *** [model.o] Error 1
==> ERROR: Build Failed. Aborting...
Thanks.

Similar Messages

  • Since updating to OS X Mavericks I get a continuous update request for command line developer tools.  How do I stop this?

    Since installing OS X Mavericks, automatic updates keep producing download demand for Command Line Developer tools 6.0 and 6.1.  I don't need these but cannot seem to stop the updates available, even if they are downloaded and installed.  Can anyone tell me how to stop this?

    Try re-indexing Spotlight.
    Spotlight – Re-index

  • Financial Reporting - Exporting Batch for Command Line Scheduling Issue

    Financial Reporting 11.1.2.2
    When I export, a successfully run scheduled batch, for command line scheduling the xml file that is exported only has the following information in it. I think that it is missing alot of information.
    Any ideas what I am doing wrong, if anything?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <JOB_OBJECT OBJECT_ID="0">
    <DATA_SOURCE_USER_CREDENTIALS DS_PASSWD="" DS_USER_NAME=""/>
    <HR_USER_CREDENTIALS HR_PASSWD="" HR_USER_NAME=""/>
    <OUTPUT_OPTIONS>
    <HTML VALUE="No"/>
    <MHTM VALUE="No"/>
    <PDF EXPORT_PDF_FOLDER_LABEL="" VALUE="Yes"/>
    <SAVE_AS_SNAPSHOT VALUE="No"/>
    <PRINT VALUE="No"/>
    </OUTPUT_OPTIONS>
    </JOB_OBJECT>

    Hi again,
    I am not sure if you can extract the formatting to Excel... I had also issues.
    Can you please try to retrieve the report into Excel via Smartview? Check page 136 of  http://docs.oracle.com/cd/E40248_01/epm.1112/smart_view_user.pdf
    Regards,
    Thanos

  • Tool for Creating Tracks per command line available?

    Hi all,
    for my master thesis I need to make up a development concept with the JDI.
    What I'm wondering is, is there any ability (maybe hidden option ) to create tracks per command line interface and connect them per command line?
    Another question which came to mind, I would like to control the DTR via the DTR command line tool, is there any option to do this, just without installing the Developer Studio IDE, as I only want to remote control the DTR via command line and don't need developer equipment on the server?
    Thanks for your help!

    Hi Matthias,
    tracks are stored in the Java database by CMS in its own format and when a buildspace is created on CBS that information is also stored in the Java databse in CBS' own format. Accessing the database directly is not a good idea as you would need additional information that is neither officially published nor supported and that may change.
    Regarding DTR client & IDE: Well, DTR doesn't know about tracks at all, it just stores the sources for track content. The "track" knowledge is part of CMS.
    The command line tool is only distributed with the IDE, but if you just copy the required libraries to the server (you had to edit the batchfile anyway, didn't you?) you do not need the full IDE installation.
    Regards,
    Marc

  • SWF and XML for Command line compiling for iOS

    I need to compile an application for iOS using command line ADT. I need to pass the SWF and XML to the ADT command. But which ones do I need to pass as the ones available are in the debug folder and I don't think they are well optimized for mobile publishing. Also the XML has debug with id in it.

    Hi,
    Yes, Flash Builder, by default, doesn’t save release swfs. A simpler way to get them however be to go to Project->Properties->Flex Compiler and set
    ‘-debug=false’ in compiler arguments.
    Now the swf generated in bin-debug will be a release swf.
    Please let us know in case you face any issues.
    Thanks,
    Amish.

  • Declaring UTIs for command line utilities?

    I'm working on some command line tools for manipulating Intel Hex files and I'd like to include a Quick Look generator. It appears there aren't any built-in UTIs for this file type, so I need to declare them, which apparently is handled by an application bundle. But command line utilities don't have an application bundle. So where do I put the plist to declare the new UTIs?

    The part of the plist for specifying the UTIs that the generator can handle doesn't seem to allow for defining a new UTI, so I'm assuming it has to be done someplace else.
    Here's the documentation I'm looking at: http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/Q uicklookProgramming_Guide/Introduction/Introduction.html#//appleref/doc/uid/TP40005020-CH1-SW1
    From Listing 3-1
    <array>
    <string>SUPPORTEDUTITYPE</string> // change this!
    </array>
    it looks like the generator plist can only specify existing UTI strings. I don't see where to specify all the other bits, like file name extension. Am I missing something?

  • Code for command line

    Hello everyone,
    I have a SQL SSIS package that I would like to trigger
    through Cold fusion. I looked into SQL help, it said that using
    "dtexec" at command line will work. My question is: how do I get
    Cold Fusion do a command line job? What is the sytext/code for
    that?
    Thanks in advance.

    Lei Hu wrote:
    > Hello everyone,
    > I have a SQL SSIS package that I would like to trigger
    through Cold fusion.
    > I looked into SQL help, it said that using "dtexec" at
    command line will work.
    > My question is: how do I get Cold Fusion do a command
    line job? What is the
    > sytext/code for that?
    >
    > Thanks in advance.
    >
    The <cfexecute...> tag allows ColdFusion to run command
    line code. It
    can take a lot of trial and error to get that to work
    properly. User
    permissions of the ColdFusion server standard output versus
    standard
    error, version of ColdFusion are all potential hickups with
    this type of
    code.
    Take it slow, one step at the time is the best advice I can
    give you for
    using <cfexecute...>.
    Ian

  • DP Execution-Execute a DP without supplying value for command line argument

    DP Execution - How to execute a DP without supplying value for a command line argument?
    My requirement is like Directive should have an optional command line argument.
    i.e., even if the value is not supplied for the command line arg, my DP should run.
    Your help is appreciable.

    What is DP?
    What is Directive?

  • GPU acceleration for command line renderer?

    Hello,
    is it possible to use CUDA for batch rendering with many projects over the command line tool aerender ?
    Would a nVidia TESLA GPU significantly increase the performance? Or are only the 570/580 and Quadro GPUs supported?
    kind regards
    Poison Nuke
    www.poisonnuke.de

    No.
    The GPU matters hardly at all for After Effects. After Effects doesn't use CUDA at all, and primarily uses OpenGL for a low-fidelity preview renderer. Don't waste your time thinking about the GPU for After Effects.
    See this video for details:
    http://www.video2brain.com/en/videos-5359.htm

  • Java API Calls for command line operations

    I would like to use the command line operations programmatically from Java, or PL/SQL.
    I would like to parse a XML file. From DOS Command line I can issue a ifsput test.xml and I can have the file parsed and stored in the database.
    Can I do the same thing programmatically using java or plsql from database.
    Thanks
    Ramna

    The following code allows you to parse an XML file. In this case it parses a string containing a SimpleUserDefinition.
    package ifs.demo.common.users;
    import oracle.ifs.beans.*;
    import oracle.ifs.beans.parsers.Parser;
    import oracle.ifs.beans.parsers.SimpleXmlParser;
    import oracle.ifs.common.*;
    import java.io.File;
    import java.io.StringReader;
    import java.io.FileNotFoundException;
    import ifs.demo.vcard.type.Vcard;
    import ifs.demo.vcard.parser.VcardParser;
    import java.util.Locale;
    import java.util.Hashtable;
    public class UserCreator extends Object {
    private static LibrarySession getConnection(String user,String password,String serviceName, String schemaPassword)
    throws IfsException
    LibraryService service = new LibraryService();
    CleartextCredential me = new CleartextCredential(user,password);
    ConnectOptions connect = new ConnectOptions();
    connect.setLocale(Locale.getDefault());
    connect.setServiceName(serviceName);
    connect.setServicePassword(schemaPassword);
    return service.connect(me,connect);
    private static void createUser(LibrarySession ifs)
    throws IfsException
    String simpleUserString = "<?xml version = '1.0' standalone = 'yes'?>\n"
    + "<SimpleUser>\n"
    + " <UserName>TestUser2</UserName>\n"
    + " <Password>ifs</Password>\n"
    + " <HomeFolderRoot>/home</HomeFolderRoot>\n"
    + "</SimpleUser>\n";
    StringReader userDefinition = new StringReader(simpleUserString);
    SimpleXmlParser xmlParser = new SimpleXmlParser(ifs);
    xmlParser.parse(userDefinition,null,null);
    public static void main(String[] args)
    try {
    LibrarySession ifs = getConnection("system","manager","IfsDefault","manager");
    ifs.setAdministrationMode(true);
    createUser(ifs);
    } catch (IfsException e) {
    IfsException.setVerboseMessage(true);
    e.printStackTrace();
    Note that you ask about doing this from the database. If you mean that you want to run this code from inside the database the answer is not supported in 1.1. What you would need to do is use Oracle Advanced QUeuing to send a message, containing the XML to a process running outside the database and have that process connect to iFS and perform the parsing.
    null

  • Converting string inputs for command line to integers using parseInt()

    Hi,
    My program takes in an input from the command line - "args[0]".
    This line is supposed to be an integer but of course I depending on the user entering the correct data which is never a good scenerio. I used the line "int year = Integer.parseInt(args[0]); I get an error though if the user enters something like "java myProgram Hello" instead of "java my Program 1982".
    I want my program to continue running even if the input can't be converted to an integer. At the moment, it is terminating due to an invalid input. Is there anything I can do to keep this program running even if the input is invalid?
    Thanks

    Use a try/catch block
    int year;
    try {
       year = Integer.parseInt(args[0]);
    } catch (NumberFormatException nfe) {
        System.err.println("Usage: java myProgram  {year}");
        System.exit(-1);
    }

  • How to get current xpog/ypog for command line BOX.

    hi,
    I have to use three Box command in a winow. each box command covering some variable line, so i cannot put xpog as constant. Hence, i want to know the xpog after 1st box get completed.
    e.g.
    1st Box:
    IF <cond>
    BOX Height x1
    else
    BOX Height x2
    endif
    2nd Box:
    <should start after 1st box get completed>
    similarly for third.
    Thanx in advance.

    Hi!
    Yes it is possible to play arount with positions of Box.
    You can pass variable name in between & in place of fixed XPOS and YPOS.
    and pass value to that dynamic variable.
    You have to test a lot with different values in those variables for pefect settings.
    The variable must be CHAR type, and contain the value like this '10.0'.
    Regarrds
    Tamá

  • PHP include path for command line applications

    I'm packaging my first contribution to the AUR: a package for Boris, a tiny REPL for PHP.
    The issue I'm finding is that it includes a file relative to where the bin is and it somewhat conflicts with Arch's recommendation for using /usr/lib/pkgname for shared files. You can see the offending line here: https://github.com/d11wtq/boris/blob/ma … n/boris#L6
    I fixed it with sed, but I'm not happy with the solution I wrote. I hoped for PHP shared libraries to have a $PATH such as Python packages, but it seems like it doesn't (by default). See my pkgbuild here: http://sprunge.us/TYgj

    I do it using the registry.  Here is a post where I have a AutoIt EXE scan for what versions of the runtime engine are installed.  And then it runs an EXE that is compatible with the run-time engine or development environment installed.
    http://lavag.org/topic/17803-run-exe-based-on-installed-run-time/
    But you can also do it from a VI.  Attached is a VI that will find the Run-Time versions installed and development with path to the EXE/DLL.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    LabVIEW Versions Installed Registry.vi ‏37 KB

  • Running javac for command line

    i am trying to run the javac command from the command prompt. However I am being reported the following message: 'javac' is not recognised as an internal or external command...
    Does anybody know what I need to do? is it something to do with the class path?
    Thanks.

    What's the diff between classpath and path?PATH is what Windows (or the command shell) uses to find the program whose name matches the first word of the command you type.
    So when you type
    javac something something
    the command shell searches through all the elements in PATH to find javac.exe or javac.bat. This has been around for a long time and has nothing to do with Java. Unix also uses a PATH environment variable for the same purpose.
    CLASSPATH is what the JVM uses to find classes.

  • Assigning parameters dynamically for command line processing

    hi,
    how do i put the parameter dynamically for post processing in the file adapter?
    for processing UNIX scripting in the commandline in the receiver file adapter i need to use paramaters, like file name and directory dynamically. how can this be achieved?
    regards,
    meenakshi

    Hello,
    Only two parameters are availible in OS command in SAP PI.
    When the operating system command is called, the file name currently being processed can be specified with the following placeholders:
    %f (file name)
    %F (absolute file name including path)
    BR,
    Dzmitry

Maybe you are looking for

  • Screenshots in Mac OS X

    Hey guys, Good Morning! How are you doing? I am in need of your help. I am stuck in a problem. I am new to PyObjC, and I want to write my own Screenshot Taking program in PyObjC for Mac OS X. The logic which I could think of is, we can something use

  • BT Prob with PC Suite - not in windows itself.

    Hi everybody. After a fresh Installa of Nokia PC Suite 6.85.14.1 on my Windows XP Prof. SP2 PC I cannot connect from PC Suite to my Nokia 6230i. after entering the pairing key, my phone saysK but my PC says: "Phone cannot be authenticated". If I conn

  • Reason needed for the status Canceled - Since already processed.

    We have an IDOC to PROXY scenario and we encountered an error. First time the message failed in PI with the error message as <SAP:Category>XIServer</SAP:Category> <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code> <SAP:P1>500</SAP:P1>

  • Cisco 2821 - ASA5520 - 3750G help

    I need help Before – working no probs at the moment my router is my dsl  connection and then a point to point link between the router and the  switch with ospf routing. I'm trying to put a routed asa 5520 between my router and switch for added protec

  • Cannot download from app store on ios 4

    every time i browse my app store and choose an app, when i touch DOWNLOAD, the app store closes down and nothing happens, it takes me to the springboard. I was able to sync all my apps on itunes and everything after upgrading but im not able to downl