Search Criteria
Package Details: multibootusb-git 20181002.dec46ef-1
Git Clone URL: | https://aur.archlinux.org/multibootusb-git.git (read-only, click to copy) |
---|---|
Package Base: | multibootusb-git |
Description: | Boot multiple live Linux distros from a usb flash drive. |
Upstream URL: | http://multibootusb.org |
Keywords: | boot multiboot usb |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | andrejr |
Maintainer: | andrejr |
Last Packager: | andrejr |
Votes: | 15 |
Popularity: | 0.002236 |
First Submitted: | 2018-05-12 15:50 |
Last Updated: | 2019-11-17 13:49 |
Latest Comments
dessert commented on 2020-09-23 16:14
please add
udisks2
as a dependencySSYH commented on 2020-07-22 15:31
I just tried, and got this:
andrejr commented on 2019-12-31 14:08
I've unflagged the package, as there's nothing wrong with it.
You need to remove deprecated
pyqt5-common
package and replace it withpython-pyqt5
(which is the dependency listed in this package).yochananmarqos commented on 2019-12-29 15:55
@Ponas: The person that flags it can also unflag it.
Ponas commented on 2019-12-29 12:40
@yochananmarqos I think only the maintainer can unflag it.
yochananmarqos commented on 2019-12-24 01:21
@ryanw:
pyqt5-common
was removed from the repos, you need to uninstall it. Please unflag this package, it's not out of date.simona commented on 2019-11-16 19:42
zsh simona@simonapc1 ~ multibootusb [0] /bin/multibootusb:199: SyntaxWarning: "is not" with a literal. Did you mean "!="? if uninstall is True and config.usb_disk is not '': /bin/multibootusb:201: SyntaxWarning: "is" with a literal. Did you mean "=="? elif uninstall is True and config.usb_disk is '': /bin/multibootusb:205: SyntaxWarning: "is" with a literal. Did you mean "=="? elif config.image_path is '' and config.usb_disk is '': /bin/multibootusb:205: SyntaxWarning: "is" with a literal. Did you mean "=="? elif config.image_path is '' and config.usb_disk is '': /bin/multibootusb:208: SyntaxWarning: "is not" with a literal. Did you mean "!="? elif config.cli_syslinux is True and config.usb_disk is not '': /bin/multibootusb:210: SyntaxWarning: "is" with a literal. Did you mean "=="? elif config.image_path is '' or config.usb_disk is '': /bin/multibootusb:210: SyntaxWarning: "is" with a literal. Did you mean "=="? elif config.image_path is '' or config.usb_disk is '': Using python version 3.8.0 (default, Oct 23 2019, 18:51:26) [GCC 9.2.0] on platform Linux-5.3.11-1-ck-skylake-x86_64-with-glibc2.2.5 Traceback (most recent call last): File "/bin/multibootusb", line 225, in <module> osdriver.initialize() NameError: name 'osdriver' is not defined
yochananmarqos commented on 2019-10-16 21:39
Please use a proper
pkgver()
array according to VCS package guidelines:Please use a
build()
array according to Python package guidelines:It is unnecessary to change the permissions of the desktop file.
It's not necessary to include the following:
pyqt5-common
aspython-pyqt5
depends on it.python-six
aspython-pyudev
depends on it.util-linux
as its part of thebase-devel
group.Salamandar commented on 2019-07-17 10:16
Please change the git url to git+https:// :) The git port is blocked on many companies.
raul commented on 2018-10-10 22:04
please add
lsof
to dependencies