Search Criteria
Package Details: tuxboot 1:0.8-1
Git Clone URL: | https://aur.archlinux.org/tuxboot.git (read-only, click to copy) |
---|---|
Package Base: | tuxboot |
Description: | A tool that helps you to create a bootable Live USB drive for Clonezilla live, DRBL live, GParted live and Tux2live |
Upstream URL: | http://www.tuxboot.org/ |
Licenses: | |
Conflicts: | |
Submitter: | None |
Maintainer: | ava1ar |
Last Packager: | ava1ar |
Votes: | 143 |
Popularity: | 0.22 |
First Submitted: | 2011-02-23 23:09 |
Last Updated: | 2015-06-17 04:48 |
Latest Comments
1 2 Next › Last »
bohemus commented on 2019-08-05 20:46
Also able to reproduce issue on Gnome. As others have mentioned, adding QT_X11_NO_MITSHM=1 to /usr/bin/tuxboot-pkexec fixes the issue.
adriaanzon commented on 2017-10-06 19:01
I can reproduce the issue on GNOME.
It works when I add QT_X11_NO_MITSHM=1 to /usr/bin/tuxboot-pkexec
ava1ar commented on 2016-09-05 17:49
till44,
I can't reproduce the issue - tuxboot works for me as-is without any issues. Do you also have issues with unetbootin? Which DE are you using?
till44 commented on 2016-02-04 13:30
Tuxboot only works for me if i set QT_X11_NO_MITSHM=1.
See also: https://bugs.archlinux.org/task/46751
Proposed fix:
set QT_X11_NO_MITSHM=1 in /usr/bin/tuxboot-pkexec
Cheers!
ava1ar commented on 2015-04-16 00:22
This package will represent the stable version, which is 0.8 now. To use the version from git, use tuxboot-git package.
saxonbeta commented on 2015-01-02 18:19
Hi there, you should add git to makedepends.
Cheers!
Anonymous comment on 2013-03-02 12:47
Package updated. Thanks for you suggestions!
ava1ar commented on 2013-03-02 04:13
This are required changes:
lupdate-qt4 ${pkgname}.pro
lrelease-qt4 ${pkgname}.pro
qmake-qt4 "DEFINES += NOSTATIC CLONEZILLA" "RESOURCES -= tuxboot.qrc"
casa commented on 2013-03-02 00:44
Please replace with
lupdate-qt4 ${pkgname}.pro
lrelease-qt4 ${pkgname}.pro
qmake4 "DEFINES += NOSTATIC CLONEZILLA" "RESOURCES -= tuxboot.qrc"
felixonmars commented on 2013-02-28 02:34
Please replace `qt` with `qt4` from the depends array.
There's no more a 'qt' package in [testing] (and in the next days in [extra])