Warning: session_start(): open(/tmp/sess_b2cju8svla88opvbtpig4j93f2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
patrik08's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- patrik08's profile .- Fan of  .- CV  .- Friends (2) .- Content (12) .- Latest Comments (26) . 
Re: please prepare zibball
Dec 7 2013  on content OpenDocument format Reader/Writer odt

If you like to read & use code to open - pdf - docx - odt - rtf the adress is;

the new code begin here
https://github.com/pehohlva/qt-gmail-access/tree/master/console_doc
based from learning document xml format docx odt and
http://www.calligra-suite.org/

Read PDF by javascript
http://www.liberatv.ch/~pro/xpdf/web/viewer.html
I think only firefox % chrome browser...

One exe based of this code... here..
https://code.google.com/p/qtcocoon/downloads/list
http://qtcocoon.googlecode.com/svn/trunk/Tools_OpenDocument_Editor/

The begin 6-7 year a go many tousend downlaod
https://code.google.com/p/fop-miniscribus/

.
Re: Re: Build error
Dec 6 2013  on content OpenDocument format Reader/Writer odt

Only remove Makefile and create a new one by qmake..
I think is possible to build on qt4..
If you wait 10 day i think to have ready converter on - pdf - docx- odt - rtf
The format docx- odt is very optimal to create template on qt..
to view https://github.com/pehohlva/qt-gmail-access/tree/master/console_doc/doclib



.
Build on mac report...
Dec 5 2013  on content BackupTo

Hi i build on mac by leave from qmake file:
OTHER_FILES += qt.conf
On qt5... macdeployqt -v make a perfect job and bundle & pack all file inside..

icon BackupTo.icns not found ...
I take the png and convert on http://iconverticons.com/

setup on qmake file..

macx {
RC_FILE = BackupTo.icns
QMAKE_INFO_PLIST = Info.plist
# QTPLUGIN += qjpeg qgif qtiff
}

after build open here the mac crach report...:-(

NB. se sei su github.com magari posso contibuire a cercare errori con gdb...
Io cerco un backup remoto da da window server a linux in rete e viceversa...
Per intanto uso https://github.com/pehohlva/imq con wget...



Process: BackupTo [14344]
Path: /Users/USER/Downloads/*/BackupTo.app/Contents/MacOS/BackupTo
Identifier: com.yourcompany.BackupTo
Version: ???
Code Type: X86-64 (Native)
Parent Process: launchd [243]
Responsible: BackupTo [14344]
User ID: 505

Date/Time: 2013-12-05 02:25:18.838 +0100
OS Version: Mac OS X 10.9 (13A603)
Report Version: 11
Anonymous UUID: 2B0A1947-D1F9-9AD2-5BE0-38C50E32B461

Sleep/Wake UUID: 672C1EAE-80EF-461D-9754-0F5F90F593D8

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff96467866 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff90fb135c pthread_kill + 92
2 libsystem_c.dylib 0x00007fff8eb9dbba abort + 125
3 QtCore 0x0000000100b153d9 qt_message_fatal(QtMsgType, QMessageLogContext const&, QString const&) + 9
4 QtCore 0x0000000100b15a41 QMessageLogger::fatal(char const*, ...) const + 161
5 QtGui 0x00000001006ba0e3 QGuiApplicationPrivate::createPlatformIntegration() + 1763
6 QtGui 0x00000001006ba5bc QGuiApplicationPrivate::createEventDispatcher() + 28
7 QtCore 0x0000000100ce0ce5 QCoreApplication::init() + 101
8 QtCore 0x0000000100ce0c5a QCoreApplication::QCoreApplication(QCoreApplicationPrivate&) + 42
9 QtGui 0x00000001006b8a81 QGuiApplication::QGuiApplication(QGuiApplicationPrivate&) + 17
10 QtWidgets 0x000000010009a24e QApplication::QApplication(int&, char**, int) + 206
11 com.yourcompany.BackupTo 0x0000000100002d57 main + 39
12 com.yourcompany.BackupTo 0x0000000100002d24 start + 52

.
Re: Gentoo ebuild...
Sep 9 2008  on content Fop MiniScribus XSL-Fo

1000 tanks i append link .. have you any idea how to make package to debian?

.
Re: Re: Re: First try...
Sep 4 2008  on content Fop MiniScribus XSL-Fo

OK mutch tanks foedit is short to write.. on terminal or run..
I not know How i can append a menu application on the new KDE 4.1 or to send him KDE-Gnome

.
Re: Re: Re: Re: Re: Re: Compilation error...
Sep 3 2008  on content Fop MiniScribus XSL-Fo

As icon i have only
mac zzz.icns
win zzz.ico
unix zzz.png
on src/ source dir

.
Re: First try...
Sep 3 2008  on content Fop MiniScribus XSL-Fo

This is beta not stable .. is the first XSL-FO WYSIWYG editor which open >90% (exeption altova ...) of all apache fop sample file. Only drag to main findow , if you drag image in it create a image tag ..


Please submit all bug to:
http://code.google.com/p/fop-miniscribus/issues/list and me or my Project members can handle.

Scribus semi-format dont exist if your save to fo *.page format save doc 1:1 as internal QT document.

You can try to edit xsl-fo file on http://www.qt-apps.org/content/show.php/qxsl-fo?content=82672 ...

All icon that i having is at bottom from page: http://code.google.com/p/fop-miniscribus/
Can you help and draw icon?
All text action is listed on file http://fop-miniscribus.googlecode.com/svn/trunk/fop_miniscribus.2.0.0/src/textapi/Layer_CommandStorage.h enums DynamicCommandID StaticCommandID AbsCommandID the last is only to Floating Layer ... any new Project members are welcome.



.
Re: Re: Re: Re: Compilation error...
Sep 3 2008  on content Fop MiniScribus XSL-Fo

O yes this is possibel to make compatible on debian i append file
http://fop-miniscribus.googlecode.com/svn/trunk/fop_miniscribus.2.0.0/include/iostream.h

to take new method..

#include <ostream>
#include <istream>


I split now:
Whithout APNG: (Not having mozilla png hack lib)
http://fop-miniscribus.googlecode.com/svn/trunk/fop_miniscribus.2.0.0/
take this svn up ...

I now having a x 64 hardware to test...


Having APNG:
https://wysiwyg-edit.svn.sourceforge.net/svnroot/wysiwyg-edit/fop_miniscribus.2.0.0/



.
Re: Re: Re: Compilation error...
Sep 3 2008  on content Fop MiniScribus XSL-Fo

Try to rename /usr/include/pnglib file
to not load png system libs... MiniScribus has is hown png libs
As i Say on debian i renamed nothing

.
Re: Re: Re: Compilation error...
Sep 3 2008  on content Fop MiniScribus XSL-Fo


I dond know...
On my debian i can build the subdir modules/ (to make lib) this APNG is original from Mozilla source i not changed the original source from mozilla ... This is only to display animated process on wait... as image to not paint hundert frames

Have you take from SVN?


.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team