[kde] [Bug 320623] New: Adds Qt binary path to $PATH breaking qtchooser
Lisandro Damián Nicanor Pérez Meyer
perezmeyer at gmail.com
Sun Jun 2 18:26:56 BST 2013
https://bugs.kde.org/show_bug.cgi?id=320623
Bug ID: 320623
Summary: Adds Qt binary path to $PATH breaking qtchooser
Classification: Unclassified
Product: kde
Version: 4.10.1
Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: perezmeyer at gmail.com
Line 22 of startkde reads:
qbindir=`$bindir/kde4-config --qt-binaries`
Since the introduction of qtchooser, Qt binaries are not in /usr/bin anymore,
as Qt4 and Qt5 need to be coinstalled. In Debian, as an example, it's in
/usr/lib/x86_64-linux-gnu/qt4/bin
So path becomes:
/usr/lib/x86_64-linux-gnu/qt4/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
Thus qtchooser is being skipped.
Reproducible: Always
Actual Results:
Qtchooser is being skipped.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list