user/rstudio-desktop: new aport
This commit is contained in:
parent
16b38093e6
commit
3e579f9cc1
8 changed files with 268 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/cpp/desktop/DesktopMain.cpp.orig b/src/cpp/desktop/DesktopMain.cpp
|
||||
index d80919b..5ed17a5 100644
|
||||
--- a/src/cpp/desktop/DesktopMain.cpp.orig
|
||||
+++ b/src/cpp/desktop/DesktopMain.cpp
|
||||
@@ -632,7 +632,7 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
#endif
|
||||
|
||||
-#if defined(Q_OS_LINUX)
|
||||
+#if defined(Q_OS_LINUX) && defined(__GLIBC__)
|
||||
|
||||
static char noSandbox[] = "--no-sandbox";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue