Closed
Bug 335406
Opened 20 years ago
Closed 11 years ago
Fixing the QT build
Categories
(Core Graveyard :: Ports: Qt, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: email, Assigned: email)
Details
Attachments
(1 file)
|
7.32 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Debian/1.5.dfsg+1.5.0.1-4 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Debian/1.5.dfsg+1.5.0.1-4 Firefox/1.5.0.1
Any hope that the QT build will resume? Firefox/QT is nice but embedded-moz/qt is really useful IMHO.
Reproducible: Always
This is my first attemp to fix it. I am new to mozilla development so I may have made somethings very wrong. I would like to ask that is it possible and if possible what's the proper way to link to bin/components/libgfx_qt.so from libwidget_qt.so? For now I just blindly add -L../../../dist/bin/component but it sounds evil.
Comment 2•20 years ago
|
||
I don't know much about the QT efforts, but perhaps you would've been best off trying to fix some of the already reported QT bugs? :-P
Status: UNCONFIRMED → NEW
Component: General → Ports: Qt
Ever confirmed: true
Product: Firefox → Core
Version: unspecified → Trunk
Comment 3•20 years ago
|
||
FWIW, trunk is moving to using cairo as the backend graphics engine (compiled with --enable-default-toolkit=cairo-gtk2). In the not-to-distant future non-cairo bits will be removed, so to get QT going again on the trunk, you'd need to get qt-cairo working and it seems interest in Cairo is low within the QT community
http://dot.kde.org/1135084395/1135100106/
Assignee: nobody → zack
QA Contact: general → cbiesinger
Updated•20 years ago
|
Assignee: zack → email
Comment 4•20 years ago
|
||
no, getting the qt port to work with cairo should be quite easy. all you need to do is initialize cairo's xlib surface with the right data, which can easily be gotten from the qt widget or whatever.
Updated•20 years ago
|
Assignee: email → zack
Updated•20 years ago
|
Assignee: zack → email
Updated•20 years ago
|
QA Contact: cbiesinger → ports-qt
Comment 5•19 years ago
|
||
can we just drop qt support?
I wish we had a working qt support, it fits a lot better into a KDE environment than have gtk2 dependency and in some distros they even force on gnome2 dependency.
We could drop gtk2 support instead, as it prevents the "unix" version of SeaMonkey to have same key-combinations as other operating systems has, it's kind of unprofessional to change key-combinations in a such way as it's been done for "unix" version while all others has kept the original key-combinations.
IF gtk2 support is dropped. then gnome/xfce/flux/* users would be forced to have QT libraries installed on their systems... so that is not a good solution.
IF you want working QT support, then it is up to you to help write the nessesary patches to help make it work.
IF qt support is dropped, then you'll be upsetting some of the QT/KDE users.
Note that there are some patches to help the QT build @ bug #377134.
Updated•17 years ago
|
Product: Core → Core Graveyard
Comment 8•11 years ago
|
||
This bug has been buried in the graveyard and has not been updated in over 5 years. It is probably safe to assume that it will never be fixed, so resolving as WONTFIX.
[Mass-change filter: graveyard-wontfix-2014-09-24]
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Comment 9•11 years ago
|
||
Oh wow, this was still here? I haven't even used desktop Linux since 2008... :)
You need to log in
before you can comment on or make changes to this bug.
Description
•