Search Criteria
Package Details: mintstick-git r198.09aa95f-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: | |
Conflicts: | |
Provides: | |
Submitter: | unclesam |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 23 |
Popularity: | 0.063959 |
First Submitted: | 2014-04-13 17:01 |
Last Updated: | 2019-11-10 09:54 |
Dependencies (12)
- desktop-file-utils (desktop-file-utils-git)
- dosfstools (dosfstools-git)
- python-dbus
- python-gobject (python-gobject-git)
- python-pyparted
- python-xapp
- udisks2 (udisks2-nosystemd)
- xapps (xapps-git, xapp)
- git (git-git) (make)
- dosfstools (dosfstools-git) (optional) – FAT filesystems
- e2fsprogs (e2fsprogs-git) (optional) – Ext filesystems
- ntfs-3g (ntfs-3g-fuse, ufsd-pro-dkms, ntfs-3g-ar) (optional) – NTFS filesystems
Latest Comments
1 2 3 4 Next › Last »
willemw commented on 2019-12-14 16:01
@annoyingduck: Thanks :-)
Pacman warns you about old Perl packages, but not old Python packages. I just checked and hopefully that is coming soon: https://bugs.archlinux.org/task/64615.
annoyingduck commented on 2019-12-14 15:53
@willemw You sir are a steely eyed missile man! Working fine now after rebuilding all 3 of those packages. Thanks for the help.
willemw commented on 2019-12-14 15:46
@annoyingduck: That's why mintstick cannot find the parted library. (Rebuild and) reinstall those 3.7 python packages.
annoyingduck commented on 2019-12-14 15:44
pacman -Qo /usr/lib/python3.7 /usr/lib/python3.7/ is owned by menulibre 2.2.1-1 /usr/lib/python3.7/ is owned by mugshot 0.4.2-1 /usr/lib/python3.7/ is owned by python-pyparted 3.11.1-1
And I checked, Python 3.8 is installed.
willemw commented on 2019-12-14 15:37
@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
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
@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
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
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
@erikdubois: Thanks for reporting. Updated to Python 3.