Warning: session_start(): open(/tmp/sess_cdjvkatbbtahbhnrm2hd9feev0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
harryzZz'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

-
- harryzZz's profile .- Fan of  .- CV  .- Friends  .- Content  .- Latest Comments (4) . 
.
also for nrg !
Mar 31 2004  on content MountISO

A very useful menu , but why not extend it also for .nrg images ?

This images are very common , and too much people (in particular newbie) that uses linux dont'know how to treat.

mount -t iso9660 -o loop,offset=307200 image.nrg mount_point/

What do you think ?

.
.
it doesn't compile
Mar 25 2004  on content KMameleon

it should be a good alternative to qtmame , but doesn't compile .
This is the output of make on a suse 9 system :

razzo@linux:~/kmameleon-1.0> make
make all-recursive
make[1]: Entering directory `/home/razzo/kmameleon-1.0'
Making all in images
make[2]: Entering directory `/home/razzo/kmameleon-1.0/images'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/razzo/kmameleon-1.0/images'
Making all in main
make[2]: Entering directory `/home/razzo/kmameleon-1.0/main'
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -o kmmifacedlg.h ./kmmifacedlg.ui
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -o dlgdebug.h ./dlgdebug.ui
/usr/lib/qt3/bin/moc ./mainwindow.h -o mainwindow.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../tools/romchecker -I./../tools/romchecker -I../tools/pathfinder -I./../tools/pathfinder -I../tools/romlister -I./../tools/romlister -I../widgets/ -I./../widgets -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT mainwindow.o -MD -MP -MF ".deps/mainwindow.Tpo" \
-c -o mainwindow.o `test -f 'mainwindow.cc' || echo './'`mainwindow.cc; \
then mv -f ".deps/mainwindow.Tpo" ".deps/mainwindow.Po"; \
else rm -f ".deps/mainwindow.Tpo"; exit 1; \
fi
In file included from mainwindow.h:51,
from mainwindow.cc:16:
../tools/romchecker/toolromchecker.h:41:33: toolromcheckeriface.h: No such file or directory
In file included from mainwindow.h:51,
from mainwindow.cc:16:
../tools/romchecker/toolromchecker.h:44: error: parse error before `{' token
../tools/romchecker/toolromchecker.h:45: error: virtual outside class
declaration
../tools/romchecker/toolromchecker.h:45: error: non-member function `const
char* className()' cannot have `const' method qualifier
../tools/romchecker/toolromchecker.h:45: error: virtual outside class
declaration
../tools/romchecker/toolromchecker.h:45: error: virtual outside class
declaration
../tools/romchecker/toolromchecker.h:45: error: virtual outside class
declaration
../tools/romchecker/toolromchecker.h:45: error: virtual outside class
declaration
../tools/romchecker/toolromchecker.h: In function `QObject* qObject()':
../tools/romchecker/toolromchecker.h:45: error: invalid use of `this' in
non-member function
../tools/romchecker/toolromchecker.h: At global scope:
../tools/romchecker/toolromchecker.h:45: error: parse error before `private'
../tools/romchecker/toolromchecker.h:48: error: destructors must be member
functions
../tools/romchecker/toolromchecker.h:50: error: parse error before `private'
../tools/romchecker/toolromchecker.h:69: error: parse error before `private'
../tools/romchecker/toolromchecker.h:75: error: parse error before `}' token
In file included from mainwindow.h:52,
from mainwindow.cc:16:
../tools/pathfinder/toolpathfinder.h:38:33: toolpathfinderiface.h: No such file or directory
In file included from mainwindow.h:52,
from mainwindow.cc:16:
../tools/pathfinder/toolpathfinder.h:41: error: parse error before `{' token
../tools/pathfinder/toolpathfinder.h:42: error: virtual outside class
declaration
../tools/pathfinder/toolpathfinder.h:42: error: non-member function `const
char* className()' cannot have `const' method qualifier
../tools/pathfinder/toolpathfinder.h:42: error: virtual outside class
declaration
../tools/pathfinder/toolpathfinder.h:42: error: virtual outside class
declaration
../tools/pathfinder/toolpathfinder.h:42: error: virtual outside class
declaration
../tools/pathfinder/toolpathfinder.h:42: error: virtual outside class
declaration
../tools/pathfinder/toolpathfinder.h: In function `QObject* qObject()':
../tools/pathfinder/toolpathfinder.h:42: error: redefinition of `QObject*
qObject()'
../tools/romchecker/toolromchecker.h:45: error: `QObject* qObject()' previously
defined here
../tools/pathfinder/toolpathfinder.h:42: error: redefinition of `QObject*
qObject()'
../tools/romchecker/toolromchecker.h:45: error: `QObject* qObject()' previously
defined here
../tools/pathfinder/toolpathfinder.h:42: error: invalid use of `this' in
non-member function
../tools/pathfinder/toolpathfinder.h: At global scope:
../tools/pathfinder/toolpathfinder.h:42: warning: default argument given for
parameter 2 of `QString tr(const char*, const char*)'
../tools/romchecker/toolromchecker.h:45: warning: after previous specification
in `QString tr(const char*, const char*)'
../tools/pathfinder/toolpathfinder.h:42: warning: default argument given for
parameter 2 of `QString trUtf8(const char*, const char*)'
../tools/romchecker/toolromchecker.h:45: warning: after previous specification
in `QString trUtf8(const char*, const char*)'
../tools/pathfinder/toolpathfinder.h:42: error: parse error before `private'
../tools/pathfinder/toolpathfinder.h:45: error: destructors must be member
functions
../tools/pathfinder/toolpathfinder.h:47: error: parse error before `private'
../tools/pathfinder/toolpathfinder.h:60: error: parse error before `private'
../tools/pathfinder/toolpathfinder.h:65: error: parse error before `}' token
In file included from mainwindow.h:53,
from mainwindow.cc:16:
../tools/romlister/toolromlister.h:44:32: toolromlisteriface.h: No such file or directory
In file included from mainwindow.h:53,
from mainwindow.cc:16:
../tools/romlister/toolromlister.h:47: error: parse error before `{' token
../tools/romlister/toolromlister.h:48: error: virtual outside class declaration
../tools/romlister/toolromlister.h:48: error: non-member function `const char*
className()' cannot have `const' method qualifier
../tools/romlister/toolromlister.h:48: error: virtual outside class declaration
../tools/romlister/toolromlister.h:48: error: virtual outside class declaration
../tools/romlister/toolromlister.h:48: error: virtual outside class declaration
../tools/romlister/toolromlister.h:48: error: virtual outside class declaration
../tools/romlister/toolromlister.h: In function `QObject* qObject()':
../tools/romlister/toolromlister.h:48: error: redefinition of `QObject*
qObject()'
../tools/pathfinder/toolpathfinder.h:42: error: `QObject* qObject()' previously
defined here
../tools/romlister/toolromlister.h:48: error: redefinition of `QObject*
qObject()'
../tools/pathfinder/toolpathfinder.h:42: error: `QObject* qObject()' previously
defined here
../tools/romlister/toolromlister.h:48: error: redefinition of `QObject*
qObject()'
../tools/romchecker/toolromchecker.h:45: error: `QObject* qObject()' previously
defined here
../tools/romlister/toolromlister.h:48: error: invalid use of `this' in
non-member function
../tools/romlister/toolromlister.h: At global scope:
../tools/romlister/toolromlister.h:48: warning: default argument given for
parameter 2 of `QString tr(const char*, const char*)'
../tools/pathfinder/toolpathfinder.h:42: warning: after previous specification
in `QString tr(const char*, const char*)'
../tools/romlister/toolromlister.h:48: warning: default argument given for
parameter 2 of `QString trUtf8(const char*, const char*)'
../tools/pathfinder/toolpathfinder.h:42: warning: after previous specification
in `QString trUtf8(const char*, const char*)'
../tools/romlister/toolromlister.h:48: error: parse error before `private'
../tools/romlister/toolromlister.h:51: error: destructors must be member
functions
../tools/romlister/toolromlister.h:55: error: redefinition of `KConfig*config'
../tools/pathfinder/toolpathfinder.h:56: error: `KConfig*config' previously
declared here
../tools/romlister/toolromlister.h:58: error: parse error before `private'
../tools/romlister/toolromlister.h:67: error: parse error before `private'
../tools/romlister/toolromlister.h:75: error: virtual outside class declaration
../tools/romlister/toolromlister.h:76: error: parse error before `}' token
In file included from mainwindow.cc:16:
mainwindow.h:77: error: syntax error before `*' token
mainwindow.h:78: error: syntax error before `*' token
mainwindow.h:79: error: syntax error before `*' token
mainwindow.cc: In constructor `KMameleon::KMameleon()':
mainwindow.cc:71: error: `romChecker' undeclared (first use this function)
mainwindow.cc:71: error: (Each undeclared identifier is reported only once for
each function it appears in.)
mainwindow.cc:71: error: parse error before `(' token
mainwindow.cc:72: error: `pathFinder' undeclared (first use this function)
mainwindow.cc:72: error: parse error before `(' token
mainwindow.cc:73: error: `romLister' undeclared (first use this function)
mainwindow.cc:73: error: parse error before `(' token
mainwindow.moc: At top level:
../tools/romlister/toolromlister.h:48: warning: `bool
qt_static_property(QObject*, int, int, QVariant*)' declared `static' but
never defined
../tools/romlister/toolromlister.h:48: warning: `QMetaObject*
staticMetaObject()' declared `static' but never defined
../tools/romlister/toolromlister.h:48: warning: `QString tr(const char*, const
char*)' declared `static' but never defined
../tools/romlister/toolromlister.h:48: warning: `QString trUtf8(const char*,
const char*)' declared `static' but never defined
make[2]: *** [mainwindow.o] Error 1
make[2]: Leaving directory `/home/razzo/kmameleon-1.0/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/razzo/kmameleon-1.0'
make: *** [all] Error 2

.
Re: Download
Jan 21 2004  on content Aethera

also I do not succeed !
bah ...

.


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