Moderator: Moderators
selected_windeco="gtk-window-manager"
if [ ! -z $KDE_FULL_SESSION ] && [ -x /usr/bin/kde-window-decorator ]; then
echo Using KDE decorator
selected_windeco="kde-window-decorator"
nice -15 kde-window-decorator --replace &
else
echo Using GTK decorator
nice -15 kde-window-decorator --replace &
selected_windeco="emerald"
if [ ! -z $KDE_FULL_SESSION ] && [ -x /usr/bin/kde-window-decorator ]; then
echo Using KDE decorator
selected_windeco="emerald"
nice -15 emerald --replace &
else
echo Using GTK decorator
nice -15 kde-window-decorator --replace &
#!/bin/sh
compiz-start &
fieldyweb wrote:#!/bin/sh
compiz-start &
however, when i do this, sabayon starts up, and i can run apps such as firefox, or terminals, but if i try and open the home folder it wont, it just hangs..
So right now i have an icon in the toolbar, which has the above script in it, and it works just fine, but i need to have the above compiz.sh script be the last thing which loads when kde starts up.. once done, i'll update the above referred to page, with these instructions.. so ANY help on this last bit would be REALLY appreciated.
compiz-start &
Could not save properties, You do not have sufficient access rights
cd ./kde3.5/Autostart
nano compiz.desktop
[Desktop Entry]
Encoding=UTF-8
Exec=
Icon=exec
Path=
Terminal=false
Type=Application
[Desktop Entry]
Encoding=UTF-8
Exec=compiz-start &
Icon=exec
Path=
Terminal=false
Type=Application
cd ~/.kde/Autostartnano -w compiz#!/bin/bash
sleep 5
compiz-start &
chmod a+x compizReturn to 3D Desktops and Window Managers
Users browsing this forum: No registered users and 1 guest