Sponsored Content
Full Discussion: kde on solaris 8 intel
Top Forums UNIX for Advanced & Expert Users kde on solaris 8 intel Post 17203 by AtleRamsli on Tuesday 12th of March 2002 06:37:34 AM
Old 03-12-2002
I think there are some permission issues here.
But first of all, you must be sure that you PATH reaches deep into the KDE habitat
PATH=/opt/sfw/kde/bin:$PATH
+all the ../bin's you find.

also, you must set LD_LIBRARY_PATH to point to

/opt/sfw/lib:/usr/lib: .... all the 'lib's you find.

I hate KDE, so I never run it. But, it needs to run a sort of KDE daemon called DCOPSERVER or similar - KDE doesn't run without it.


OK, so I just got it going.
Log in as root command line login.
Be sure to set PATH and stuff as above.

Start kdm.

Now, log in as you - if you get twm or some stuff like that, do a ps -a to find its pid, kill it and start kde.

And remember:
This is NOT the way to do it!

there probably is some install scrip somewhere that does it all autokludgily.

Atle

PS: I don't hate it that much, but what do you want that stuff for when there is Motif?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris Installation (Intel)

Pls help i've used the boot assistance disk to boot my computer (P3 300) after checking the drivers , i select the CD to install , however, the computer said it can't mount the CD CD is download from sun.com (solaris 8) my CD rom is Misabushi and Ricoh (7060) , both cannot do so, what is... (4 Replies)
Discussion started by: kazamih
4 Replies

2. IP Networking

Solaris 8 on Intel TCP/IP

I have just installed solaris 8 for Intel on one of my machines at home and I have a cable modem connection with a static IP and I am using a linksys cable/dsl router to assign IP's to my machines. I was wondering if any of you guys know the specific files and examples of the files I have to... (2 Replies)
Discussion started by: reggie316
2 Replies

3. Programming

C Compiler for Solaris 8 (Intel)

hi I'm looking for a C Compiler that will run on a Solaris 8 (Intel) platform and that doesn't need to be complied. I've tried gcc binaries but they don't seem to work. Thanx. (5 Replies)
Discussion started by: ianf
5 Replies

4. UNIX for Dummies Questions & Answers

Solaris 8 Intel

Do you now have to pay to download the Solaris 8 OE? If so when did they change it? (3 Replies)
Discussion started by: tycobb
3 Replies

5. UNIX for Dummies Questions & Answers

How To...KDE on Solaris 8

I have my shinny new SunFire 280 server with a fresh copy of Solaris 8 installed. I installed the options CD which includes KDE. I can't seem to get it to work. (This is what happens when management gives a Unix box to an x86 Network Admin and says "Figure it out" ) I have played with Mandrake and... (1 Reply)
Discussion started by: RandySmith23
1 Replies

6. UNIX for Dummies Questions & Answers

KDE on Solaris 9

hi guys : can KDE be installed on solaris 9 (intel) and if so , does any one know how to do or provide a refrence document for this procedure ? thanks in advance (1 Reply)
Discussion started by: behmoth
1 Replies

7. UNIX for Advanced & Expert Users

Solaris on Intel

I was wondering what features are not available on Solaris installed on Intel architecture as compared to the SPARC archietecture?? :-) (3 Replies)
Discussion started by: encrypted
3 Replies

8. Solaris

Intel Based Solaris

Hello all mentor. I am a new in this furom and also just self studying unix environment. :confused: I have installed intel solaris 9 in my laptop and i have forgotten the root password nor maybe the numlock or capslock of the keyboard was enabled during I enter the password installation... (3 Replies)
Discussion started by: eykyn17
3 Replies

9. Solaris

OBP on Solaris 10-intel

Hi All, How can I go to OBP on Solaris 10-intel? I tried doing ctrl+c or ctrl+break, it won't go to the "ok" prompt. Thanks in advance, itik (6 Replies)
Discussion started by: itik
6 Replies

10. Solaris

solaris 10 cd install(intel)

just need help with loading solaris 10 from cds that i bought from sun. i have a dell box that had solaris 8 on it, wiped it and stuck in the cd1 for solaris 10. selected "solaris" for install. went through a few minutes then comes up with"sunOS Release 5.10 version generic_137138-09 32-bit,... (3 Replies)
Discussion started by: flir11
3 Replies
KDESU(1)							 KDE User's Manual							  KDESU(1)

NAME
kdesu - Runs a program with elevated privileges SYNOPSIS
kdesu [-c] [-d] [-f file] [-i icon name] [-n] [-p priority] [-r] [-s] [-t] [-u user] [--nonewdcop] [command [arg1] [arg2] [...]] kdesu [KDE Generic Options] [Qt Generic Options] DESCRIPTION
KDE su is a graphical front end for the UNIX(R) su command for the K Desktop Environment. It allows you to run a program as different user by supplying the password for that user. KDE su is an unprivileged program; it uses the system's su. KDE su has one additional feature: it can optionally remember passwords for you. If you are using this feature, you only need to enter the password once for each command. This program is meant to be started from the command line or from .desktop files. OPTIONS
-c program This specifies the program to run as root. It has to be passed in one argument. So if, for example, you want to start a new file manager, you would enter at the prompt: kdesu -c kfm -sw -d Show debug information. -f file This option allow efficient use of KDE su in .desktop files. It tells KDE su to examine the file specified by file. If this file is writable by the current user, KDE su will execute the command as the current user. If it is not writable, the command is executed as user user (defaults to root). file is evaluated like this: if file starts with a /, it is taken as an absolute filename. Otherwise, it is taken as the name of a global KDE configuration file. For example: to configure the K display manager, kdm, you could issue kdesu -c kdmconfig -f kdmrc -i icon name Specify icon to use in the password dialog. You may specify just the name, without any extension. -n Do not keep the password. This disables the keep password checkbox in the password dialog. -p priority Set priority value. The priority is an arbitrary number between 0 and 100, where 100 means highest priority, and 0 means lowest. The default is 50. -r Use realtime scheduling. -s Stop the kdesu daemon. This is the daemon that caches successful passwords in the background. This feature may also be disabled with -n when KDE su is initially run. -t Enable terminal output. This disables password keeping. This is largely for debugging purposes; if you want to run a console mode app, use the standard su instead. -u user While the most common use for KDE su is to run a command as the superuser, you can supply any user name and the appropriate pass- word. SEE ALSO
su(1) More detailed user documentation is available from help:/kdesu (either enter this URL into Konqueror, or run khelpcenter help:/kdesu). EXAMPLES
Run kfmclient as user jim, and show the Konqueror icon in the password dialog: kdesu -u jim -i konqueror kfmclient AUTHORS
KDE su was written by Geert Jansen <jansen@kde.org> and Pietro Iglio <iglio@fub.it>. AUTHOR
Lauri Watts. K Desktop Environment Jun 7, 2005 KDESU(1)
All times are GMT -4. The time now is 07:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy