Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 14483  / 2 Years ago, sat, august 20, 2022, 12:17:48

in my Lubuntu 13.04 (with Gnome Shell 3.8), Flash videos won't go to full screen in certain Flash players (i.e. on certain sites).
- Actually in most players, that means it doesn't work at all. Upon left-click on the fullscreen-button, I see a flicker as if it did got to full-screen, but then it stays standard size, kinda like a pop-up ad being killed by ad-block.
- Some players have a "toggle fullscreen" option available on right-click menu, this is the only option that works for me now. In this case, I have to press and hold the right mouse button and release it over the "fullscreen" menu entry. The menu disappears when releasing the mouse button.
- Only exception I found so far: Youtube, which works normally with left click on the fullscreen-button.
My current Flash-plugin version is 11.2.202.285ubuntu0.13.04.1.
I wonder if Gnome Shell might be messing with Flash?
Is anyone else experiencing this problem?
Edit: this problem is present in Firefox, Opera and Chromium browsers.
The graphics card I'm using (as reported in Gnome settings > details) is GeForce 8100/nForce720a/integrated/SSE2


More From » gnome

 Answers
7

I found the following solution which worked perfectly for me:



Workaround fo this:




  1. Install devilspie (via Terminal:)



    sudo apt-get install devilspie

  2. Write config for firefox (via Terminal:)



    mkdir ~/.devilspie
    nano ~/.devilspie/flash-fullscreen-firefox.ds

    (if
    (is (application_name) "plugin-container")
    (begin
    (focus)
    )
    )

  3. Make devilspie autostart




Done.



Solution from:
https://plus.google.com/100368718538258540940/posts/eJWwPj8B4dX (last post)


[#30829] Saturday, August 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oreera

Total Points: 472
Total Questions: 121
Total Answers: 116

Location: Mayotte
Member since Thu, Dec 17, 2020
3 Years ago
;