You are here

FileZilla: Disable splash screen

8 posts / 0 new
Last post
brent
Offline
Last seen: 15 years 11 months ago
Joined: 2006-04-19 16:36
FileZilla: Disable splash screen

Hi,
I was wondering how you can disable the splash screen? Its not in the .ini and I can't seem to find any reference on how to do so.

Thanks,
Brent

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
INI

DisableSplashScreen=true
Then move the INI into the same directory as the launcher.
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

brent
Offline
Last seen: 15 years 11 months ago
Joined: 2006-04-19 16:36
I understand how to edit the

I understand how to edit the .ini and where to move it. The line "DisableSplashScreen=" is not in the .ini

Bruce Pascoe
Offline
Last seen: 12 years 3 months ago
Joined: 2006-01-15 16:14
...

Then add it. It's not that hard.

John T. Haller
John T. Haller's picture
Online
Last seen: 14 min 2 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Add it

Just add it. The INI is just an example of format.

Sometimes, the impossible can become possible, if you're awesome!

brent
Offline
Last seen: 15 years 11 months ago
Joined: 2006-04-19 16:36
I tired that before I

I tired that before I posted. Dosent work.

John T. Haller
John T. Haller's picture
Online
Last seen: 14 min 2 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Missing SettingsDirectory

The example INI is missing another line causing it to assume the INI file is invalid. Try this:

[PortableFileZilla]
FileZillaDirectory=filezilla
SettingsDirectory=settings
AdditionalParameters=
WaitForFileZilla=false
FileZillaExecutable=filezilla.exe
DisableSplashScreen=true

Sometimes, the impossible can become possible, if you're awesome!

brent
Offline
Last seen: 15 years 11 months ago
Joined: 2006-04-19 16:36
Worked

Worked. Thanks John.

Topic locked