Source i (link to git-repo or to original if based on someone elses unmodified work):

https://github.com/marcelh83/kde-cdemu-manager

Original
12
Become a Fan
7.0

Available as/for:
Description:
KDE CDEmu Manager is a simple frontend for CDEmu.

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

It also includes a service menu for mounting images directly from Dolphin/Konqueror.

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

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

Translations and feedback are welcome.

Enjoy!

Ratings & Comments

56 Comments

mastablasta

is there a .deb file, PPA or a snap package? or flatpack? does this even work on Kubuntu 18.04?

bladud

Hi, I notice that the mimetypes for the dolphin service menu in kde_cdemu_mount.desktop are not quite right, at least with libmirage 3.3 For example, libmirage-b6t is the name of the file in /usr/share/mime/packages which is used to generate the mimetype, but the mimetype itself is application/x-b6t. So I think that the MimeType line in kde_cdemu_mount.desktop should read: MimeType=application/x-cd-image;application/x-cue;application/x-cdrao-toc;application/x-b6t;application/x-c2d;application/x-ccd;application/x-cdi;application/x-cif;application/x-daa;application/x-mds;application/x-nrg;application/x-xmd; ie, remove libmirage-* and replace with application/x-*. When I do this the "mount image" service menu for dolphin starts to work for *.nrg images. Thanks for your useful utility Simeon

sl1pkn07

Hi. any plans to port your app to Qt5/KF5? greetings

marcel83

I'll update CDEmu Manager once I've switched to Plasma 5 myself.

ivanov17

Translation for desktop files: http://paste.kde.org/706904/ http://paste.kde.org/706916/ Translation for .po file: http://paste.kde.org/706898/

Pulfer

Looks like these translations are corrupted (encoding issues).

ava1ar

Here is patch to make client work with cdemu v2.0: https://dl.dropbox.com/u/4514366/cdemu2.patch

aldicek

Hello, does this version cooperate with the recent version 2.1.1 too? Regards Aldicek

ava1ar

It should work I suppose, there were no major changes in cdemu since 2.0

gcala

Have transtaled pot and desktop files in italian; can you add them in next version? Thanks http://paste.kde.org/398378/ (desktop file) http://paste.kde.org/398384/32906131/ (it.po) the password to read it.po is: cdemu

marcel83

Added, thanks.

masterdany88

danielo@danielos:~/pobrane_Firefox/cdemu-client-1.4.0/build$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` CMake Error: The source directory "/home/danielo/pobrane_Firefox/cdemu-client-1.4.0/build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. danielo@danielos:~/pobrane_Firefox/cdemu-client-1.4.0/build$

tetromino

Cdemu-client-1.4.0 and kcdemu-0.3.1 are different pieces of software, written by different people. The instructions above are for compiling kcdemu; they do not apply to cdemu-client. (FYI, to build cdemu-client, you use the usual Linux ./configure, make, make install commands. If you don't know what that means, google for it.)

masterdany88

Yeah I see the difference now. I mess up with the other sources. Similar names and it made me confused. Now its up and working. thanks for Your help great peace of code :D

tetromino

In Gentoo, we've applied the following patch to allow kcdemu-0.3.1 to work with cdemud-1.4.0: https://bugs.gentoo.org/attachment.cgi?id=298605

tuxist

now cdemud will start if it not running http://tuxist.de/files/kde-cdemu-0.4.1.tar.gz

TimeManx

Yes, it does work. But could you rename the file to kde-cdemu-0.4.tar.gz. It would be easier to make a gentoo ebuild and besides the inner folder is named kde-cdemu-0.4 anyway. And are you planning to maintain it further? If so, would be great if you upload it as a new app coz marcel doesn't seem to be updating this anymore.

darkbasic4

It works, thanks!

TimeManx

I'm on gentoo and I cant mount an image with cdemu v1.4.0 using kcdemu since a dbus session doesn't exist. From konsole though, it works fine. And once an image is mounted (from konsole), kcdemu works fine with next images.

laloch

Hi, your way of probing for presence of cdemud via QDBusConnectionInterface::isServiceRegistered(...) does not work with D-Bus service autostarting, which is default in upcoming cdemu 1.3.1

RealGecko

Sorry, but I found out that everything was not about KDE CDEmu Manager, but my Removable Devices Manager. Somehow I uninstalled it from my system and every device needed to be mounted manually. Today I reinstalled it and everything is fine now. Thanks for great program. PS: sorry for spam, I posted the first message and then I was just pressing F5 in my browser to reload page so I can see if there any replies to my message. That happened twice and my first message was posted two more times. A little security breach in site ;)

RealGecko

I installed CDEmu 1.2.0 and KDE CDemu 0.3 from repositories of my Mandriva 2010.1 everything was fine except of that after mounting image through your utility image is mounted only in device but not to file system and I also needed to use "mount /dev/sr1 /media/cdrom" to get access to the content of my MDF image. I read somewhere that this issue is fixed in version 0.3.1 of KDE CDEmu. I came here downloaded sources, removed previous version 0.3 and installed 0.3.1 from sources, and.... nothing changed. I still have to mount device from console using "mount". I have KDE 4.4.3. How can I fix this problem?

RealGecko

I installed CDEmu 1.2.0 and KDE CDemu 0.3 from repositories of my Mandriva 2010.1 everything was fine except of that after mounting image through your utility image is mounted only in device but not to file system and I also needed to use "mount /dev/sr1 /media/cdrom" to get access to the content of my MDF image. I read somewhere that this issue is fixed in version 0.3.1 of KDE CDEmu. I came here downloaded sources, removed previous version 0.3 and installed 0.3.1 from sources, and.... nothing changed. I still have to mount device from console using "mount". I have KDE 4.4.3. How can I fix this problem?

RealGecko

I installed CDEmu 1.2.0 and KDE CDemu 0.3 from repositories of my Mandriva 2010.1 everything was fine except of that after mounting image through your utility image is mounted only in device but not to file system and I also needed to use "mount /dev/sr1 /media/cdrom" to get access to the content of my MDF image. I read somewhere that this issue is fixed in version 0.3.1 of KDE CDEmu. I came here downloaded sources, removed previous version 0.3 and installed 0.3.1 from sources, and.... nothing changed. I still have to mount device from console using "mount". I have KDE 4.4.3. How can I fix this problem?

Dominor

While making for myself a Fedora RPM, I also translated the application to European Portuguese. It is available in http://rapidshare.com/files/439710234/kde_cdemu_portuguese_translation. I, hereby, submit it to you.

Pling
0 Affiliates
Details
license GPLv3
version 0.8.2
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 4

Other System Tools (NOT OS or ROMS):

QPhotoRec
caezsar
last update date: 11 years ago

Score 5.7

Burg-manager
ingalex
last update date: 14 years ago

Score 7.4

Multi-Platform File Manager
Lunik
last update date: 21 years ago

Score 5.0

KFS
jrockey
last update date: 21 years ago

Score 5.0

dolphin-perforce-plugin
martin9000andersen
last update date: 11 years ago

Score 5.0

Copy full path
Coster
last update date: 11 years ago

Score 5.7



System Tags