This is a discussion on gtkcdlabel on Slack 10.2? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi, Sorry for posting that again, but at least from here, the post in question got lost in the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Sorry for posting that again, but at least from here, the post in question got lost in the recent hate-spam flood. Anyway. On my old 10.0 install I had a nifty little app called gtkcdlabel, a GTK frontend for cdlabelgen, which I used almost daily to print CD covers in a matter of minutes, if not seconds. Unfortunately, I can't seem to get it to work on Slack 10.2. After checking the sparse info via Google, I managed to compile it, but now, there is no Preview function, which makes the app more or less useless. Anyone managed to make this thing work? Suggestions very welcome. Niki Kovacs |
| |||
| Niki Kovacs wrote: > Hi, > > Sorry for posting that again, but at least from here, the post in question > got lost in the recent hate-spam flood. > > Anyway. On my old 10.0 install I had a nifty little app called gtkcdlabel, > a GTK frontend for cdlabelgen, which I used almost daily to print CD > covers in a matter of minutes, if not seconds. > > Unfortunately, I can't seem to get it to work on Slack 10.2. After > checking the sparse info via Google, I managed to compile it, but now, > there is no Preview function, which makes the app more or less useless. > > Anyone managed to make this thing work? Suggestions very welcome. > > Niki Kovacs I used to have it on 10.0 and I cannot get it to work on 10.1. In your case could it be because gnome has been dropped. Mine complains about gnome libraries being missing. Ian |
| |||
| On Thu, 01 Dec 2005 19:32:06 +0100, Niki Kovacs wrote: > Hi, > > Sorry for posting that again, but at least from here, the post in question > got lost in the recent hate-spam flood. > > Anyway. On my old 10.0 install I had a nifty little app called gtkcdlabel, a > GTK frontend for cdlabelgen, which I used almost daily to print CD covers > in a matter of minutes, if not seconds. > > Unfortunately, I can't seem to get it to work on Slack 10.2. After checking > the sparse info via Google, I managed to compile it, but now, there is no > Preview function, which makes the app more or less useless. > > Anyone managed to make this thing work? Suggestions very welcome. > > Niki Kovacs Having nothing better to do I gave this a try. It worked for me, but I have freerock gnome installed (full install) on 10.2 with kernel 2.6.13 - not that the kernel matters much. I first installed just gtkcdlabel 1.0pre7 expecting to have issues, but it compiled fine and complained at start-up about not having cdlabelgen which I then installed - this perl script and the gtklabelgen binary are located in /usr/local/bin I imagine that the freerock install satisfied the gnome lib dependencies as Ian suggested might be missing in the stock slack install. I will post the output of ldd /usr/local/bin/gtkcdlabel for you so you can see what it needs. Perhaps that will help you get the dependencies installed without a big download on dialup. steve@peggyo:~$ ldd /usr/local/bin/gtkcdlabel linux-gate.so.1 => (0xffffe000) libglade-2.0.so.0 => /usr/lib/libglade-2.0.so.0 (0xb7f78000) libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c8e000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7b70000) libz.so.1 => /usr/lib/libz.so.1 (0xb7b5e000) libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb7ae0000) libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb7ac7000) libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7ab1000) libm.so.6 => /lib/tls/libm.so.6 (0xb7a8d000) libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb7a86000) libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb7a4e000) libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb7a04000) libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb79d0000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb79cc000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb79c7000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7945000) libc.so.6 => /lib/tls/libc.so.6 (0xb7829000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb775f000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0xb775c000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0xb7753000) libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0xb7750000) libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0xb7729000) libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0xb7720000) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0xb7718000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb770a000) libXfixes.so.3 => /usr/X11R6/lib/libXfixes.so.3 (0xb7704000) /lib/ld-linux.so.2 (0xb7faf000) libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb76df000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7674000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7643000) libglitz.so.1 => /usr/lib/libglitz.so.1 (0xb761d000) libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb75fc000) steve@peggyo:~$ HTH Steve |
| |||
| Franklin wrote: > On Thu, 01 Dec 2005 19:32:06 +0100, Niki Kovacs wrote: > >> Hi, >> >> Sorry for posting that again, but at least from here, the post in >> question got lost in the recent hate-spam flood. >> >> Anyway. On my old 10.0 install I had a nifty little app called >> gtkcdlabel, a GTK frontend for cdlabelgen, which I used almost daily to >> print CD covers in a matter of minutes, if not seconds. >> >> Unfortunately, I can't seem to get it to work on Slack 10.2. After >> checking the sparse info via Google, I managed to compile it, but now, >> there is no Preview function, which makes the app more or less useless. >> >> Anyone managed to make this thing work? Suggestions very welcome. >> >> Niki Kovacs > > Having nothing better to do I gave this a try. > > It worked for me, but I have freerock gnome installed (full install) on > 10.2 with kernel 2.6.13 - not that the kernel matters much. > > I first installed just gtkcdlabel 1.0pre7 expecting to have issues, but it > compiled fine and complained at start-up about not having cdlabelgen which > I then installed - this perl script and the gtklabelgen binary are > located in /usr/local/bin > > I imagine that the freerock install satisfied the gnome lib dependencies > as Ian suggested might be missing in the stock slack install. > > I will post the output of ldd /usr/local/bin/gtkcdlabel for you so you can > see what it needs. Perhaps that will help you get the dependencies > installed without a big download on dialup. > > steve@peggyo:~$ ldd /usr/local/bin/gtkcdlabel > linux-gate.so.1 => (0xffffe000) > libglade-2.0.so.0 => /usr/lib/libglade-2.0.so.0 (0xb7f78000) > libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c8e000) > libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7b70000) > libz.so.1 => /usr/lib/libz.so.1 (0xb7b5e000) > libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb7ae0000) > libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb7ac7000) > libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 > (0xb7ab1000) libm.so.6 => /lib/tls/libm.so.6 (0xb7a8d000) > libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 > (0xb7a86000) libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 > (0xb7a4e000) libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb7a04000) > libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb79d0000) > libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb79cc000) > libdl.so.2 => /lib/tls/libdl.so.2 (0xb79c7000) > libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7945000) > libc.so.6 => /lib/tls/libc.so.6 (0xb7829000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb775f000) > libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0xb775c000) > libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0xb7753000) > libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0xb7750000) > libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 > (0xb7729000) libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 > (0xb7720000) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 > (0xb7718000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 > (0xb770a000) libXfixes.so.3 => /usr/X11R6/lib/libXfixes.so.3 > (0xb7704000) /lib/ld-linux.so.2 (0xb7faf000) > libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb76df000) > libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7674000) > libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7643000) > libglitz.so.1 => /usr/lib/libglitz.so.1 (0xb761d000) > libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb75fc000) > steve@peggyo:~$ > > HTH > > Steve Thanks for doing this work. I am a bit puzzled by the alphabet soup output of ldd. How would a pro go about to find all the dependencies? My haphazard approach would be: 1) check if the library is included in my machine (whereis libxml, whereis libglade) 2) Wonder how I could get the missing libraries, e. g. what the corresponding tarballs are called 3) hope that these libraries in turn don't have toooooo many dependencies in their turn. More generally, I wonder if I will need a full-blown gnome install just to make this little app work. I don't want to install FRG (though I have a CD here), because despite what it says, it IS intrusive: depends Slack packages by other versions, plus I don't really want all the HAL and dbus stuff. Niki |
| ||||
| On Sat, 03 Dec 2005 15:20:42 +0100, Niki Kovacs wrote: > > Thanks for doing this work. > What work? Took all of 10 minutes. Wanted to check out the app anyway. > I am a bit puzzled by the alphabet soup output > of ldd. How would a pro go about to find all the dependencies? My haphazard > approach would be: 1) check if the library is included in my machine > (whereis libxml, whereis libglade) 2) Wonder how I could get the missing > libraries, e. g. what the corresponding tarballs are called 3) hope that > these libraries in turn don't have toooooo many dependencies in their turn. > Being equally non-pro, my approach would be (has been) the same. > > More generally, I wonder if I will need a full-blown gnome install just to > make this little app work. > Hard to say. Like I said, I allready had all the libs due to FRG. Not knowing what you might have added on your own allready I thought a complete list might help you decide if it was worth the effort to take on the search and destroy mission. > I don't want to install FRG (though I have a CD here), because despite > what it says, it IS intrusive: depends Slack packages by other versions, > plus I don't really want all the HAL and dbus stuff. If you have the FRG CD, just look for the TGZs that correspond to the libs output from my ldd and installpkg them one by one until ldd doesn't list any missing ones. > > Niki |