Package Details: qterminal-git 1.4.0.17.g8c5ff85-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: 39
Popularity: 0.000000
First Submitted: 2011-12-15 22:33 (UTC)
Last Updated: 2024-04-26 15:00 (UTC)

Required by (6)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

blackhole commented on 2014-06-02 12:16 (UTC)

I have reinstalled qtermwidget-git, but result is the same.

blackhole commented on 2014-06-02 12:09 (UTC)

Cannot start: qterminal LxQtGuiPlatformPlugin constructed LxQtGuiPlatformPlugin::systemIconThemeName() is called TRANSLATIONS_DIR: Loading translation file "qterminal_en.qm" from dir /usr/share/qterminal/translations load success: false LxQtGuiPlatformPlugin::platformHint() is called http://www.tforumhifi.com/t44016-audiolinux-lxqt-realtime-archlinux Properties constructor called Canot open file "/home/audiolinux/.config/qterminal.org/qterminal_bookmarks.xml" default KB_LAYOUT_DIR: "/usr/share/qtermwidget4/kb-layouts/" LxQtGuiPlatformPlugin::systemIconThemeName() is called loadAllColorSchemes Using color-schemes: "/usr/share/qtermwidget4/color-schemes//" Using color-schemes: "/usr/share/qtermwidget4/color-schemes//" qterminal: symbol lookup error: qterminal: undefined symbol: _ZN11QTermWidget15setTerminalFontER5QFont

stobbsm commented on 2014-05-30 19:54 (UTC)

Created a patch for the PKGBUILD: diff -aur qterminal-git.orig/PKGBUILD qterminal-git/PKGBUILD --- qterminal-git.orig/PKGBUILD 2014-05-30 13:50:30.980223126 -0600 +++ qterminal-git/PKGBUILD 2014-05-30 13:50:55.313556277 -0600 @@ -24,6 +24,7 @@ build() { cd "$srcdir/$_pkgname" mkdir -p build + ln -s src/icons icons cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make

miko commented on 2014-05-29 08:45 (UTC)

You can easily fix it for now by adding: ln -s src/icons icons just before "cd build" in package() function.

pioner14 commented on 2014-05-28 04:46 (UTC)

CMake Error at cmake_install.cmake:76 (FILE): file INSTALL cannot find "/tmp/yaourt-tmp-nick/aur-qterminal-git/src/qterminal/icons/qterminal.png". Makefile:65: ошибка выполнения рецепта для цели «install» make: *** [install] Ошибка 1 ==> ОШИБКА: Произошел сбой в package(). Преждевременный выход... ==> ERROR: Makepkg was unable to build qterminal-git.

ArthurBorsboom commented on 2014-04-09 14:28 (UTC)

Package does not build, probably due to missing dependency (see below): -- Qxt includes: QXT_INCLUDE_PATH-NOTFOUND -- Qxt libs: QXT_CORE_LIB-NOTFOUND QXT_GUI_LIB-NOTFOUND CMake Error at CMakeLists.txt:50 (message): System Qxt not found. Install Qxt devel package or use -DUSE_SYSTEM_QXT=0 to build with internal copy of this library -- Configuring incomplete, errors occurred! Would you mind to fix this?