search for: soffic

Displaying 20 results from an estimated 28 matches for "soffic".

Did you mean: soffice
2015 Sep 07
2
[PATCH mesa 3/3] nv30: Disable msaa for now because it causes lockups
On Mon, Sep 7, 2015 at 3:50 PM, Hans de Goede <hdegoede at redhat.com> wrote: > msaa use on nv30 may trigger a (mesa?) bug where dmesg says: > [ 1197.850642] nouveau E[soffice.bin[3785]] fail ttm_validate > [ 1197.850648] nouveau E[soffice.bin[3785]] validating bo list > [ 1197.850654] nouveau E[soffice.bin[3785]] validate: -12 > [ 1201.766955] nouveau E[soffice.bin[3785]] fail ttm_validate > [ 1201.766961] nouveau E[soffice.bin[3785]] validating bo list...
2018 Jul 06
4
Bash question
Hi All, I am trying to build a command line with spaces in the argument. This demonstrates what I am trying to do. Clearly the first two commands work fine. However, the last 4 lines to not. /opt/libreoffice5.4/program/soffice.bin --headless --convert-to csv "/tmp/file.xlsx" /opt/libreoffice5.4/program/soffice.bin --headless --convert-to csv "/tmp/file 2.xlsx" MSG="file 2" MSG="csv \"$MSG\"" echo $MSG /opt/libreoffice5.4/program/soffice.bin --headless --convert-to $MSG...
2015 Sep 07
5
[PATCH mesa 1/3] nv30: Fix max width / height checks in nv30 sifm code
The sifm object has a limit of 1024x1024 for its input size and 2048x2048 for its output. The code checking this was trying to be clever resulting in it seeing a surface of e.g 1024x256 being outside of the input size limit. This commit fixes this. Signed-off-by: Hans de Goede <hdegoede at redhat.com> --- src/gallium/drivers/nouveau/nv30/nv30_transfer.c | 4 ++-- 1 file changed, 2
2015 Sep 09
3
[PATCH mesa v2 1/2] nv30: Fix color resolving for nv3x cards
We do not have a generic blitter on nv3x cards, so we must use the sifm object for color resolving. This commit divides the sources and dest surfaces in to tiles which match the constraints of the sifm object, so that color resolving will work properly on nv3x cards. Signed-off-by: Hans de Goede <hdegoede at redhat.com> --- Changes in v2: -Use 1024x1024 blocks -Use the sifm on both nv3x
2008 Mar 15
3
test for running process
I want to know if a linux process is already runnning, eg, I could use ps -e |grep soffice However under wine, the output can not be read (mentioned in my last email), is there any other alternatives? regards,
2007 Mar 26
5
OpenOffice 2.1 with CentOS 4.4 x86_64 doesn't work
Hi, I removed the openoffice 1.1 release from my system (kernel 2.6.9) for install the full OpenOffice 2.1. But after trying to start the new soffice, nothing happen. (may be java problem ?) Could someone help me ? Regards? __________________________ Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme ? sa destination...
2009 Jul 31
0
Somewhat OT: OpenOffice.org Headless issues as non-root user
...39; +++ LOGLEVEL=3 +++ PROMPT=yes +++ AUTOSWAP=no ++ '[' pty = serial ']' ++ '[' color '!=' verbose ']' ++ INITLOG_ARGS=-q ++ __sed_discard_ignored_files='/\(~\|\.bak\|\.orig\|\.rpmnew\|\.rpmorig\|\.rpmsave\)$/d' + ooffice=/opt/openoffice.org3/program/soffice.bin + prog='OpenOffice.org Headless' + pidfile=/var/run/ooo-headless/ooo-headless.pid + lockfile=/var/lock/subsys/ooo-headless + OPTIONS='-headless -nofirststartwizard -nologo -norestore -invisible -accept=socket,host=localhost,port=2002;urp;StarOffice.Service' + RETVAL=0 + case &q...
2005 Jul 26
0
openoffice(linux) can't open files from a wineapplication
...#39;ll have to put the shell script in the same directory you have at the registry entries. In our case the "executable" must be at: C:\\Program Files\\OpenOffice.org\\ooffice.exe d) the "executable" oofice.exe is the following shell script: #!/bin/sh LOG="$HOME/tmp/soffice.exe-log.`id -u -n`" echo "Arguments received: $@" > $LOG RESULT=`winepath "$@" 2> /dev/null` echo "/usr/bin/soffice $RESULT" >> $LOG TMP=$TMPDIR ; TEMP=$TMPDIR ; /usr/bin/soffice "${RESULT}" rm -f "$RESULT" Of course, the...
2004 May 28
1
[Samba + CIFS] Symbolic link problems
...e link files *as is*, so that the Unix clients resolve the link. Symlinks are an important filesystem feature and their lack breaks many software, especially when using home directories exported from Samba shares. OpenOffice for example, which makes a shorcut from '/usr/lib/ooo-1.1/program/soffice' to '~/.rhopenoffice-1.1/soffice', and refuses to start if it can't :( I've seen previous discussions on this topic, but found no solution. Cf. <http://groups.google.fr/groups?th=16eee5a8241654f1> and <http://groups.google.fr/groups?th=44b101ab6fdb7541>. Thanks...
2012 Nov 30
1
libreoffice
CentOS 6.3, libreoffice-core-3.4.5.2-16.1.el6_3.x86_64, running kde I had a couple of documents up. From a terminal window, I ran soffice to look at a document I'd just received in an email*. Looked at it. Killed the soffice session... and the other docs closed, and libreoffice shut down. Anyone else seen something like this? mark * For extra measure, I know that I've put *.docx in system-settings->file-association...
2009 Mar 18
3
fill_share_mode_lock failed
...[2009/03/18 13:20:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(4006) call_trans2qfilepathinfo xxxx/Anwendungsdaten/OpenOffice.org/3/user/config/soffice.cfg/modules/StartModule/statusbar (fnum = -1) level=1004 call=5 total_data=0 [2009/03/18 13:20:41, 3] smbd/process.c:process_smb(1549)...
2010 Apr 03
2
(OT) OpenOffice.org calc chart strangeness.
I am attempting to create a simple line chart graphing three columns from a soffice-calc spreadsheet. I expect it to take the leftmost column as the X-Axis, plotting the others on the Y-Axis, but it always creates an X-Axis of the row number in the columns, and the first column amongst the data. I have tried this on OpenOffice.org 3.2.0, NeoOffice(R) 3.0.2 Patch 2, iWork Pages,...
2015 Aug 14
2
Clunky Xorg with latest 6.7 upgrade?
...zer. After shutting down FF and before restarting FF, region selection still lagging and jerky. Top shows PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 32160 root 20 0 221m 75m 13m R 68.7 1.0 1192:08 Xorg 2025 hardtolo 20 0 1479m 281m 78m R 14.6 3.6 226:35.72 soffice.bin 1035 wild-bil 20 0 1116m 315m 43m S 7.6 4.0 196:15.91 firefox The FF above is different user, with which there are generally no effects because of low usage. Xorg dropped from 76.5% at the time I posted yesterday. So even with that heavy user's FF shutdown, Xork (a new snigglet?!) i...
2015 Aug 14
0
Clunky Xorg with latest 6.7 upgrade?
...down FF and before restarting FF, region selection still > lagging and jerky. Top shows > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 32160 root 20 0 221m 75m 13m R 68.7 1.0 1192:08 Xorg > 2025 hardtolo 20 0 1479m 281m 78m R 14.6 3.6 226:35.72 soffice.bin > 1035 wild-bil 20 0 1116m 315m 43m S 7.6 4.0 196:15.91 firefox > > The FF above is different user, with which there are generally no > effects because of low usage. Xorg dropped from 76.5% at the time I > posted yesterday. So even with that heavy user's FF shutdown,...
2010 Jul 09
1
OpenOffice.org 3.1 installation was corrupted-installed again, nothing in Applications/Office menu
...lable but not installed", but then, when I used "yum install openoffice.org-core there was a long list of Transaction Check Errors. I then removed openoffice.org3.1-redhat-menus-noarch which was in the errors. Here's the first of those errors: Transaction Check Error: file /usr/bin/soffice from install of openoffice.org-core-3.1.1-19.5.el5_5.1.i386 conflicts with file from package openoffice.org3.1-redhat-menus-3.1-9393.noarch The transaction completed OK, after I removed openoffice.org3.1-redhat-menus-noarch, but now, there is nothing in Applications/Office menu for OpenOffice.org...
2015 Aug 13
2
Clunky Xorg with latest 6.7 upgrade?
...PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 32160 root 20 0 259m 104m 22m R 76.5 1.3 559:07.79 Xorg 23391 hardtolo 20 0 6293m 215m 26m S 16.9 2.7 21:49.86 java . . . And several instances of Xorg (one per user in addition to the shown root instance), java, FF, soffice.bin, a plugin-container for FF, ... Using stock Gnome Desktop with three active X sessions, 6 desktops for two users, multiple FF instances with multiple tabs. 6-core AMD 3200PR with ... $ free total used free shared buffers cached Mem: 8057856 528548...
2016 Jan 22
20
[Bug 93828] New: Xorg hangs randomly with nouveau driver
...uld be reproduced cometimes when playing video or starting libreoffice, but not limited to. If pressing Ctrl+Alt+Backspace, monitor goes to sleep immediately. Alt+Sysrq combinations are usually working and also ssh. System journal contains: kernel: nouveau 0000:01:00.0: fifo: CACHE_ERROR - ch 16 [soffice.bin[30009]] subc 5 mthd 0184 data beef0201 ... and many similar lines with changing numbers after subc, mthd and data. Folowed by: /usr/libexec/gdm-x-session[11881]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 55765, resource id: 100663298, major code: 18 (ChangeProperty), minor code: 0...
2015 Jun 27
3
Anyone else think the latest Xorg fix is hogging stuff?
...15645 hardtolo 20 0 6163m 350m 26m S 10.6 4.5 181:50.51 java 5663 hardtolo 20 0 1557m 202m 24m S 9.6 2.6 294:53.69 plugin-containe 27871 hardtolo 20 0 1957m 520m 88m S 7.6 6.6 456:54.44 soffice.bin 18245 hardtolo 20 0 6228m 356m 26m S 7.3 4.5 112:09.55 java 14349 hardtolo 20 0 6228m 345m 26m S 5.3 4.4 143:59.97 java 9164 root...
2015 Jun 28
0
Anyone else think the latest Xorg fix is hogging stuff?
...0 6163m 350m 26m S 10.6 4.5 181:50.51 > java > 5663 hardtolo 20 0 1557m 202m 24m S 9.6 2.6 294:53.69 > plugin-containe > 27871 hardtolo 20 0 1957m 520m 88m S 7.6 6.6 456:54.44 > soffice.bin > 18245 hardtolo 20 0 6228m 356m 26m S 7.3 4.5 112:09.55 > java > 14349 hardtolo 20 0 6228m 345m 26m S 5.3 4.4 143:59.97 > java...
2008 Mar 07
1
OpenOffice won't start up
Hi, I just ran an install of OpenOffice 2.31 on Centos 5.1 using these instructions - http://www.melvilletheatre.com/articles/openoffice-fedora/index.html Install seemed to go fine until I finished and then tried to start up K writer and none of the OO apps will start up from the menu. even though they are all showing up in start menu that 2.3 is installed. I'm using KDE mostly but have