[MacPorts] #51296: css formating doesn't work anymore, missing icons
#51296: css formating doesn't work anymore, missing icons -----------------------------+-------------------------------- Reporter: heinrich.adam@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: gtk3 -----------------------------+-------------------------------- {{{ I installed the following osx el capitan xcode sudo xcodebuild -license download and install the MacPorts-2.3.4-10.11-ElCapitan.pkg sudo port install cairo +quartz+no_x11 sudo port install pango +quartz+no_x11 sudo port install gtk3 +quartz+no_x11 sudo port install gnome-themes-standard +quartz+no_x11 after run the added program there are the following problems : the css formatting of the window doesn't work anymore : line 106 - 111 in the gtk_file_chooser_dialog_new the icons of the type of the document are missing. I added in a zip document : pangotestopt.c ---> the testprogram css_and_icon.txt ---> the versions of libgtk-3.0.dylib working and not working folder ok ---> how it is ok folder not ok ---> how it is not ok }}} -- Ticket URL: <https://trac.macports.org/ticket/51296> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => devans@… -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Changes (by devans@…): * status: new => assigned * version: 2.3.4 => Comment: Thanks for the complete report. Will get back to you after verifying your results and, hopefully, identifying the cause. -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by devans@…): Note that the variant +no_x11 no longer has any effect for gtk3 and its dependencies. Use -x11 instead if you want to build without X11 support. By default pango and cairo build with both +quartz and +x11 backends enabled. -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by suv-sf@…): Upstream report tracking missing icons in GTK3 file chooser on OS X:[[BR]] https://bugzilla.gnome.org/show_bug.cgi?id=765649 -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by devans@…): I can reproduce this problem on X11 as well so it doesn't seem to be a Quartz specific issue. Problem persists in unstable 3.21.1. The iconhelper patch that Hergert mentions in the referenced bug report was committed to master shortly after 3.21.1 was cut but backed out again without further comment a few hours later. https://git.gnome.org/browse/gtk+/commit/?id=8fc11ef2a513b3029c208b2d37d3716... -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by heinrich.adam@…): I installed glib2 2.48.0_0 < 2.48.1_0 gtk3 3.20.3_0 < 3.20.4_0 still the same problems -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by devans@…): Yes, no upstream resolution as yet. See the upstream ticket concerning problems introduced by the first attempt (now reverted). I'm not sure if the css issue and the icon issue are related but seems likely. If anyone here has a suggestion or fix please pass it along to upstream. -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by devans@…): gtk3 updated to 3.20.6 today and problem remains. Only good news is that the [https://bugzilla.gnome.org/show_bug.cgi?id=765649 upstream bug] has been elevated in severity from normal to major. I suspect that a fix won't appear in a stable release until 3.22.0. -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by manus@…): I'm having the problem too. They mention another patch that could be used patch #326905. Is this something we can try on the meantime? -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by devans@…): Well, I misread the ticket. I thought the patch mentioned was the same one that was committed to master and reverted due to breakage elsewhere. But it appears that it is not. Will do some testing with it, but I'm suspicious because no final fix has been committed upstream yet. Have pinged the ticket for a status update. -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:11> MacPorts <https://www.macports.org/> Ports system for OS X
#51296: gtk3 @3.20.3_0+quartz: css formating doesn't work anymore, missing icons ------------------------------+---------------------- Reporter: heinrich.adam@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gtk3 | ------------------------------+---------------------- Comment (by devans@…): gtk3 update to version 3.22.0 in r153232 including an upstream post- release patch that fixes the issue reported here with missing document type icons in the file chooser dialog. The css formating issue is separate from this and remains unresolved. Tested with test app supplied by reporter as well as the picker demo in gtk3-demo provided by gtk3. Be sure to install adwaita-icon-theme before attempting to test. -- Ticket URL: <https://trac.macports.org/ticket/51296#comment:12> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
participants (1)
-
MacPorts