Sponsored Content
Full Discussion: X-Server without KDE
Special Forums UNIX Desktop Questions & Answers X-Server without KDE Post 39475 by hatzwatz on Wednesday 20th of August 2003 12:04:24 AM
Old 08-20-2003
and how to start X without a window manager direct from the shell (bash) ?
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Kde 3.0

Hello, i,ve installed suse with kde 3.0, I had never used an X for unix before. So I don't know much. Most things were easy to find, but what anoyes me a lot is that the desktop is larger than mij monitor, so I have to move my mouse to see the rest of the desktop. I've tried to set the... (1 Reply)
Discussion started by: counTnegaTive
1 Replies

2. UNIX for Dummies Questions & Answers

Kde path......

Hi all, I have a big problems here... In the install of FreeBSD 4.6, I've installed Kde3.0.0 . So, the file path is now : file:/root/.kde . And I want my user to access it... and maybe move it to another area (In the usr/local... because you know... my root directory isn't very tall...... (1 Reply)
Discussion started by: Erythro73
1 Replies

3. 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

4. Linux

I cannot init kde

hi everyone, I met a problem. Before I shut down the computer, I run some C++ program with saving data files in the computer. But next time when I start the computer, it said the space is not enough to start the kde. Then I login to the save mode and deleted some files. And restart, this time I... (3 Replies)
Discussion started by: elfyl
3 Replies

5. UNIX Desktop Questions & Answers

KDE and startx

Hello, Ive installed freeBSD 6.0 - and the prompt part of the system works well. Ive then tried to install KDE for graphic interface to the unix system. The problem is: Whenever I run "$ startx" it starts some graphical interface, but its totally swirled, you can sense that in the background... (1 Reply)
Discussion started by: congo
1 Replies

6. UNIX for Dummies Questions & Answers

updating kde 3.5 to 4.0

i know i can find doc's to upgrade on like thats not what im looking for im just here to ask how hard on 1 to 10 is it to do and how long would you say... please not im not a unix pro nor have any phython perl or c background but i do know html little php and basic qbasic and purebasic ... and is... (2 Replies)
Discussion started by: revolver
2 Replies

7. UNIX Desktop Questions & Answers

KDE install

I am pretty new to Unix. I am running Solaris 8 on a Sun Ultra 5. I installed the Solaris 8 software companion cd which included the KDE desktop. I located the the KDE bin file that starts KDE, but I cannot find any setup files. I'm not sure if I need to run any setup files. It looks like all of... (2 Replies)
Discussion started by: jeremiebarber
2 Replies

8. UNIX for Dummies Questions & Answers

KDE on Solaris ?

I want to install KDE on my Solaris PC , I downloaded solaris companion CD and question is there KDE available to install because I want that all my households work on one stable PC , but one condition is they must have K3B for burning files , and some GUI torrent program for downloading like Vuze... (2 Replies)
Discussion started by: solaris_user
2 Replies

9. Linux

Load kde desktop, fedora server 21

can not load fedora 21 server kde desktop after install yum -y install @kde-desktop reboot (0 Replies)
Discussion started by: kaja
0 Replies
Tk_MoveToplevelWindow(3tk)				       Tk Library Procedures					Tk_MoveToplevelWindow(3tk)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_MoveToplevelWindow - Adjust the position of a top-level window SYNOPSIS
#include <tk.h> Tk_MoveToplevelWindow(tkwin, x, y) ARGUMENTS
Tk_Window tkwin (in) Token for top-level window to move. int x (in) New x-coordinate for the top-left pixel of tkwin's border, or the top-left pixel of the decorative border supplied for tkwin by the window manager, if there is one. int y (in) New y-coordinate for the top-left pixel of tkwin's border, or the top-left pixel of the decorative border supplied for tkwin by the window manager, if there is one. _________________________________________________________________ DESCRIPTION
In general, a window should never set its own position; this should be done only by the geometry manger that is responsible for the win- dow. For top-level windows the window manager is effectively the geometry manager; Tk provides interface code between the application and the window manager to convey the application's desires to the geometry manager. The desired size for a top-level window is conveyed using the usual Tk_GeometryRequest mechanism. The procedure Tk_MoveToplevelWindow may be used by an application to request a particular position for a top-level window; this procedure is similar in function to the wm geometry Tcl command except that negative offsets cannot be speci- fied. It is invoked by widgets such as menus that want to appear at a particular place on the screen. When Tk_MoveToplevelWindow is called it does not immediately pass on the new desired location to the window manager; it defers this action until all other outstanding work has been completed, using the Tk_DoWhenIdle mechanism. KEYWORDS
position, top-level window, window manager Tk Tk_MoveToplevelWindow(3tk)
All times are GMT -4. The time now is 08:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy