0

I have installed all the packages. When I type fslview &, it didn't show any error message. However, it didn't work. It also didn't display any header at all. I cannot loading any file from my PC. Can anyone know how to fix this?

Thanks

when I type "fslview &", this is the pop up window

Output of lsb_release -a

LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubunt‌​ u0.2-noarch:security‌​-9.20160110ubuntu0.2‌​-amd64:security-9.20‌​160110ubuntu0.2-noar‌​ch Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
  • Welcome to AskUbuntu! Please help us help you by providing further detail. How did you install fslview? What is the output of lsb_release -a – Elder Geek Apr 18 '17 at 19:55
  • Hi there, I am follow this http://neuro.debian.net/pkgs/fslview.html instruction to install the package. The output of lsb_release -a as below: LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial – Zai-Fu Yao Apr 21 '17 at 11:03

1 Answers1

0

By placing an ampersand & at the end of the line you are attempting to start fslview in the background which is doubtless not your intent if you expect to actually see something. The command line structure as found on the man page is as follows:

fslview [-m <viewmode>] [<baseimage> [imageoptions] ... ]

There's really no need to jump through hoops installing this as it's part of the fsl package available in the multiverse repository.

If anything about this answer is unclear, please drop me a comment and I'll do my best to clarify.

Elder Geek
  • 36,023
  • 25
  • 98
  • 183