Search found 3 matches

by Kaffe
04 Jun 2016, 20:33
Forum: Ubuntu & Desktop Linux
Topic: [Debian/Jessie] Filebot won't launch properly after install
Replies: 3
Views: 4299

Re: [Debian/Jessie] Filebot won't launch properly after inst

Yes, you are correct in your assessment. I will first poke around with the OpenGL part and try Oracle Java second... if I really have to. :p

I will return when I've fiddled with it based on your reply. Thank you. :)
by Kaffe
04 Jun 2016, 07:09
Forum: Ubuntu & Desktop Linux
Topic: [Debian/Jessie] Filebot won't launch properly after install
Replies: 3
Views: 4299

[Debian/Jessie] Filebot won't launch properly after install

Howdy there.

Just found this and tried to install it on my Debian Jessie workstation. This happens:

Image

Stumped! Any ideas?
by Kaffe
04 Jun 2016, 06:41
Forum: Ubuntu & Desktop Linux
Topic: Replace underscores for spaces using CLI
Replies: 5
Views: 5082

Re: Replace underscores for spaces using CLI

As you're on Linux, just use the command "rename" instead. rename 's/_/ /g' name/of/directory/Dragonball_z* If you stand in the directory where you wish to rename, and you want this to process all files, a simple * will do (no need to print out the path and the start of the filename). If your ...