Jerome Quelin | 2 Oct 2009 09:09
Picon
Gravatar

backup tellico file with 777 rights

hi,

since tellico 2.0 [*], the backup file .tc~ created during save is
created with 777 rights (rwxrwxrwx) which is wrong.

it should (at least) respect umask, at best duplicate the original file
reights.

[*] note that i also switched to a "all images in the zip" option in
order to be able to import / export my old file, so i don't know what is
the culprit

jérôme 
--

-- 
jquelin@...
Robby Stephenson | 2 Oct 2009 15:46
Gravatar

Re: backup tellico file with 777 rights

On Friday 02 October 2009, Jerome Quelin wrote:
> hi,
>
> since tellico 2.0 [*], the backup file .tc~ created during save is
> created with 777 rights (rwxrwxrwx) which is wrong.
>
> it should (at least) respect umask, at best duplicate the original file
> reights.

Tellico uses the KSaveFile class, from kdelibs, so in theory, I think should 
honor umask. But it's out of my hands. I'll try to test further to see if 
somehow I'm using the library wrong.

> [*] note that i also switched to a "all images in the zip" option in
> order to be able to import / export my old file, so i don't know what is
> the culprit

As a side note, you  can run File->Export->Zip to make a full archive file, 
too.

Robby
threerandot | 4 Oct 2009 01:51
Picon
Favicon

Tellico 2.0 Installation not going well... please help!


Okay, I have tried everything except eat a bug and I just cannot figure out
how to install Tellico 2.0. Right now I have Tellico 1.3.5. I downloaded
this file from the Tellico site...

tellico-2.0.tar.bz2

I am using Mint 7 "Gloria". Does anyone here know how to install the new
Tellico? I have tried finding it in the repositories and tried to install it
with the Terminal, all without success, using several commands from
searching on the web and installing various packages.

I hope there are some experience Mint users here who have figured this out
as I am simply dumbfounded on what to do next.%-|

Your time and help is appreciated.:-)
--

-- 
View this message in context: http://www.nabble.com/Tellico-2.0-Installation-not-going-well...-please-help%21-tp25733877p25733877.html
Sent from the Tellico mailing list archive at Nabble.com.
Regis Boudin | 4 Oct 2009 21:37

Re: building tellico 2.0 from svn

Hi Robert,

On Sun, 2009-10-04 at 11:41 +0100, Robert Hancock wrote:
> hi,
> 
> basically a fine piece of work, and i have the amazon lookups working fine with my growing book collection. thanks!
> 
> some bugs and comments:
> 
> *) since a couple of days it's not been possible to build tellico directly from the SVN sources. the cmake
step fails:
> 
> CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake files:
> TAGLIB_INCLUDES
> 
> i think that the TAGLIB_INCLUDES variable is associated with an optional package (to do with media
files), but the way it is referenced in the CMake files doesn't respect this ==>  if you don't have the
optional package installed on your system, the make will fail.

My mistake. Well, sort of. The cmake script to find taglig is broken, so
if it builds on some systems, it doesn't on on other. And because cmake
relies only on the scripts installed on the builder's machine, fixing it
means dirty workaround. But I will fix that.

Can't really comment on the rest.

Regis
threerandot | 5 Oct 2009 01:36
Picon
Favicon

Re: Tellico 2.0 Installation not going well... please help!


Hi

I appreciate your time to respond to my request, but this just doesn't seem
to be helping. I seem unable to unpack the file at all, although a bunch of
stuff goes by very fast in the terminal. I also hear my computer doing some
beeping at times when I attempt this.

I do not know what all of the required packages would be or how to install
them. I also would appreciate it if you could perhaps present each terminal
command one line at a time and if you could let me know what response the
terminal should give me so I at least know that I am on track.

I am basically a real newbie to Linux and installing this has been very
challenging. Perhaps you can provide me with more details as to how I should
be doing this and what I need before installing Tellico 2.0. Thanks, Shawn

Thomas Ronayne wrote:
> 
> tellico-users-request@... wrote:
>> tellico-2.0.tar.bz2
>>
>> I am using Mint 7 "Gloria". Does anyone here know how to install the new
>> Tellico? I have tried finding it in the repositories and tried to install
>> it
>> with the Terminal, all without success, using several commands from
>> searching on the web and installing various packages.
>>
>> I hope there are some experience Mint users here who have figured this
>> out
(Continue reading)

Thomas Ronayne | 5 Oct 2009 14:21
Picon

Re: tellico installation not going well


    Hi

    I appreciate your time to respond to my request, but this just doesn't seem
    to be helping. I seem unable to unpack the file at all, although a bunch of
    stuff goes by very fast in the terminal. I also hear my computer doing some
    beeping at times when I attempt this.

    I do not know what all of the required packages would be or how to install
    them. I also would appreciate it if you could perhaps present each terminal
    command one line at a time and if you could let me know what response the
    terminal should give me so I at least know that I am on track.

    I am basically a real newbie to Linux and installing this has been very
    challenging. Perhaps you can provide me with more details as to how I should
    be doing this and what I need before installing Tellico 2.0. Thanks, Shawn

