
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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!
Changelog 2 years ago
Changelog from 0.7.2 to 0.7.3:
* Added Ukrainian translations
* Removed outdated and unmaintained translations
Changelog from 0.7.1 to 0.7.2:
* Added Chinese Taiwan and French translations
Changelog from 0.7 to 0.7.1:
* Fixed service menu entry showing for all files
Changelog from 0.5 to 0.7:
* Ported to KF5
* Improved the user interface
* Added support for adding and removing devices
* Added file history (thanks to Real-Gecko for the inspiration)
Changelog from 0.4 to 0.5:
* Updated for CDEmu 2.0 (thanks to ava1ar for the patch)
Changelog from 0.3.1 to 0.4:
* Updated for CDEmu 1.4.0
Changelog from 0.3 to 0.3.1:
* Fixed MIME type definitions to include new libmirage types
* Made the kde_cdemu_mount.desktop file compliant to the freedesktop.org Desktop Entry Specification
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
Changelog 2 years ago
Changelog from 0.7.2 to 0.7.3:
* Added Ukrainian translations
* Removed outdated and unmaintained translations
Changelog from 0.7.1 to 0.7.2:
* Added Chinese Taiwan and French translations
Changelog from 0.7 to 0.7.1:
* Fixed service menu entry showing for all files
Changelog from 0.5 to 0.7:
* Ported to KF5
* Improved the user interface
* Added support for adding and removing devices
* Added file history (thanks to Real-Gecko for the inspiration)
Changelog from 0.4 to 0.5:
* Updated for CDEmu 2.0 (thanks to ava1ar for the patch)
Changelog from 0.3.1 to 0.4:
* Updated for CDEmu 1.4.0
Changelog from 0.3 to 0.3.1:
* Fixed MIME type definitions to include new libmirage types
* Made the kde_cdemu_mount.desktop file compliant to the freedesktop.org Desktop Entry Specification
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
mastablasta
9 months ago
Report
bladud
4 years ago
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
Report
sl1pkn07
4 years ago
greetings
Report
marcel83
4 years ago
Report
ivanov17
6 years ago
http://paste.kde.org/706904/
http://paste.kde.org/706916/
Translation for .po file:
http://paste.kde.org/706898/
Report
Pulfer
5 years ago
Report
ava1ar
6 years ago
Report
aldicek
6 years ago
does this version cooperate with the recent version 2.1.1 too?
Regards
Aldicek
Report
ava1ar
6 years ago
Report
gcala
7 years ago
http://paste.kde.org/398378/ (desktop file)
http://paste.kde.org/398384/32906131/ (it.po)
the password to read it.po is: cdemu
Report
marcel83
7 years ago
Report
masterdany88
7 years ago
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$
Report
tetromino
7 years ago
(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.)
Report
masterdany88
7 years ago
Now its up and working.
thanks for Your help
great peace of code :D
Report
tetromino
7 years ago
https://bugs.gentoo.org/attachment.cgi?id=298605
Report
tuxist
7 years ago
http://tuxist.de/files/kde-cdemu-0.4.1.tar.gz
Report
TimeManx
7 years ago
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.
Report
darkbasic4
7 years ago
Report
TimeManx
8 years ago
Report
laloch
8 years ago
Report
RealGecko
8 years ago
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 ;)
Report
RealGecko
8 years ago
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?
Report
RealGecko
8 years ago
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?
Report
RealGecko
8 years ago
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?
Report
Dominor
8 years ago
Report