Hot answers tagged gnome
2
There are no applications that do that or anything like what you want.
Of course it is a matter of developing a software that does that. If you have the time and expertise to do that go to Launchpad Blueprints, there you will be able to receive help from other developers. You will need to know what you are doing ; they won't do the work for you.
But if you ...
2
I found the following solution which worked perfectly for me:
Workaround fo this:
Install devilspie (via Terminal:)
sudo apt-get install devilspie
Write config for firefox (via Terminal:)
mkdir ~/.devilspie
nano ~/.devilspie/flash-fullscreen-firefox.ds
(if
(is (application_name) "plugin-container")
(begin
(focus)
)
)
Make devilspie autostart
Done.
...
Only top voted, non community-wiki answers of a minimum length are eligible