Ahoj,

Dňa Mon, 16 Apr 2012 17:27:10 +0200 Steffen Macke <d...@diagramr.biz>
napísal:

> Hi Andries,
> 
> Am 04/16/2012 02:22 PM, schrieb Boshielo, Andries:
> > when running my application it opens the Diagram Editor window
> > separately from the diagram1.dia. Hope I'm making sense. I would like
> > them to be on the same screen as above.
> Try running
> 
> dia --integrated
> 

in debian testing there was introduced the alternative
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653682) for this, check
in your ubuntu, or take newest debian packages for it. And then use (as
root - in ubuntu perhaps by sudo?)

update-alternatives --config dia

This is for all system users, another way, only for one user and only for
desktop environments which uses the XDG menu system (as gnome, kde, xfce,
etc), is copy the desktop file:

cp /usr/share/applications/dia.desktop $HOME/.local/share/applications/

then edit line in this ($HOME/.local/share/applications/dia.desktop) file:

Exec=dia %F

to

Exec=dia --integrated %F
         ^^^^^^^^^^^^

You can edit the original /usr/share/applications/dia.desktop.desktop file
too, but these change will be replaced by next package update.

I am not sure about location of the /usr/share/applications/dia.desktop
file in Ubuntu, try to use locate or find to find it.

regards
-- 
s pozdravom

Slavko
http://slavino.sk

Attachment: signature.asc
Description: PGP signature

_______________________________________________
dia-list mailing list
dia-list@gnome.org
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to