pombreda / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
Apache License 2.0
0 stars 0 forks source link

Doesn't run on Kubuntu 8.04 64 Bits #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo apt-get install libtool automake autoconf libxul-dev 
libghc6-mozembed-dev libcurl4-gnutls-dev libxml2-dev zlib1g-dev xulrunner 
libgtk2.0-dev libcairo2-dev libdbus-1-dev libdbus-glib-1-dev 
libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libqt4-dev 
build-essential spidermonkey-bin libmozjs-dev libqtwebkit-dev
2. ./configure –prefix=/usr
3. make
4. sudo make install
5. sudo ldconfig
6. ggl-qt

What is the expected output? What do you see instead?
Libraries have been installed in:
   /usr/share/google-gadgets/google-gadget-browser

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.

What version of the product are you using? On what operating system?
google-gadgets-for-linux-0.9.2
Kubuntu Hardy Heron 8.04 64 Bits
2.6.24-18-generic #1 SMP Fri Jun 06 01:40:22 UTC 2008 x86_64 GNU/Linux

Please provide any additional information below.
ggl-qt command not found. It seems that it didn't install correctly.

Original issue reported on code.google.com by theangel...@gmail.com on 7 Jun 2008 at 1:42

GoogleCodeExporter commented 9 years ago
Can you post the configure result here?

Original comment by james...@gmail.com on 7 Jun 2008 at 2:09

GoogleCodeExporter commented 9 years ago
Everyline says yes, except of the Debug-something line that says no.

Original comment by theangel...@gmail.com on 7 Jun 2008 at 5:03

GoogleCodeExporter commented 9 years ago
Build options:
  Version                       0.9.2
  Install prefix                /usr/local
  Install included libltdl      yes
  Build shared libs             yes
  Build static libs             yes
  Enable debug                  no
  Host type                     linux

 Libraries:
  GTK SVG Support               no
  Build libggadget-gtk          yes
  Build libggadget-qt           yes
  Build libggadget-dbus         yes

 Extensions:
  Build dbus-script-class       yes
  Build gtk-edit-element        yes
  Build gtkmoz-browser-element  yes
  Build qtwebkit-browser        yes
  Build gst-audio-framework     yes
  Build gst-mediaplayer-element yes
  Build gtk-system-framework    yes
  Build qt-system-framework     yes
  Build linux-system-framework  yes
  Build smjs-script-runtime     yes
  Build curl-xml-http-request   yes
  Build qt-xml-http-request     yes
  Build libxml2-xml-parser      yes

 Hosts:
  Build gtk host                yes
  Build qt host                 yes

EDIT: GTK SVG Support also says no.

Original comment by theangel...@gmail.com on 7 Jun 2008 at 5:10

GoogleCodeExporter commented 9 years ago
Thanks for reporting.
Please check if these is ggl-qt.sh and ggl-qt in $YOUR_BUILD_DIR/hosts/qt/.

Original comment by idlecat...@gmail.com on 11 Jun 2008 at 8:13

GoogleCodeExporter commented 9 years ago
'cause I couldn't compile it, I installed it using the Ubuntu Launchpad 
repository.
And it works, but the sidebar and the gadgets have black background.

Original comment by theangel...@gmail.com on 11 Jun 2008 at 4:23

GoogleCodeExporter commented 9 years ago
You must turn composition on to have transparent background. To turn 
composition on,
your xserver must be configured with composition on and you must have a 
composition
manager running.

There are plenty of articles around the Internet talking about how to configure
composition. Please check them out.

Original comment by idlecat...@gmail.com on 4 Sep 2008 at 1:55