
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 3 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 3 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
ambro
10 years ago
I've noticed a small bug: when you mount an image via the context menu, KDE seems to be waiting for something but it times out after some time (cursor jumps up and down, a stub entry in the task manager).
Also, I would prefer if the program lauched cdemud itself if it's not running yet. This way I wouldn't have to launch it by hand or add an autostart entry in KDE.
Report
olexxy
10 years ago
Report
marcel83
10 years ago
Report
olexxy
10 years ago
Report
tuxist
10 years ago
http://www.tuxist.de/files/kde-cdemu-0.4.tar.gz
Report
kubuntufan
10 years ago
Cheers.
Report
medo3891
11 years ago
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;
Report
marcel83
11 years ago
Report
medo3891
11 years ago
Report
vnu007dl
11 years ago
Couldn't mount the image! All virtual drives are in use.
What it is wrong?What to do with this?
Report
ssuominen
11 years ago
How about changing it for next version?
kde_cdemu (with the underscore) isn't very "handy" to type from command line package managers IMHO
Report
andhom
11 years ago
Thanks a lot!
Report
marcel83
11 years ago
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:-)
Report
nukedathlonman
11 years ago
Report
andhom
11 years ago
thanks!
Report
kneczaj
11 years ago
Report
tudor
11 years ago
Thank you (in advance).
Report
tudor
11 years ago
http://dl.transfer.ro/_ro_kde_cdemu.tar-d8f93c63d.gz
PS: the site hosts it for 10 days only, but I'll upload it again if you need it.
Report
marcel83
11 years ago
Thanks.
Report
Rehto
11 years ago
Couldn't mount the image! All virtual drives are in use.
Report
bloodnok
11 years ago
Report
nugrud
11 years ago
cdemud -d
Daemon returned 0.
cdemu --version
cdemu-client 1.2.0 - (C) Rok Mandeljc
cdemu status
Devices' status:
DEV LOADED FILENAME
0 0 N/A
And your app doesn't see dev 0, and when I try to mount anything it states all drivers are busy.
Report
sl1pkn07
12 years ago
http://www.sendspace.com/file/gimmw0
greetings
Report
marcel83
12 years ago
Could you also have a look at the kde_cdemu.desktop and kde_cdemu_mount.desktop files and translate those? It's only three lines so you can just post them here.
Thanks.
Report
sl1pkn07
12 years ago
GenericName[es]=Manejador de unidades virtuales
Name[es]=Montar Imagen
greetings
Report