Recent

Author Topic: File.file  (Read 5689 times)

LazaruX

  • Hero Member
  • *****
  • Posts: 597
  • Lazarus original cheetah.The cheetah doesn't cheat
File.file
« on: April 03, 2010, 08:58:15 pm »
Since years now, everytime I used Lazarus on linux the first time, it always asks me: "file.file not found, do you want to create it"
I am wondering, what is this file for?

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
Re: File.file
« Reply #1 on: April 05, 2010, 11:18:35 pm »
is it part of your "default" project ? have a look in the ~/lazarus dir. is it part of some xml file ? or in lazarus sessions, part of some .lps ?

To check, from a command prompt in your ~/.lazarus dir:
Code: [Select]
grep -iIr file.file *.xml *.lps
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

sfeinst

  • Full Member
  • ***
  • Posts: 230
Re: File.file
« Reply #2 on: April 06, 2010, 12:40:32 am »
This happened t me as well.  I think the fix (I'm trying to remember) was that the menu choice had file.file as part of the command line.  You need to remove it if it is there.

 

TinyPortal © 2005-2018