View Single Post
  #34 (permalink)  
Old 05-07-2008, 12:43 PM
camelel camelel is offline
Junior Member
 
Join Date: Jan 2008
Posts: 6
Default no windows title bars

Hello!
I've got a running BT3 with compiz, but there's a command i must run in order to have windows title bars (minimize,maximize buttons etc...) so I've created a file called startnvidia.sh:
#!/bin/bash
exec /usr/bin/X11/nvidia-xconfig -d 24
then i did ln -s startnvidia.sh ~/.kde/Autostart/

but when i log into X after restart it's still not running the script.
although i've noticed that when i'm ending kde's session just before i get the login request i see that the script has been executed - when i ended the session rather than started it.
after running the command manually compiz works smoothly.

got any idea about it?

thanks!
Reply With Quote