mirror of https://gitlab.com/basile.b/dexed.git
close #13
This commit is contained in:
parent
97b76c8825
commit
c08f752fc1
|
@ -95,7 +95,7 @@ static this()
|
||||||
asSu = environment.get("SUDO_USER") != "";
|
asSu = environment.get("SUDO_USER") != "";
|
||||||
if (asSu)
|
if (asSu)
|
||||||
{
|
{
|
||||||
exePath = "/usr/bin";
|
exePath = "/usr/bin/";
|
||||||
datPath = "/home/" ~ environment.get("SUDO_USER") ~ "/.config/Coedit/";
|
datPath = "/home/" ~ environment.get("SUDO_USER") ~ "/.config/Coedit/";
|
||||||
shortCutPath = "/usr/share/applications/";
|
shortCutPath = "/usr/share/applications/";
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,10 +31,7 @@
|
||||||
|
|
||||||
[lnk_bugtracker]: https://github.com/BBasile/Coedit/issues
|
[lnk_bugtracker]: https://github.com/BBasile/Coedit/issues
|
||||||
|
|
||||||
Welcome to Coedit Wiki, the documentation source for the small Windows & Linux IDE for the D programming language.
|
Welcome to the Coedit Wiki, the documentation source for the small Windows & Linux IDE for the D programming language.
|
||||||
A summary of the content is accessible in the right side-bar.
|
|
||||||
|
|
||||||
*Note that this document is based on Coedit 2 development version and it does not represent anymore the latest official stable release*
|
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue