Clicking on Control Panel FAQ does nothing in Fatdog

versatile 64-bit multi-user Linux distribution

Moderators: kirk, jamesbond, p310don, JakeSFR, step, Forum moderators

Post Reply
User avatar
Keef
Posts: 250
Joined: Tue Dec 03, 2019 8:05 pm
Has thanked: 3 times
Been thanked: 67 times

Clicking on Control Panel FAQ does nothing in Fatdog

Post by Keef »

Under the Network tab, clicking on FAQ does nothing.
Looking in the .desktop file, it points to a file (Networking.md) which doesn't exist.

Code: Select all

##Exec=defaultbrowser /usr/share/doc/faqs/Networking.html
Exec=mdview /usr/share/doc/fd-help/Networking.md

Networking.html is still there though.

User avatar
Wiz57
Moderator
Posts: 495
Joined: Fri Dec 13, 2019 3:54 pm
Location: Chickasha, OK USA
Has thanked: 75 times
Been thanked: 79 times

Re: Control Panel

Post by Wiz57 »

Edit the desktop file to uncomment (remove the shebangs ...##) in front of the default browser section,
place the shebangs in front of the mdview section. Save it then click on it.

Signature available upon request

User avatar
Keef
Posts: 250
Joined: Tue Dec 03, 2019 8:05 pm
Has thanked: 3 times
Been thanked: 67 times

Re: Control Panel

Post by Keef »

Oh I know how to do that. Was just pointing it out.

step
Posts: 516
Joined: Thu Aug 13, 2020 9:55 am
Has thanked: 50 times
Been thanked: 184 times
Contact:

Re: Control Panel

Post by step »

@Keef thank you for reporting. In Fatdog64 900 we moved the markdown FAQ files to a different directory and forgot to update this file (/usr/share/applications/fatdog-help-networking.desktop). The new fix:

Code: Select all

##Exec=defaultbrowser /usr/share/doc/faqs/Networking.html
Exec=mdview /usr/share/doc/fd-faq/Networking.md
Post Reply

Return to “FatDog64”