Package Details: mintstick 1.6.3-1

Git Clone URL: https://aur.archlinux.org/mintstick.git (read-only, click to copy)
Package Base: mintstick
Description: A graphical tool that allows you to format USB sticks and create bootable USB sticks.
Upstream URL: https://github.com/linuxmint/mintstick
Licenses: GPL
Conflicts: mintstick-git
Submitter: Santi-Burgos
Maintainer: Santi-Burgos
Last Packager: Santi-Burgos
Votes: 16
Popularity: 0.34
First Submitted: 2018-06-27 17:23 (UTC)
Last Updated: 2025-01-10 02:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

m8D2 commented on 2024-03-12 20:28 (UTC)

Is python-unidecode required?

I encountered this error:

$ mintstick
Traceback (most recent call last):
  File "/usr/lib/mintstick/mintstick.py", line 3, in <module>
    from unidecode import unidecode
ModuleNotFoundError: No module named 'unidecode'

Thanks.

willemw commented on 2024-02-10 06:44 (UTC)

depends=(exfat-utils) means you can install any package that "provide" exfat-utils as a dependency. You can install either exfatprogs, exfatprogs-git, exfat-utils, exfat-utils-debug, etc., because they all "provide" exfat-utils.

On the other hand, depends=(exfatprogs) means that exfat-utils* packages are excluded as possible dependencies (by the package manager).

Also, as already commented before, this package should not have conflicts=(mintstick-git), because that conflict is already defined in mintstick-git and should not be repeated here.

Santi-Burgos commented on 2024-02-09 22:55 (UTC)

@kj_sh604: to be honest and after checking the upstream package on Mint Github (you can check dependencies here), it seems that it requires either of both installed indistinctly (one of them must exist); however; exfatprogs comes natively on Arch ISO and exfat-utils doesn't unless a derivative adds it (Manjaro, Endevaour, etc.)

kj_sh604 commented on 2024-02-09 20:24 (UTC)

@Santi-Burgos First of all, thank you for the continued maintenance of this package. We really appreciate it as a community.

I was just wondering if exfat-utils would be a suitable alternate dependency for exfatprogs/exfatprogs-git? or does mintstick perform operations that strictly require the latter?

Archcan_98 commented on 2023-12-05 21:06 (UTC)

New version is ok for both apps: 1.5.7-2. Thanks for the correction.

Santi-Burgos commented on 2023-12-04 14:18 (UTC)

Greetings @Archcan_98, it seems that the file you reported is not working due to file permissions, I issued an update that should help and fix the issue

Archcan_98 commented on 2023-12-03 18:03 (UTC)

The last update is broken in Plasma 6 [kde-unstable] for both apps. Previous was working 1.5.6-1. Root gives the same result.

mintstick /usr/bin/mintstick: line 9: /usr/lib/mintstick/mintstick.py: Permission denied

willemw commented on 2022-10-15 13:48 (UTC)

conflicts=(mintstick-git) should be removed. Conflicts should only be defined in other mintstick package(s).

Santi-Burgos commented on 2022-08-18 16:32 (UTC)

@zelimir: thanks for the comment, please remember that if you notice that a new version of a package exists, please flag the package as out-of-date and don't leave comments, since the package has been updated please delete your comment

zelimir commented on 2022-08-12 06:48 (UTC)

There is no 1.4.9 version anymore on Mint packages, the latest is 1.5.0. Can you update aur package?