All Projects → LinArcX → Kindd

LinArcX / Kindd

Licence: gpl-3.0
A kindful dd, written in qt-quick.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Kindd

Rufus
The Reliable USB Formatting Utility
Stars: ✭ 16,917 (+18090.32%)
Mutual labels:  iso, usb, grub, boot
Liveusb Builder
A script suite to create multiboot USB stick for GNU/Linux distributions
Stars: ✭ 118 (+26.88%)
Mutual labels:  iso, usb, grub
Customarch
Arch Linux Based Custom ISOs Made With "Archiso"
Stars: ✭ 606 (+551.61%)
Mutual labels:  iso, archlinux, gnu-linux
buddy-linux
Do you remember "Wubi Ubuntu Installer"? This project is both a replacement and an improvement of Wubi. You will be able to install your Debian (or derived) distribution on a PC without repartitioning it, simply by using a secondary/external boot device (like a USB drive).
Stars: ✭ 17 (-81.72%)
Mutual labels:  usb, boot, grub
UEFI MULTI
UEFI_MULTI - Make Multi-Boot USB-Drive
Stars: ✭ 33 (-64.52%)
Mutual labels:  usb, iso, boot
Kaidan
[Replaced by https://invent.kde.org/network/kaidan] Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform.
Stars: ✭ 67 (-27.96%)
Mutual labels:  cmake, qt5, qml
grub-iso-multiboot
grab a .iso, put in a folder, boot it up.
Stars: ✭ 53 (-43.01%)
Mutual labels:  iso, boot, grub
Glim
GRUB Live ISO Multiboot
Stars: ✭ 452 (+386.02%)
Mutual labels:  usb, grub, boot
Etchdroid
An application to write OS images to USB drives, on Android, no root required.
Stars: ✭ 258 (+177.42%)
Mutual labels:  iso, usb, gnu-linux
Multibootusb
A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files
Stars: ✭ 543 (+483.87%)
Mutual labels:  iso, usb, grub
Multibootusb
Create multiboot live Linux on a USB disk...
Stars: ✭ 1,042 (+1020.43%)
Mutual labels:  usb, grub, boot
Quickqanava
C++14 network/graph visualization library / Qt node editor.
Stars: ✭ 611 (+556.99%)
Mutual labels:  qt5, qml
Bootiso
A bash program to securely create a bootable USB device from one image file.
Stars: ✭ 645 (+593.55%)
Mutual labels:  iso, usb
Fluid
📖 Library for QtQuick apps with Material Design
Stars: ✭ 601 (+546.24%)
Mutual labels:  qt5, qml
Floppybird
Floppy Bird (OS)
Stars: ✭ 836 (+798.92%)
Mutual labels:  iso, boot
Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+634.41%)
Mutual labels:  qt5, qml
Virtscreen
Make your iPad/tablet/computer into a secondary monitor on Linux.
Stars: ✭ 887 (+853.76%)
Mutual labels:  qt5, qml
Progressbarcollection
I create this application to show up the demonstration for the collection of progress bars
Stars: ✭ 21 (-77.42%)
Mutual labels:  qt5, qml
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+967.74%)
Mutual labels:  cmake, qt5
Persepolis
Persepolis Download Manager is a GUI for aria2.
Stars: ✭ 5,218 (+5510.75%)
Mutual labels:  gnu-linux, qt5


Creating a bootable USB with kindd. [more]

Purposes

  1. Provide a modern/simple/safe UI for dd command.
  2. Create bootable USB withouth worrying!

Installation

Void

sudo xbps-install -S kindd

Arch

Release version:

  • kindd

Git version:

  • kindd-git

Build From Source

First Install these dependencies first:

Dependencies

build dependencies:

  • cmake
  • pkg-config
  • qt5-devel
  • qt5-svg-devel
  • qt5-declarative-devel
  • qt5-quickcontrols2-devel

runtime dependencies:

  • qt5-svg
  • qt5-quickcontrols
  • qt5-quickcontrols2
  • qt5-graphicaleffects

Then clone and build the project:

git clone https://github.com/LinArcX/kindd/
cd kindd; mkdir build; cd build
cmake ..; make

And finally, run it:

cd ..; build/kindd

Polkit

kindd uses pkexec internally. For most Desktop environments, there is a pkexec agent already installed. Like these:

  • xfce-polkit
  • polkit-gnome
  • pantheon-agent-polki
  • mate-polkit
  • polkit-kde-agent

But users of windows managers(like i3, dwm, awesome, ...) should install an agent. After installing a polkit-agent, paste these lines into your wm's config file.(For instance i3 keeps it's configs here: i3/config):

Arch users

exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

Void users

exec --no-startup-id /usr/libexec/polkit-gnome-authentication-agent-1 &

Hint: I don't have awesome or other windows managers. So you should change above lines according to your agent and your wm.

Donate

  • Bitcoin: 13T28Yd37qPtuxwTFPXeG9dWPahwDzWHjy
  • Monero: 48VdRG9BNePEcrUr6Vx6sJeVz6EefGq5e2F5S9YV2eJtd5uAwjJ7Afn6YeVTWsw6XGS6mXueLywEea3fBPztUbre2Lhia7e

License

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].