-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 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 
--
-
 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 
--
-
 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
--
-
 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    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
- Content .- Fans (6) .- Knowledge Base  . 

KDE CDEmu Manager

   0.3  

KDE Service Menu

KDE CDEmu Manager
zoom


KDE CDEmu Manager
zoom


Depends on:  KDE 4.x
Downloads:  753
Submitted:  Feb 21 2009
Updated:  Nov 30 2009
Score: 
score80%80%score
 80% good
bad   good

Description:

KDE CDEmu Manager is a simple frontend for CDEmu.

It provides a little manager window that gives you an overview of your virtual drives and allows you to mount and unmount images.

It also includes a KDE service menu for mounting images directly from Dolphin/Konqueror (which is what most people will want to use).

Images can be unmounted like any other media through Dolphin or the Device Notifier plasmoid.

How to install:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
make install (as root)

Please note that starting with version 0.2 CDEmu 1.2.0 is required.

Translations and feedback are welcome.

Enjoy!

Currently following translations are available:
German, Polish, Romanian, Spanish




Changelog:

Changelog from 0.2 to 0.3:
-------------------------------
* Added support for the session bus

Changelog from 0.1 to 0.2:
-------------------------------
* Updated to CDEmu 1.2.0
* Cleaned up the code
* Improved build scripts




LicenseGPL
Source
donate
send to a friend
subscription
other apps from marcel83

goto page: prev   1  2 

-

 could you port to cdemu 1.2

 
 by kneczaj on: Oct 26 2009
 

Could you make the cdemu frontend work with version 1.2 of daemon? Version 1.0 is a bit old now.


Kamil
reply to this

-

 Re: could you port to cdemu 1.2

 
 by tudor on: Oct 27 2009
 

I second that :) There seems to be no problem when using cdemu 1.1.0, but it doesn't work with the more recent 1.2.1

Thank you (in advance).


reply to this

-

 1.2 support

 
 by andhom on: Nov 5 2009
 

please add cdemud 1.2 support

thanks!


reply to this

-

 Awesome

 
 by nukedathlonman on: Dec 1 2009
 

This is fantastic & 1,000,000x easier then having to use a command line. Not sure how open to idea's you are, bit would be a nifty feature if down the road could be worked to have multi image mounting - multi images all mounted in the same place, but use a key sequence to change simply change the mounted image.


reply to this

-

 Name change kde_cdemu > kcdemu

 
 by ssuominen on: Dec 4 2009
 

I've committed this in Gentoo's Portage as app-cdr/kcdemu because we had already app-cdr/cdemu and app-cdr/gcdemu.

How about changing it for next version?

kde_cdemu (with the underscore) isn't very "handy" to type from command line package managers IMHO


reply to this

-

 Re: Name change kde_cdemu > kcdemu

 
 by marcel83 on: Dec 4 2009
 

Hi

I originally planned to call it KCDEmu but as it turned out, the name was already taken. There's a KDE3 frontend that goes by that name, although it apparently hasn't been maintained for years. I thought it would be better to chose a new name rather than just stealing the name and causing confusion.

Btw, it's nice to see this in Portage:-)


reply to this

-

 Re: Name change kde_cdemu > kcdemu

 
 by andhom on: Jan 7 2010
 

> I've committed this in Gentoo's Portage as app-cdr/kcdemu

Thanks a lot!


reply to this

-

 I can not mount any images

 
 by vnu007dl on: Dec 6 2009
 

Just like in subject, when i dlike to mount any image I still get information:
Couldn't mount the image! All virtual drives are in use.
What it is wrong?What to do with this?


reply to this

-

 Nice tool!

 
 by medo3891 on: Dec 9 2009
 

Hi. Nice tool indeed.

There's a problem, cosmetic, with kde_cdemu_mount.desktop , it's not compliant with XDG specifications, this should fix it:

[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
-MimeType=application/x-cd-image;application/x-cue;application/x-cdrao-toc;application/x-nrg;application/x-mds;application/x-daa;application/x-cif;application/x-b6t;application/x-c2d;application/x-cdi;application/x-ccd
-Actions=mount
+MimeType=application/x-cd-image;application/x-cue;application/x-cdrao-toc;application/x-nrg;application/x-mds;application/x-daa;application/x-cif;application/x-b6t;application/x-c2d;application/x-cdi;application/x-ccd;
+Actions=mount;


reply to this

-

 Re: Nice tool!

 
 by marcel83 on: Dec 11 2009
 

Thanks for the hint. I've fixed it for the next release.


reply to this

-

 Re: Re: Nice tool!

 
 by medo3891 on: Dec 11 2009
 

Thanks. :)


reply to this

goto page: prev   1  2 

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore
Cool Sites
iPhone Hintergrundbilder

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

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.