Basilisk for Linux "can't see" flash plugin Topic is solved

Board for discussions around the Basilisk web browser.

Moderator: Basilisk-Dev

ianas

Basilisk for Linux "can't see" flash plugin

Unread post by ianas » 2018-01-11, 00:26

I recently got Basilisk for Linux and am getting use to it
one thing that bugs me is that Basilisk can't see installed flash-player
flash is in

Code: Select all

/usr/lib64/browser-plugins/libflashplayer.so
but Basilisk says I don't have flash installed
afaik this is where flash should go and Firefox from my distro and from mozilla see and use flash
is this a bug to be reported or do I have to link flashplayer.so to another location if so where?

ps. I'm running opensuse leap 42.3 (an rpm based distro) but that shouldn't matter

New Tobin Paradigm

Re: Basilisk for Linux "can't see" flash plugin

Unread post by New Tobin Paradigm » 2018-01-11, 00:40

Try the Pale Moon solution of symlinking it where it thinks it needs to be... Dunno if it will work but hey! Worth a shot.

http://linux.palemoon.org/help/faq/#noplugins
Last edited by New Tobin Paradigm on 2018-01-11, 00:40, edited 1 time in total.

ianas

Re: Basilisk for Linux "can't see" flash plugin

Unread post by ianas » 2018-01-11, 02:45

I really don't like create new directories in /usr
I'll try creating a plugins sub-folder in Basilisk's folder and linking libflashplayer.so over there

ianas

Re: Basilisk for Linux "can't see" flash plugin

Unread post by ianas » 2018-01-11, 20:55

I created basilisk/plugins/ and linked libflashplayer.so in it
but Basilisk still does not see it?
afaik the default for all mozilla based plugins was to scan for plugins in this directory
I'll try putting this dir in basilisk's profile folder and try again

edit
apparently the best way to make basilisk see flash without creating directories in /usr is to make a plugins directory inside your profile and link flash in it

Code: Select all

mkdir ~/.moonchild productions/basilisk/<uuid>.default/plugins
ln -s /usr/lib64/browser-plugins/libflashplayer.so ~/.moonchild productions/basilisk/<uuid>.default/plugins/libflashplayer.so
you should replace <uuid>.defau with your directories unique user id mine is zjhnqw1c.default
by linking flash to your distributions package you can keep flash up to date by using your distro's software management tools (in my case just doing zypper up)
Last edited by ianas on 2018-01-11, 21:04, edited 3 times in total.

Locked