Mint64 Flock flask 64setup

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
And7ate9

Mint64 Flock flask 64setup

Post by And7ate9 »

I just want to know what file and where to point flock to enable the 64bit flash version installed in Mint 64
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
garda

Re: Mint64 Flock flask 64setup

Post by garda »

Flash plugin is in Mozilla's plugin directory: /usr/lib/mozilla/plugins/libflashplayer.so while Flock's plugin directory is either /usr/lib/flock/plugins/ or /home/username/.flock/plugins/. That means you have to create a symbolic link that points to /usr/lib/mozilla/plugins/libflashplayer.so in one --or both-- of the Flock's plugin directory. To do that, open up a Terminal and enter this command:

Code: Select all

cd /usr/lib/flock/plugins; sudo ln -s /usr/lib/mozilla/plugins/libflashplayer.so libflashplayer.so; sudo chmod 755 libflashplayer.so
If that does not work, try this one:

Code: Select all

cd ~/.flock/plugins/; ln -s /usr/lib/mozilla/plugins/libflashplayer.so libflashplayer.so
And7ate9

Re: Mint64 Flock flask 64setup

Post by And7ate9 »

hmmm ok thanks I will give it a try
Locked

Return to “Software & Applications”