Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 670810
Collapse All | Expand All

(-)a/startkde/startkde.cmake (-1 / +10 lines)
Lines 210-215 for prefix in `echo $scriptpath`; do Link Here
210
  done
210
  done
211
done
211
done
212
212
213
# Gentoo part for FHS installs
214
for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/startup/"*.sh; do
215
  test -r "${file}" && . "${file}"
216
done
217
213
# Set a left cursor instead of the standard X11 "X" cursor, since I've heard
218
# Set a left cursor instead of the standard X11 "X" cursor, since I've heard
214
# from some users that they're confused and don't know what to do. This is
219
# from some users that they're confused and don't know what to do. This is
215
# especially necessary on slow machines, where starting KDE takes one or two
220
# especially necessary on slow machines, where starting KDE takes one or two
Lines 417-422 for prefix in `echo "$scriptpath"`; do Link Here
417
  done
422
  done
418
done
423
done
419
424
425
# Gentoo part for FHS installs
426
for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/shutdown/"*.sh; do
427
  test -r "${file}" && . "${file}"
428
done
429
420
unset KDE_FULL_SESSION
430
unset KDE_FULL_SESSION
421
xprop -root -remove KDE_FULL_SESSION
431
xprop -root -remove KDE_FULL_SESSION
422
unset KDE_SESSION_VERSION
432
unset KDE_SESSION_VERSION
423
- 

Return to bug 670810