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


-
- Content .- Fans  .- Knowledge Base  . 

Konqueror Burning Sidebar

   1,0  

KDE CD/DVD Software

Score 82%
Konqueror Burning Sidebar
zoom


Link:  Link
Downloads:  15908
Submitted:  Jul 28 2004
Updated:  Aug 10 2006

Description:

A KDE ioslave and sidebar that lets you create and burn CDs or DVDs from Konqueror.

(Used to be called kio_burn)

This software depends on K3b 0.12.x. I recommend you use 0.12.14 or greater if possible.




Changelog:

Fix to make file changes in burn:/ appear instantly in Konqueror.

Numerous bugs including some crashes have been fixed.




LicenseGPL
Source(Source tar.bz2)
Debian(Debian package)
Send to a friend
Subscribe
Other  Content  from phlegmatic
Report inappropriate content



goto page: prev   1  2  3  4  5  6 

-

 complie error

 
 by rokkford on: Jan 12 2006
 
Score 50%

i get

/usr/bin/ld: cannot find -ldbus-qt-1

trying to compile. can't find it anywhere, how do i install it?


¡hasta la victoria siempre!
Reply to this

-

 Re: complie error

 
 by stevenp on: Jan 12 2006
 
Score 50%

You need dbus with qt3 bindings. Most distros call this either dbus-qt-1-devel, dbus-devel, libdbus-1-devel, or something like this. Dbus is a fairly new technology, so mostly new (2005+) distros should have it.
-Steven


Reply to this

-

 Re: complie error

 
 by phlegmatic on: Jan 12 2006
 
Score 50%

Is this from compiling the burn-0.8.1 package or K3b? The burn package should not produce this message. I think K3b can compile without dbus by using configure --without-hal, but you will get better functionaility if you install dbus, dbus-qt and hal libraries and headers.


Reply to this

-

 Re: Re: complie error

 
 by phlegmatic on: Jan 13 2006
 
Score 50%

The burn package should not produce this message

Oops, sorry, it will if you have K3b installed with hal but not the hal development files. So yes, probably the best thing to do is install libhal-dev


Reply to this

-
.

 SlackWare Package!!!

 
 by gohanz on: Jan 12 2006
 
Score 50%

A SlackWare TGz package with SlackBuild Script is Ready to DownLoad!!!

http://www.slacky.it/

http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=897&parent=category


Reply to this

-

 Re: SlackWare Packag

 
 by phlegmatic on: Apr 18 2006
 
Score 50%

Cool, many thanks. I don't know much about putting together packages myself so this is really useful!


Reply to this

-
.

 compile error

 
 by BorgQueen on: Jan 13 2006
 
Score 50%

In file included from burn.cpp:27:
burn.h:11:37: kio/forwardingslavebase.h: No such file or directory
In file included from burn.cpp:27:
burn.h:18: error: `ForwardingSlaveBase' is not a class or namespace
burn.h:18: error: invalid base-class specification
burn.cpp: In constructor `kio_burnProtocol::kio_burnProtocol(const QCString&,
const QCString&, const QCString&)':
burn.cpp:33: error: class `kio_burnProtocol' does not have any field named `
ForwardingSlaveBase'
burn.cpp: In function `int kdemain(int, char**)':
burn.cpp:73: error: `dispatchLoop' undeclared (first use this function)
burn.cpp:73: error: (Each undeclared identifier is reported only once for each
function it appears in.)
make[2]: *** [burn.lo] Error 1
make[2]: Leaving directory `/home/Software/SoftwareTesting/SourceFiles/KonqBurn/burn-0.8.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Software/SoftwareTesting/SourceFiles/KonqBurn/burn-0.8.1'
make: *** [all] Error 2

Anyone know what this might be about?


Reply to this

-

 Re: compile error

 
 by phlegmatic on: Jan 13 2006
 
Score 50%

Hi, I probably should have put up a full list of compile dependencies. On Debian you need to do apt-get install libk3b-dev kdelibs4-dev kdebase-dev dbus-qt-1-dev libhal-dev There should be similar packages for other distributions.


Reply to this

-
.

 Re: Re: compile error

 
 by BorgQueen on: Jan 13 2006
 
Score 50%

I have all those packages installed.


Reply to this

-
.

 Re: Re: compile error

 
 by BorgQueen on: Jan 13 2006
 
Score 50%

The only thing I can think of is that I built k3b from source, the latest version. I don't have libk3b etc install, other than that I have everything.


Reply to this

-

 Re: compile error

 
 by phlegmatic on: Jan 13 2006
 
Score 50%

My mistake, it requires KDE 3.4 not 3.3. Sorry.


Reply to this

-
.

 Re: Re: compile error

 
 by BorgQueen on: Jan 13 2006
 
Score 50%

but I DON'T have 3.4! And I can't upgrade because I can't find any deb packages for 3.4 or better. I don't think Backport is going to do it.
Life hates me.


Reply to this

-

 nice!

 
 by zero1 on: Jan 13 2006
 
Score 50%

this is what i need! for quick burns and i don't wanna open k3b to burn files just under a 100mb or so.. .

thanks dude!


Reply to this

-
.

 configure error

 
 by crashoverridev on: Jan 23 2006
 
Score 50%

configure: error: taglib-config not found. Please install taglib development files and ensure taglib-config is in your PATH


Reply to this

-
.

 Re: configure error

 
 by watzke on: Apr 5 2006
 
Score 50%

So install taglib... you can't read it?


Nejhorší IM je ICQ.com!
Reply to this

-
.

 Very good

 
 by Aceler on: Apr 18 2006
 
Score 50%

Very. I really appreciate you.


Reply to this

goto page: prev   1  2  3  4  5  6 

Add commentBack




-



 
 
 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