File: kde4

package info (click to toggle)
kde-runtime 4%3A17.08.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,204 kB
  • sloc: cpp: 111,675; ansic: 5,030; perl: 1,579; xml: 793; sh: 407; makefile: 42; python: 28
file content (9 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
#  Script for launching KDE4 applications from outside of the KDE4 desktop
#
#  Modify this to match your specific needs, such as setting up needed env. variables,
#  and make sure this script is in $PATH (e.g. make a symlink if necessary).
#

exec "$@"