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 Next › Last »

willemw commented on 2019-12-14 15:37 (UTC)

@annoyingduck: Did you upgrade all the python packages to 3.8? Check with: pacman -Qo /usr/lib/python3.7

annoyingduck commented on 2019-12-14 15:31 (UTC)

And this is the output in the terminal when attempting to execute a format: /usr/lib/mintstick/mintstick.py:343: PyGIDeprecationWarning: GObject.timeout_add is deprecated; use GLib.timeout_add instead GObject.timeout_add(500, self.check_format_job) Traceback (most recent call last): File "/usr/lib/mintstick/raw_format.py", line 7, in <module> import parted ModuleNotFoundError: No module named 'parted' /usr/lib/mintstick/mintstick.py:329: PyGIDeprecationWarning: GObject.idle_add is deprecated; use GLib.idle_add instead GObject.idle_add(self.format_job_done, self.process.returncode)

annoyingduck commented on 2019-12-14 15:29 (UTC)

@willemw Here's the terminal output that fires up the Mintstick GUI that you asked to do: mintstick -m format /usr/lib/mintstick/mintstick.py:40: PyGIDeprecationWarning: Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading GObject.threads_init()

The same thing happens, I choose the disc to format, hit ok,/usr/bin/python3 requires SU, blah, blah...nothing happens, just an error has occured pops up. And yes Python3 is there in the mintstick location file.

willemw commented on 2019-12-14 15:08 (UTC)

No. What's the error message? (Run "mintstick -m format" from the command line. I assume you are launching mintstick-format.desktop. Does the first line of /usr/lib/mintstick/mintstick.py contain "python3"?)

annoyingduck commented on 2019-12-14 03:32 (UTC)

I keep getting an error has occurred when trying to format any drives since the last build. Anyone else showing this, happening on 3 of my machines, all running XFCE

willemw commented on 2019-11-10 09:58 (UTC) (edited on 2019-11-10 10:05 (UTC) by willemw)

@erikdubois: Thanks for reporting. Updated to Python 3.

annoyingduck commented on 2017-11-01 04:07 (UTC)

FYI, Mintstick is now working properly again after the recent X-apps update as @willemw predicted.

willemw commented on 2017-10-13 08:09 (UTC)

A newer version of xapps will fix the dialog issue.

annoyingduck commented on 2017-10-13 03:40 (UTC)

Just confirming the the finish dialog no longer pops up on both formatting and iso writing. The iso writing still shows a progress bar, but it does not trigger the finished popup. For now, when the usb device remounts itself in both operations, you know it's fully done.

willemw commented on 2017-10-01 21:57 (UTC)

@ArchNemo: It's probably because the progress bar is broken (on Archlinux): AttributeError: 'gi.repository.XApp' object has no attribute 'set_window_progress_pulse'