You are not logged in.

#1 2010-03-29 09:23:51

p1mps
Member
From: italy
Registered: 2009-05-04
Posts: 28
Website

awesome3 and flash player

Hello to all,

I have a big problem with flash player. I can't get the full screen with movies on my awesome3, do you think is a problem with my rc.lua? Anyone has the same problem?


Thank you


Science is a differential equation. Religion is a boundary condition.
Alan Turing

Offline

#2 2010-03-29 11:51:25

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: awesome3 and flash player

First read this: http://awesome.naquadah.org/wiki/FAQ#Ho … tifiers.3F

Then setup your client rules like this:

-- If you want to send Firefox to specific tag fill in
-- the class and instance and uncomment
--{ rule = { class = "Class", instance = "Instance" },
--  properties = { tag = tags[1][1] } },

-- Fullscreen flash usually has instance "firefox-bin"
-- but double-check with instructions I linked to
{ rule = { instance = "firefox-bin" },
  properties = { floating = true } },

Last edited by anrxc (2010-03-29 11:52:00)


You need to install an RTFM interface.

Offline

#3 2010-03-30 13:50:31

i_love_penguins
Member
From: Germany
Registered: 2010-03-30
Posts: 46
Website

Re: awesome3 and flash player

Did that solve your problem? I never wrote something like that in my rc.lua and flash/firefox works perfectly (no, firefox is not floating).

Please be more concise in what is not working, what version of firefox, flash and awesome you are using.

Offline

#4 2010-03-31 00:48:42

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: awesome3 and flash player

I never wrote something like that in my rc.lua and flash/firefox works perfectly

Yes, and?

This happened to him because he already had a rule matching Firefox, most likely he applied the tag property. When the flash window was opened the rule matched that window too, and moved it to the specified tag (as a side effect it lost its floating property). I showed him one solution which allows both.


You need to install an RTFM interface.

Offline

#5 2010-04-14 12:42:03

p1mps
Member
From: italy
Registered: 2009-05-04
Posts: 28
Website

Re: awesome3 and flash player

I succeded to make firefox (and google-chrome) to be floated. I can't get flash player to be full screen anyway sad. The only rules i used in my rc.lua for firefox is that one:          { match = { "Google*" } , tag ="www"}

that use shifty library to tag google-chrome on "www" tag. Any suggestions?


My awesome: awesome v3.4.4 (Jet Sex)
• Build: Mar  9 2010 09:28:29 for x86_64 by gcc version 4.4.3 (nobody@Miranda)
• D-Bus support: ✔

My google-chrome: 5.0.342.7 beta


Maybe have I to reinstall flashplayer? Which pkgbuild do you suggest? I have x86_64 arch.


Thanks
Regards smile


Science is a differential equation. Religion is a boundary condition.
Alan Turing

Offline

#6 2010-04-17 20:34:58

p1mps
Member
From: italy
Registered: 2009-05-04
Posts: 28
Website

Re: awesome3 and flash player

Anyone could help me?


Science is a differential equation. Religion is a boundary condition.
Alan Turing

Offline

#7 2010-04-17 23:04:43

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: awesome3 and flash player

Stop using shifty. Use normal awful.rules. Does it still happen? Determine flash window properties with xprop like I told you. Explicitly enable floating for instances of flash window. Does it still happen? Enable shifty, figure out how to do the same thing.


You need to install an RTFM interface.

Offline

#8 2010-04-17 23:36:20

p1mps
Member
From: italy
Registered: 2009-05-04
Posts: 28
Website

Re: awesome3 and flash player

I'm a noob sorry smile


The problem was that i was using both shifty and awful rules so maybe they're were conflicting. Thank you for the advices.


Science is a differential equation. Religion is a boundary condition.
Alan Turing

Offline

Board footer

Powered by FluxBB