Package Details: mintstick-git r287.4e9b0ab-1

Git Clone URL: https://aur.archlinux.org/mintstick-git.git (read-only, click to copy)
Package Base: mintstick-git
Description: Format or write images to USB sticks (Linux Mint tool)
Upstream URL: https://github.com/linuxmint/mintstick
Licenses: GPL
Conflicts: mintstick
Provides: mintstick
Submitter: unclesam
Maintainer: willemw
Last Packager: willemw
Votes: 24
Popularity: 0.000001
First Submitted: 2014-04-13 17:01 (UTC)
Last Updated: 2024-01-22 18:31 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5

peter.babic commented on 2014-10-12 12:56 (UTC)

It fails to format on my machine (Manjaro x64 XFCE): $ mintstick -m format (mintstick.py:6763): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2:19: Theming engine 'adwaita' not found File "/usr/lib/mintstick/raw_format.py", line 41 print "Geometry error - Can't create partition" ^ SyntaxError: invalid syntax

scar commented on 2014-04-30 18:14 (UTC)

What am I missing there? It fails to run on my box. # mintstick Traceback (most recent call last): File "/usr/lib/mintstick/mintstick.py", line 11, in <module> from gi.repository import GObject, Gio, Polkit, Gtk, GLib ImportError: No module named gi.repository

unclesam commented on 2014-04-13 17:02 (UTC)

Note: python3 gives an errormessage for mintstick 1.1.9. Thus, one line in the bash-script "mintstick" has to be changed from '$DIR/mintstick.py "$@"' to 'python2 $DIR/mintstick.py "$@"'. This will be done (using sed) in the PKGBUILD-function package(). If you are just using python2, maybe this line has to be changed back to '$DIR/mintstick.py "$@"' after installation. You will find it in /usr/bin/. All the best, UncleSAM