OK, no big deal -- let's see if we can figure this out.

The file you download, tellico-2.0.tar.bz2, is a compressed archive of 
all the files that make up Tellico. The archive is a "tar" archive (tar 
is an acronym for "tape archive" that goes back to when back ups where 
done to large reels of 1/2" tape -- you see those being "computers" in 
old movies and television shows) and the way it's compressed is with a 
utility called "bzip."

Now, when you run the command to unzip, "bunzip2 -c tellico-2.0.tar.bz2 
| tar -xvf -" you'll see lots of stuff flying by on the screen (the list 
of files in the archive, exactly what's supposed to happen). The files 
are being extracted from the archive and put into a directory named 
(Continue reading)

Robby Stephenson | 5 Oct 2009 17:07
Gravatar

Re: tellico installation not going well

On Monday 05 October 2009, Thomas Ronayne wrote:
> Then you need to prepare the files you extracted; that's done with a
> utility named "configure" with a couple of arguments (options) that tell
> the configure utility how to prepare a file of instructions for another
> utility to do the actual work. 

Like the rest of the KDE4 world, Tellico uses cmake now. There is no longer 
a configure script. To build Tellico in the source directory, within that 
directory, type cmake . and the period there is important. It says to build 
the current directory.

The rest of your email is pretty helpful...

> When that finishes (it'll take some time) and if there are no errors
> (like missing required utilities -- see the Tellico web page about
> those) -- the Makefile is created and you're ready to actually build
> Tellico.
>
> That's done with the "make" utility; you simply type "make" on the
> command line, hit the return key and watch still more stuff fly by.
>
> If all goes well, make will finish with no errors and you'll be ready to
> install what you just... uh... made. You do that, and you must do that
> as the super user (root) or you must use the sudo utility (because
> you're going to install Tellico in system directories that you as an
> ordinary user would not have permission to write into). So, let's say
> you're going to use the sudo utility and you would enter "sudo make
> install" to install Tellico.
>
> Now, if any of the above fails it will probably be because of missing
(Continue reading)

Robby Stephenson | 6 Oct 2009 04:23
Gravatar

Re: Tellico 2.0 Installation not going well... please help!

On Sunday 04 October 2009, threerandot wrote:

> I do not know what all of the required packages would be or how to
> install them. I also would appreciate it if you could perhaps present
> each terminal command one line at a time and if you could let me know
> what response the terminal should give me so I at least know that I am on
> track.

After you extract the bz2 file, change into that directory and run this 
command:

cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`

It will probably complain about not finding some development libraries. Get 
to that step and then we might be able to help you go from there...

Robby
threerandot | 6 Oct 2009 06:51
Picon
Favicon

Tellico 2.0 Successfully Installed ... (spikes the ball!!!)


YES!!! I have indeed successfully installed the new Tellico 2.0. A special
thanks to Robby Stephenson for repsonding to my message and give me some
guidance! With a couple of hours on the web downloading different packages
from the sites linked from the Tellico site, as well as some good advice
here from Robby and Thomas Ronayne I was eventually able to successfully
install it!

I am not a programmer and basically felt like I was groping in the dark, but
I did it! I really like Tellico because I have a very large collection of
Classical Music and always wanted to catalogue it. Tellico is really a
fantastic program for this.

For the moment I have only encountered one bug: The Tellico handbook will
not open. I get this message.

"The file or folder help:/tellico/index.html does not exist."

This occurs when the KDE Help Center opens. I hope there is a simple fix for
this. Again, I am running Linux Mint 7 "Gloria" and appreciate all the help.
Thanks again to Robby and Thomas.

I will post any bugs I run into in the "Report Bug" section in Tellico as
well.

Later, Shawn
--

-- 
View this message in context: http://www.nabble.com/Tellico-2.0-Successfully-Installed-...-%28spikes-the-ball%21%21%21%29-tp25762898p25762898.html
Sent from the Tellico mailing list archive at Nabble.com.
(Continue reading)

threerandot | 6 Oct 2009 15:15
Picon
Favicon

Re: Tellico 2.0 Installation not going well... please help!


Hi

I have managed to install Tellico, and without using the command you
mentioned here. I do have one little bug. The Tellico Handbook does not open
in the KDE Help Center. Other than that, it appears to work just fine.

Thanks,
Shawn

robbystephenson wrote:
> 
> On Sunday 04 October 2009, threerandot wrote:
> 
>> I do not know what all of the required packages would be or how to
>> install them. I also would appreciate it if you could perhaps present
>> each terminal command one line at a time and if you could let me know
>> what response the terminal should give me so I at least know that I am on
>> track.
> 
> After you extract the bz2 file, change into that directory and run this 
> command:
> 
> cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
> 
> It will probably complain about not finding some development libraries.
> Get 
> to that step and then we might be able to help you go from there...
> 
> Robby
(Continue reading)


Gmane