Description of problem: Guru hints are empty. The title is ok but the description field is empty. Version-Release number of selected component (if applicable): 1.10.0-1.fc11 How reproducible: Always Steps to Reproduce: 1. Click the database name with SQL_ASCII Encoding 2. 3. Actual results: A window pops up with right title but empty description window Expected results: Help text in the hint window Additional info:
This issue has been fixed upstream. It should be available on 1.10.1. You can have more informations on http://code.pgadmin.org/trac/ticket/39.
Although I don't doubt that an encoding issue for the Guru Hints has been fixed in 1.10.1 as the previous comment states I believe there is an additional packaging issue that effects Red Hat (blank) and not Ubuntu (working correctly). Some investigation into the paths that pgAdmin3 searches when looking for the Guru Hints HTML files revealed that the path in question exists on Ubuntu systems, but is different on Red Hat systems: ~> cd /tmp/irrelevant-dir /tmp/irrelevant-dir> strace -e stat64 -f pgadmin3 2>&1 | grep -i doc stat64("/usr/share/pgadmin3//docs", 0xbff259b8) = -1 ENOENT (No such file or directory) stat64("/tmp/irrelevant-dir/./../share/pgadmin3/docs", 0xbff259b8) = -1 ENOENT (No such file or directory) stat64("/tmp/irrelevant-dir/./docs", 0xbff259b8) = -1 ENOENT (No such file or directory) stat64("/tmp/irrelevant-dir/./../docs", 0xbff259b8) = -1 ENOENT (No such file or directory) where the first one is the one we care about. Browsing pgadmin3.spec makes me wonder if the packager was under the impression the HTML files are only installed for people to browse with their browsers: # Remove unwanted and double files rm -f docs/{Docs.vcproj,builddocs.bat} rm -rf %{buildroot}%{_datadir}/%{name}/docs rm -f %{buildroot}%{_datadir}/%{name}/i18n/{*,.}/wxstd.mo and not read directly by the program. Normally that would be a reasonable impression for "docs". Anyway, I found that a simple fix is create a symlink so that the path exists: > ln -s ../doc/pgadmin3-1.10.2 /usr/share/pgadmin3/docs
This message is a reminder that Fedora 11 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 11. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '11'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 11's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 11 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Still a problem in F-13, pgadmin3-1.10.3-1.fc13.x86_64
pgadmin3-1.10.3-2.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/pgadmin3-1.10.3-2.fc13
pgadmin3-1.10.3-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/pgadmin3-1.10.3-2.fc12
I've pushed an update -- it works fine on my system, but please test and report back problems. I will contact the maintainer and ask him to update the RHEL builds at his convenience.
pgadmin3-1.10.3-2.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update pgadmin3'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/pgadmin3-1.10.3-2.fc13
pgadmin3-1.10.3-2.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update pgadmin3'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/pgadmin3-1.10.3-2.fc12
pgadmin3-1.10.3-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
pgadmin3-1.10.3-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.