You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, July 1st 2003, 8:35pm

Missing Umbrello menu and tool items

Greetings

I have compiled Umbrello 1.1.1 under RedHat 9 using the defaults with ./configure. It all seems to work, but I am missing two menu items and the drawing toolbar. The Umbrello FAQ talks about setting the paths for KDE using KDEDIR and KDEDIRS but there are kde directories all over the system. Does anybody have any ideas of where to look?

Thanks

Mike

2

Thursday, July 24th 2003, 2:45pm

Just a silly question but what is Umbrello and what does it do ??? :?:
The Best Games are for Download @ GCCLINUX

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

3

Friday, July 25th 2003, 9:01am

if you use standard configure, it installs in prefi /usr/local or /usr/local/kde

In order to have KDE find icons and application data, you have to tell KDE you want this prefix searched.

Lets say you KDE main installation is in /usr and umbrello was installed in /usr/local, the you can set KDEDIRS like this

export KDEDIRS=/usr:/usr/local

You can do this for example at teh beginning of the startkde script or in one of the usual files for environment variables.

Cheers,
_
Qt/KDE Developer
Debian User

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

4

Sunday, September 28th 2003, 11:25am

You can just recompile like this
[code:1]make uninstall
./configure --prefix=/usr
make
make install
[/code:1]
In RH its best if you use the /usr prefix in all KDE related aplications you compile. Its easier, the results are more predictable and you don't have to manage evironment variables.

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

5

Sunday, September 28th 2003, 11:31am

Quoted

Original von tuxnet

Just a silly question but what is Umbrello and what does it do ??? :?:


As always you can ask master Google for the answer ggl:Umbrello :wink:
(or if you are not using Konqueror Umbrello)

Now quoting the homepage:

Quoted

Umbrello UML Modeller is a Unified Modelling Language diagram programme for KDE. UML allows you to create diagrams of software and other systems in a standard format.

6

Sunday, September 28th 2003, 11:34am

This made allot more sinse to me know: http://uml.sourceforge.net/screen.php :D
The Best Games are for Download @ GCCLINUX