Hey Group; Whom ever suggested the Gnome program "glabels". Thanks! I downloaded it compiled it and it works great. One question is on a CD label with two labels per sheet, how do you get it to do "Disc 1 of 2" and on the other label "Disc 2 of 2". It is a nifty small program that does about any Avery label plus bar codes, pictures and more -- 73 de Donn Washburn Hpage: " http://www.hal-pc.org/~n5xwb " Ham Callsign N5XWB Email: " n5xwb@hal-pc.org " 307 Savoy St. HAMs: " n5xwb@arrl.net " Sugar Land, TX 77478 BMW MOA #: 4146 - Ambassador LL# 1.281.242.3256 " http://counter.li.org " #279316
Donn Washburn wrote:
Hey Group;
Whom ever suggested the Gnome program "glabels". Thanks! I downloaded it compiled it and it works great. One question is on a CD label with two labels per sheet, how do you get it to do "Disc 1 of 2" and on the other label "Disc 2 of 2". It is a nifty small program that does about any Avery label plus bar codes, pictures and more
It should have been on the SuSE CD. However, as far as I can see, you can either print two copies of the same label or just one, in either position.
James Knott wrote:
Donn Washburn wrote:
Hey Group;
Whom ever suggested the Gnome program "glabels". Thanks! I downloaded it compiled it and it works great. One question is on a CD label with two labels per sheet, how do you get it to do "Disc 1 of 2" and on the other label "Disc 2 of 2". It is a nifty small program that does about any Avery label plus bar codes, pictures and more
It should have been on the SuSE CD. However, as far as I can see, you can either print two copies of the same label or just one, in either position.
I've built version 2.1.0 hoping I'd see some way of doing that, but I can find no options other than for printing one label, but that is a waste of half a sheet. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
* Sid Boyce <sboyce@blueyonder.co.uk> [06-26-05 18:18]:
I've built version 2.1.0 hoping I'd see some way of doing that, but I can find no options other than for printing one label, but that is a waste of half a sheet.
I believe that the blank is layed out with the same distance from the top-of-sheet to the first-label as bottom-of-sheet to last-label. Just insert the sheet bottom first to print only the remaining label. -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery
Sid Boyce wrote:
I've built version 2.1.0 hoping I'd see some way of doing that, but I can find no options other than for printing one label, but that is a waste of half a sheet.
You can either turn the sheet around or tell it to print the other label, on a second pass.
On Sunday 26 June 2005 20:11, Donn Washburn wrote:
Hey Group;
Whom ever suggested the Gnome program "glabels". Thanks! I downloaded it compiled it and it works great. One question is on a CD label with two labels per sheet, how do you get it to do "Disc 1 of 2" and on the other label "Disc 2 of 2".
It doesn't seem to be something the program was designed for, but here's one way of doing it: create a text file with two lines Disc 1 of 2 Disc 2 of 2 Then edit the "merge properties" and select your file as a "comma separated file" Then create a text field on your label and in the properties of that text select "insert merge text" A little roundabout, but it works
Anders Johansson wrote:
On Sunday 26 June 2005 20:11, Donn Washburn wrote:
Hey Group;
Whom ever suggested the Gnome program "glabels". Thanks! I downloaded it compiled it and it works great. One question is on a CD label with two labels per sheet, how do you get it to do "Disc 1 of 2" and on the other label "Disc 2 of 2".
It doesn't seem to be something the program was designed for, but here's one way of doing it: create a text file with two lines
Disc 1 of 2 Disc 2 of 2
Then edit the "merge properties" and select your file as a "comma separated file"
Then create a text field on your label and in the properties of that text select "insert merge text"
A little roundabout, but it works
Thanks Anders, I'd been playing with just that, but when I clicked on "Insert merged field" and only saw "${1} on the label, I thought it wasn't what I wanted, but print preview now shows up the two different labels. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
I just installed glabels-2.0.2-3 and the glabels-debuginfo of the same version. No problem. But then I tried to run it from CLI and got the error message: "error while loading shared libraries: libglabels.so.1: cannot open shared object file: No such file or directory" So I looked for the libglabels package in the suse areas of a couple of ftp sites and couldn't find it. I did find a libglabels.so packaged by a third party, but I'm always a little hesitant about downloading something from someone I don't know. How have other people gotten around this? (I already tried compiling the glabels src.rpm, but it horked. So that's not an option for me.) tia, ken -- A lot of us are working harder than we want, at things we don't like to do. Why? ...In order to afford the sort of existence we don't care to live. -- Bradford Angier
ken wrote:
I just installed glabels-2.0.2-3 and the glabels-debuginfo of the same version. No problem. But then I tried to run it from CLI and got the error message:
"error while loading shared libraries: libglabels.so.1: cannot open shared object file: No such file or directory"
So I looked for the libglabels package in the suse areas of a couple of ftp sites and couldn't find it. I did find a libglabels.so packaged by a third party, but I'm always a little hesitant about downloading something from someone I don't know.
How have other people gotten around this? (I already tried compiling the glabels src.rpm, but it horked. So that's not an option for me.)
tia, ken
Does the symlink exist. I had the same problem with something (glabels??) and it was missing. If missing "ln -s /opt/gnome/lib/libglabels.so.1.0.1 /opt/gnome/lib/libglabels.so.1", then run ldconfig. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
Sid Boyce wrote:
ken wrote:
I just installed glabels-2.0.2-3 and the glabels-debuginfo of the same version. No problem. But then I tried to run it from CLI and got the error message:
"error while loading shared libraries: libglabels.so.1: cannot open shared object file: No such file or directory"
So I looked for the libglabels package in the suse areas of a couple of ftp sites and couldn't find it. I did find a libglabels.so packaged by a third party, but I'm always a little hesitant about downloading something from someone I don't know.
How have other people gotten around this? (I already tried compiling the glabels src.rpm, but it horked. So that's not an option for me.)
tia, ken
Does the symlink exist. I had the same problem with something (glabels??) and it was missing. If missing "ln -s /opt/gnome/lib/libglabels.so.1.0.1 /opt/gnome/lib/libglabels.so.1", then run ldconfig.
I don't have /opt/gnome/lib/libglabels.* at all. -- A lot of us are working harder than we want, at things we don't like to do. Why? ...In order to afford the sort of existence we don't care to live. -- Bradford Angier
ken wrote:
Sid Boyce wrote:
ken wrote:
I just installed glabels-2.0.2-3 and the glabels-debuginfo of the same version. No problem. But then I tried to run it from CLI and got the error message:
"error while loading shared libraries: libglabels.so.1: cannot open shared object file: No such file or directory"
So I looked for the libglabels package in the suse areas of a couple of ftp sites and couldn't find it. I did find a libglabels.so packaged by a third party, but I'm always a little hesitant about downloading something from someone I don't know.
How have other people gotten around this? (I already tried compiling the glabels src.rpm, but it horked. So that's not an option for me.)
tia, ken
Does the symlink exist. I had the same problem with something (glabels??) and it was missing. If missing "ln -s /opt/gnome/lib/libglabels.so.1.0.1 /opt/gnome/lib/libglabels.so.1", then run ldconfig.
I don't have /opt/gnome/lib/libglabels.* at all.
# rpm -qpl glabels-2.0.2-3.i586.rpm (on the 9.3 DVD) /opt/gnome/lib/libglabels.a /opt/gnome/lib/libglabels.la /opt/gnome/lib/libglabels.so.1.0.1 I now remember, I had to make the symlink for libglabels.so.1, do ldconfig and it worked. I also downloaded the sources and built 2.1.0, then installed the RPM built by checkinstall. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM Mainframes and Sun Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
Sid Boyce wrote:
ken wrote:
Sid Boyce wrote:
ken wrote:
I just installed glabels-2.0.2-3 and the glabels-debuginfo of the same version. No problem. But then I tried to run it from CLI and got the error message:
"error while loading shared libraries: libglabels.so.1: cannot open shared object file: No such file or directory"
So I looked for the libglabels package in the suse areas of a couple of ftp sites and couldn't find it. I did find a libglabels.so packaged by a third party, but I'm always a little hesitant about downloading something from someone I don't know.
How have other people gotten around this? (I already tried compiling the glabels src.rpm, but it horked. So that's not an option for me.)
tia, ken
Does the symlink exist. I had the same problem with something (glabels??) and it was missing. If missing "ln -s /opt/gnome/lib/libglabels.so.1.0.1 /opt/gnome/lib/libglabels.so.1", then run ldconfig.
I don't have /opt/gnome/lib/libglabels.* at all.
# rpm -qpl glabels-2.0.2-3.i586.rpm (on the 9.3 DVD) /opt/gnome/lib/libglabels.a /opt/gnome/lib/libglabels.la /opt/gnome/lib/libglabels.so.1.0.1 I now remember, I had to make the symlink for libglabels.so.1, do ldconfig and it worked. I also downloaded the sources and built 2.1.0, then installed the RPM built by checkinstall. Regards Sid.
That did it. Thanks! -- A lot of us are working harder than we want, at things we don't like to do. Why? ...In order to afford the sort of existence we don't care to live. -- Bradford Angier
participants (6)
-
Anders Johansson
-
Donn Washburn
-
James Knott
-
ken
-
Patrick Shanahan
-
Sid Boyce