I will return when I've fiddled with it based on your reply. Thank you.
Search found 3 matches
- 04 Jun 2016, 20:33
- Forum: Ubuntu & Desktop Linux
- Topic: [Debian/Jessie] Filebot won't launch properly after install
- Replies: 3
- Views: 4672
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.
I will return when I've fiddled with it based on your reply. Thank you.
- 04 Jun 2016, 07:09
- Forum: Ubuntu & Desktop Linux
- Topic: [Debian/Jessie] Filebot won't launch properly after install
- Replies: 3
- Views: 4672
[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:

Stumped! Any ideas?
Just found this and tried to install it on my Debian Jessie workstation. This happens:

Stumped! Any ideas?
- 04 Jun 2016, 06:41
- Forum: Ubuntu & Desktop Linux
- Topic: Replace underscores for spaces using CLI
- Replies: 5
- Views: 5816
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 ...
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 ...