Package Details: qterminal-git 1.3.0.5.g38d7d2a-1

Git Clone URL: https://aur.archlinux.org/qterminal-git.git (read-only, click to copy)
Package Base: qterminal-git
Description: Lightweight Qt-based terminal emulator
Upstream URL: https://github.com/lxqt/qterminal
Licenses: GPL2
Conflicts: qterminal
Provides: qterminal
Submitter: vicky91
Maintainer: yan12125
Last Packager: yan12125
Votes: 40
Popularity: 0.000000
First Submitted: 2011-12-15 22:33 (UTC)
Last Updated: 2023-05-18 14:44 (UTC)

Required by (6)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

yan12125 commented on 2021-10-06 10:02 (UTC)

@dreieck Theoretically yes, as both qtermianl and qtermwidget are LXQt projects. It's expected that the latest git-master of qtermianl works with git-master of qtermwidget instead of the latest stable release. Practically, you can modify PKGBUILD and take the risk of potential breakage in the future. (a similar answer to https://aur.archlinux.org/packages/screengrab-git/#comment-684882 :D)

maybe with setting a minimal version information

It's possible, but I don't want to update it often.

Should conflict with qtools

I keep qterminal-git and community/qterminal mostly in sync, and the latter will never have conflicts=(qtools) unless qtools becomes an official package. Adding conflicts to qtools/qtools-git is better.

dreieck commented on 2021-10-06 09:18 (UTC)

Should conflict with qtools (qtools-git does have qtools set as provides, so conflicting with qtools will be enough):

qterminal-git: /usr/bin/qterminal exists in filesystem (owned by qtools-git)

Thanks for maintaining!

dreieck commented on 2021-10-06 09:11 (UTC)

Does it really need to explicitly depend on qtermwidget-git, i.e. the -git variant? Is depending on qtermwidget, maybe with setting a minimal version information, not enough?

Similar question with regard to the makedepend lxqt-build-tools-git.

NonerKao commented on 2017-10-20 05:05 (UTC)

Compilation error, ......../src/qterminal/src/main.cpp:19:24: fatal error: QApplication: No such file or directory #include <QApplication> ^ compilation terminated.

c-korn commented on 2017-01-20 20:14 (UTC)

Getting this compile error. What do I need to update? [ 62%] Building CXX object CMakeFiles/qterminal.dir/src/mainwindow.cpp.o /tmp/yaourt-tmp-korn/aur-qterminal-git/src/qterminal/src/mainwindow.cpp:433:6: warning: #warning TODO/FIXME: disable the action when there is only one terminal [-Wcpp] #warning TODO/FIXME: disable the action when there is only one terminal ^~~~~~~ /tmp/yaourt-tmp-korn/aur-qterminal-git/src/qterminal/src/mainwindow.cpp: In member function 'void MainWindow::setupCustomDirs()': /tmp/yaourt-tmp-korn/aur-qterminal-git/src/qterminal/src/mainwindow.cpp:444:5: error: 'addCustomColorSchemeDir' is not a member of 'TermWidgetImpl' TermWidgetImpl::addCustomColorSchemeDir(dir);

grubersjoe commented on 2017-01-19 13:36 (UTC)

lxqt-build-tools should also be added as a depedency. Same reaon.

djb1034 commented on 2016-08-06 12:12 (UTC)

I think liblxqt should be added as a dependency, as it wouldn't build without it as well.

pmattern commented on 2015-12-22 19:22 (UTC)

Upstream URL and source should point to github.com/lxde/qterminal by now.

<deleted-account> commented on 2015-10-04 06:11 (UTC)

I can confirm that 'qt5-x11extras' is a dependency of this package, both for compiling and running.

AlfredoRamos commented on 2015-09-30 22:18 (UTC)

I'm not sure if this package or qtermwidget[-git] needs qt5-x11extras, but I couldn't compile without it (clean install).