Search Criteria
Package Details: mintstick 1.4.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mintstick.git (read-only, click to copy) |
---|---|
Package Base: | mintstick |
Description: | A GUI to write .img or .iso files to a USB Key. It can also format them |
Upstream URL: | http://packages.linuxmint.com/pool/main/m/mintstick |
Licenses: | GPL |
Conflicts: | mintstick-git |
Submitter: | Sam-Burgos |
Maintainer: | Sam-Burgos |
Last Packager: | Sam-Burgos |
Votes: | 15 |
Popularity: | 1.06 |
First Submitted: | 2018-06-27 17:23 (UTC) |
Last Updated: | 2022-06-28 20:04 (UTC) |
Dependencies (20)
- coreutils (coreutils-git, coreutils-selinux, coreutils-hybrid, coreutils-hybrid-git)
- dbus-python
- desktop-file-utils (desktop-file-utils-git)
- dosfstools (dosfstools-git)
- e2fsprogs (e2fsprogs-git)
- exfat-utils (exfat-utils-nofuse, exfat-utils-debug, exfat-utils-debug-git, exfatprogs-git, exfat-utils-timezone, exfatprogs)
- glib2 (glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64, gtk3-ubuntu)
- ntfs-3g (ufsd-pro-dkms, ntfsprogs-ntfs3)
- parted (libparted, parted-git)
- polkit (polkit-no-script-git, polkit-consolekit, polkit-git)
- procps-ng (procps-ng-static, procps-ng-nosystemd-minimal-git, procps-ng-nosystemd, procps-ng-git)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- python-gobject (python-gobject-git)
- python-pyparted
- python-xapp
- udisks2 (udisks2-nosystemd, graceful-udisks)
- util-linux (util-linux-nosystemd-minimal-git, util-linux-selinux, util-linux-aes)
- xapp
- gettext (gettext-git) (make)
Latest Comments
yochananmarqos commented on 2021-05-27 16:41 (UTC)
For v1.4.5, the
install.sh
was not updated to match the new filenames. For now, this can be added to prepare():Comodin commented on 2021-04-27 03:23 (UTC)
Before install mintstick install this package to solved dependencies. https://aur.archlinux.org/packages/python-pyparted/
m8D2 commented on 2021-03-10 00:42 (UTC) (edited on 2021-03-10 18:22 (UTC) by m8D2)
Oh I figured it out. The AUR
python-pyparted
is outdated, and it has to be updated to the latest upstream version.Here's how:
Create an empty directory
inside it, create a text file named
PKGBUILD
Copy and paste the following content to this PKGBUILD file and save (as you may discover, only
pkgrel
,pkgver
andsha512sum()
are updated from v3.11.6, nothing malicious, don't trust me (or anyone else), please verify it yourself):use your commandline to navigate to this directory and make a new package:
$ makepkg -siC
It'll update the
python-pyparted
package, and that's it.The
python-pyparted
AUR package maintainer isn't responding to update request right now, and basically this is how you would now updating it by yourself.m8D2 commented on 2021-03-10 00:28 (UTC)
Hi,
I recently have this error, the GUI will report "An error occurred."
If run in cmdline, it'll have this:
yochananmarqos commented on 2020-12-03 05:55 (UTC) (edited on 2020-12-05 15:46 (UTC) by yochananmarqos)
@Sam-Burgos: The icons and man page are missing (edited):
Sam-Burgos commented on 2020-05-26 13:54 (UTC)
@asasione: the issue was with the package "python-pyparted", which was updated recently, I have tried to reinstall and now it works (you might have to clean the cache on your AUR helper in case you tried to install it previously)
asasione commented on 2020-05-26 08:31 (UTC)
This package won't install because of python-pyparted since the recent GCC 10 update, I'm getting a gcc failed error
yochananmarqos commented on 2018-11-02 15:16 (UTC)
From the Manjaro community package PKGBUILD:
m8D2 commented on 2018-11-01 18:55 (UTC)
This is to confirm that python2-gobject and python2-pyparted are indeed dependencies.
mintstick-git has it, and it works fine there. Running mintstick, however, has the error, but installating python2-gobject and python2-pyparted would fix it.
Sam-Burgos commented on 2018-07-08 18:42 (UTC)
Have you installed python2-gobject or python-gobject from the repositories? Probably I pulled in those dependencies with another package which is why the error doesn't appear to me, and because some packages I have make use of both I can't exactly tell which one you might need exactly (even if the app itself is written in Python2)
I will add them as dependencies later, as soon as I manage to restore a VM that I was using for these tests
Plexcon commented on 2018-07-08 16:20 (UTC)
$ mintstick Traceback (most recent call last): File "/usr/lib/mintstick/mintstick.py", line 13, in <module> import gi ImportError: No module named gi</module>