Code Monkey home page Code Monkey logo

kindd's Introduction


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

kindd's People

Contributors

linarcx avatar cannuhlar avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.