This forum has been archived. All content is frozen. Please use KDE Discuss instead.

please help me install isoimagewriter

Tags: None
(comma "," separated)
User avatar
jackdinn
Registered Member
Posts
78
Karma
0

please help me install isoimagewriter

Mon Dec 04, 2017 12:25 pm
I'v just changed to Neon 5.11 and i can't find a simple ISO to USB writer that i can add to the dolphin system menus. I was using mint KDE and was using mintstick, that worked great.

Im trying to install isoimagewriter https://community.kde.org/ISOImageWriter#Maintainer

the readme in the package says :-
In Linux/Mac OS X:

Go to the source directory of the project and run:

qmake
make


but when i run qmake i just get this :-

Code: Select all
greg@greg-Inspiron-5767 ~/Downloads/isoimagewriter-0.2 $ qmake
Usage: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake [mode] [options] [files]

QMake has two modes, one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project

Mode:
  -project       Put qmake into project file generation mode
                 In this mode qmake interprets files as files to
                 be built,
                 defaults to *.c; *.ui; *.y; *.l; *.ts; *.xlf; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
                 Note: The created .pro file probably will
                 need to be edited. For example add the QT variable to
                 specify what modules are required.
  -makefile      Put qmake into makefile generation mode (default)
                 In this mode qmake interprets files as project files to
                 be processed, if skipped qmake will try to find a project
                 file in your current working directory

Warnings Options:
  -Wnone         Turn off all warnings; specific ones may be re-enabled by
                 later -W options
  -Wall          Turn on all warnings
  -Wparser       Turn on parser warnings
  -Wlogic        Turn on logic warnings (on by default)
  -Wdeprecated   Turn on deprecation warnings (on by default)

Options:
   * You can place any variable assignment in options and it will be     *
   * processed as if it was in [files]. These assignments will be parsed *
   * before [files].                                                     *
  -o file        Write output to file
  -d             Increase debug level
  -t templ       Overrides TEMPLATE as templ
  -tp prefix     Overrides TEMPLATE so that prefix is prefixed into the value
  -help          This help
  -v             Version information
  -after         All variable assignments after this will be
                 parsed after [files]
  -norecursive   Don't do a recursive search
  -recursive     Do a recursive search
  -set <prop> <value> Set persistent property
  -unset <prop>  Unset persistent property
  -query <prop>  Query persistent property. Show all if <prop> is empty.
  -cache file    Use file as cache           [makefile mode only]
  -spec spec     Use spec as QMAKESPEC       [makefile mode only]
  -nocache       Don't use a cache file      [makefile mode only]
  -nodepend      Don't generate dependencies [makefile mode only]
  -nomoc         Don't generate moc targets  [makefile mode only]


I spent all day yesterday trying to figure out how to install isoimagewriter but was unsuccessful. Can anyone please help.
tosky
Registered Member
Posts
210
Karma
3
Isn't isoimagewriter already packaged in Neon?

The README is outdated, as it still refers to the ROSA image writer. isoimagewriter uses cmake, not qmake.


tosky, proud to be a member of KDE forums since 2008-Oct.
User avatar
jackdinn
Registered Member
Posts
78
Karma
0
No its not in the packages :( and i still cant install it

Code: Select all
greg@greg-Inspiron-5767 ~/Downloads/isoimagewriter-0.2 $ apt search imagewriter
Sorting... Done
Full Text Search... Done
greg@greg-Inspiron-5767 ~/Downloads/isoimagewriter-0.2 $ apt search isoimagewriter
Sorting... Done
Full Text Search... Done
greg@greg-Inspiron-5767 ~/Downloads/isoimagewriter-0.2 $ cmake
Usage

  cmake [options] <path-to-source>
  cmake [options] <path-to-existing-build>

Specify a source directory to (re-)generate a build system for it in the
current working directory.  Specify an existing build directory to
re-generate its build system.

Run 'cmake --help' for more information.

greg@greg-Inspiron-5767 ~/Downloads/isoimagewriter-0.2 $ cmake .
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:7 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.1.0) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also "/home/greg/Downloads/isoimagewriter-0.2/CMakeFiles/CMakeOutput.log".
greg@greg-Inspiron-5767 ~/Downloads/isoimagewriter-0.2 $
User avatar
apachelogger
KDE Developer
Posts
525
Karma
5
OS
tosky wrote:Isn't isoimagewriter already packaged in Neon?


Only in the dev editions (git builds), the release editions do not have it as Jon hasn't made a production release of imagewriter yet.

As for the OP: image writer binaries are linked at https://neon.kde.org/download


Annoyed with bbcode since 1999.
User avatar
jackdinn
Registered Member
Posts
78
Karma
0
apachelogger wrote:
tosky wrote:Isn't isoimagewriter already packaged in Neon?


Only in the dev editions (git builds), the release editions do not have it as Jon hasn't made a production release of imagewriter yet.

As for the OP: image writer binaries are linked at https://neon.kde.org/download



Ah ha, ok i've got the binary to run, Thank you. Just need to alter my dolphin service .desktop file now or take a look at https://store.kde.org/p/1186355/ either way i appreciate the help.
User avatar
boospy007
Registered Member
Posts
237
Karma
0
OS
What ist with
Code: Select all
apt install usb-creator-kde

it is not for dolphin, but also very easy.
User avatar
jackdinn
Registered Member
Posts
78
Karma
0
boospy007 wrote:What ist with
Code: Select all
apt install usb-creator-kde

it is not for dolphin, but also very easy.


Cheers, iv got a few to choose from now and any of them can be added to dolphins service menu very easily with just a .desktop file in the right place.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]