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") != "";
|
||||
if (asSu)
|
||||
{
|
||||
exePath = "/usr/bin";
|
||||
exePath = "/usr/bin/";
|
||||
datPath = "/home/" ~ environment.get("SUDO_USER") ~ "/.config/Coedit/";
|
||||
shortCutPath = "/usr/share/applications/";
|
||||
}
|
||||
|
|
|
@ -31,10 +31,7 @@
|
|||
|
||||
[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.
|
||||
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*
|
||||
Welcome to the Coedit Wiki, the documentation source for the small Windows & Linux IDE for the D programming language.
|
||||
|
||||
 
|
||||
|
||||
|
|
Loading…
Reference in New Issue