Docky: No menu effects on LXDE
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
When I was using LXDE I realized there was no menu animations in the Docky. Then I got this message:
(docky needs the desktop effects enabled to work properly. some options are disabled and themes and animations will appear "incorrectly" says the balloon in the upper right corner of the screen) those desktop effects are enabled so what is going on?
(yes I am aware Docky works properly with GNOME but it's also compatible with lxde)
lubuntu themes lxde docky
add a comment |Â
up vote
2
down vote
favorite
When I was using LXDE I realized there was no menu animations in the Docky. Then I got this message:
(docky needs the desktop effects enabled to work properly. some options are disabled and themes and animations will appear "incorrectly" says the balloon in the upper right corner of the screen) those desktop effects are enabled so what is going on?
(yes I am aware Docky works properly with GNOME but it's also compatible with lxde)
lubuntu themes lxde docky
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
When I was using LXDE I realized there was no menu animations in the Docky. Then I got this message:
(docky needs the desktop effects enabled to work properly. some options are disabled and themes and animations will appear "incorrectly" says the balloon in the upper right corner of the screen) those desktop effects are enabled so what is going on?
(yes I am aware Docky works properly with GNOME but it's also compatible with lxde)
lubuntu themes lxde docky
When I was using LXDE I realized there was no menu animations in the Docky. Then I got this message:
(docky needs the desktop effects enabled to work properly. some options are disabled and themes and animations will appear "incorrectly" says the balloon in the upper right corner of the screen) those desktop effects are enabled so what is going on?
(yes I am aware Docky works properly with GNOME but it's also compatible with lxde)
lubuntu themes lxde docky
lubuntu themes lxde docky
edited Feb 27 at 20:33
asked Feb 27 at 20:10
![](https://lh5.googleusercontent.com/-QC_EHKKSEWw/AAAAAAAAAAI/AAAAAAAAAFA/o85zu5CvseE/photo.jpg?sz=32)
![](https://lh5.googleusercontent.com/-QC_EHKKSEWw/AAAAAAAAAAI/AAAAAAAAAFA/o85zu5CvseE/photo.jpg?sz=32)
RazorManager89
13212
13212
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Install xcompmgr
sudo apt-get install xcompmgr
Now add the command xcompmgr -n
to autostart
If this does not work, you can try installing compton
.
sudo apt-get install compton
Now, restart your computer, run docky and use the following command to start compton
@compton -c -r 16 -l -24 -t -12 -G -b
(If this does not work, try running compton -c -r 16 -l -24 -t -12 -G -b && exit
)
To add compton to startup applications, open terminal, and run the command
sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart
Then add the line @compton -c -r 16 -l -24 -t -12 -G -b
installed it, didn't work
â RazorManager89
Mar 5 at 14:07
What happens when you run the commandxcompmgr -n
in terminal when docky is running?
â Archisman Panigrahi
Mar 5 at 16:32
it kills docky and it pops up again but there's still no animation
â RazorManager89
Mar 5 at 18:02
I edited my answer. Please check it
â Archisman Panigrahi
Mar 6 at 14:07
it worked thanks!
â RazorManager89
Mar 6 at 14:15
 |Â
show 2 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Install xcompmgr
sudo apt-get install xcompmgr
Now add the command xcompmgr -n
to autostart
If this does not work, you can try installing compton
.
sudo apt-get install compton
Now, restart your computer, run docky and use the following command to start compton
@compton -c -r 16 -l -24 -t -12 -G -b
(If this does not work, try running compton -c -r 16 -l -24 -t -12 -G -b && exit
)
To add compton to startup applications, open terminal, and run the command
sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart
Then add the line @compton -c -r 16 -l -24 -t -12 -G -b
installed it, didn't work
â RazorManager89
Mar 5 at 14:07
What happens when you run the commandxcompmgr -n
in terminal when docky is running?
â Archisman Panigrahi
Mar 5 at 16:32
it kills docky and it pops up again but there's still no animation
â RazorManager89
Mar 5 at 18:02
I edited my answer. Please check it
â Archisman Panigrahi
Mar 6 at 14:07
it worked thanks!
â RazorManager89
Mar 6 at 14:15
 |Â
show 2 more comments
up vote
2
down vote
accepted
Install xcompmgr
sudo apt-get install xcompmgr
Now add the command xcompmgr -n
to autostart
If this does not work, you can try installing compton
.
sudo apt-get install compton
Now, restart your computer, run docky and use the following command to start compton
@compton -c -r 16 -l -24 -t -12 -G -b
(If this does not work, try running compton -c -r 16 -l -24 -t -12 -G -b && exit
)
To add compton to startup applications, open terminal, and run the command
sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart
Then add the line @compton -c -r 16 -l -24 -t -12 -G -b
installed it, didn't work
â RazorManager89
Mar 5 at 14:07
What happens when you run the commandxcompmgr -n
in terminal when docky is running?
â Archisman Panigrahi
Mar 5 at 16:32
it kills docky and it pops up again but there's still no animation
â RazorManager89
Mar 5 at 18:02
I edited my answer. Please check it
â Archisman Panigrahi
Mar 6 at 14:07
it worked thanks!
â RazorManager89
Mar 6 at 14:15
 |Â
show 2 more comments
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Install xcompmgr
sudo apt-get install xcompmgr
Now add the command xcompmgr -n
to autostart
If this does not work, you can try installing compton
.
sudo apt-get install compton
Now, restart your computer, run docky and use the following command to start compton
@compton -c -r 16 -l -24 -t -12 -G -b
(If this does not work, try running compton -c -r 16 -l -24 -t -12 -G -b && exit
)
To add compton to startup applications, open terminal, and run the command
sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart
Then add the line @compton -c -r 16 -l -24 -t -12 -G -b
Install xcompmgr
sudo apt-get install xcompmgr
Now add the command xcompmgr -n
to autostart
If this does not work, you can try installing compton
.
sudo apt-get install compton
Now, restart your computer, run docky and use the following command to start compton
@compton -c -r 16 -l -24 -t -12 -G -b
(If this does not work, try running compton -c -r 16 -l -24 -t -12 -G -b && exit
)
To add compton to startup applications, open terminal, and run the command
sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart
Then add the line @compton -c -r 16 -l -24 -t -12 -G -b
edited Mar 6 at 14:06
answered Mar 3 at 13:27
Archisman Panigrahi
2,10232254
2,10232254
installed it, didn't work
â RazorManager89
Mar 5 at 14:07
What happens when you run the commandxcompmgr -n
in terminal when docky is running?
â Archisman Panigrahi
Mar 5 at 16:32
it kills docky and it pops up again but there's still no animation
â RazorManager89
Mar 5 at 18:02
I edited my answer. Please check it
â Archisman Panigrahi
Mar 6 at 14:07
it worked thanks!
â RazorManager89
Mar 6 at 14:15
 |Â
show 2 more comments
installed it, didn't work
â RazorManager89
Mar 5 at 14:07
What happens when you run the commandxcompmgr -n
in terminal when docky is running?
â Archisman Panigrahi
Mar 5 at 16:32
it kills docky and it pops up again but there's still no animation
â RazorManager89
Mar 5 at 18:02
I edited my answer. Please check it
â Archisman Panigrahi
Mar 6 at 14:07
it worked thanks!
â RazorManager89
Mar 6 at 14:15
installed it, didn't work
â RazorManager89
Mar 5 at 14:07
installed it, didn't work
â RazorManager89
Mar 5 at 14:07
What happens when you run the command
xcompmgr -n
in terminal when docky is running?â Archisman Panigrahi
Mar 5 at 16:32
What happens when you run the command
xcompmgr -n
in terminal when docky is running?â Archisman Panigrahi
Mar 5 at 16:32
it kills docky and it pops up again but there's still no animation
â RazorManager89
Mar 5 at 18:02
it kills docky and it pops up again but there's still no animation
â RazorManager89
Mar 5 at 18:02
I edited my answer. Please check it
â Archisman Panigrahi
Mar 6 at 14:07
I edited my answer. Please check it
â Archisman Panigrahi
Mar 6 at 14:07
it worked thanks!
â RazorManager89
Mar 6 at 14:15
it worked thanks!
â RazorManager89
Mar 6 at 14:15
 |Â
show 2 more comments
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010401%2fdocky-no-menu-effects-on-lxde%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password