Hello,
I have a
problem with Adobe Flash player that apparently can be workarounded by using Devil's Pie, making it auto start In Lubuntu 13.04 with Gnome Shell.
Here's what I tried to achieve that after following the instructions on askubuntu.com (as advised in the #ubuntu irc channel):
I made a file /etc/init/devilspie.conf with the following content:
Code:
description run devil's pie on startup
start on startup
stop on runlevel [016]
respawn
exec su - ben -c "devilspie"
I wanted to test it first by seeing if I could run it manually, I get this:
Code:
~$ sudo start devilspie
start: Unknown job: devilspie
ben@Ignaz-lubuntu:~$ ps auxwww|grep devilspie
ben 13244 0.0 0.4 390932 15644 ? Sl 22:16 0:00 leafpad /etc/init/devilspie.conf
ben 14303 0.0 0.0 10948 916 pts/0 S+ 22:19 0:00 grep --color=auto devilspie
These commands were given to me at #ubuntu as well, but I didn't get assistance to conclusion of the issue, so I don't know what this output means. Can someone help me deal with this?
It seems however that Devil's Pie is not running - it's not listed in running processes of System monitor.