Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
982b887b
Kaydet (Commit)
982b887b
authored
May 11, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xdg-app got renamed to Flatpak
Change-Id: Ib5ea4ad5b6033ee1634ea2f245742f862a40042d
üst
10cc4555
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
officeipcthread.cxx
desktop/source/app/officeipcthread.cxx
+1
-1
start.c
desktop/unx/source/start.c
+1
-1
LibreOfficeFlatpak.conf
distro-configs/LibreOfficeFlatpak.conf
+1
-1
No files found.
desktop/source/app/officeipcthread.cxx
Dosyayı görüntüle @
982b887b
...
...
@@ -730,7 +730,7 @@ RequestHandler::Status RequestHandler::Enable(bool ipc)
enum
class
Kind
{
Pipe
,
Dbus
};
Kind
kind
=
Kind
::
Pipe
;
#if ENABLE_DBUS
if
(
std
::
getenv
(
"LIBO_
XDGAPP
"
)
!=
nullptr
)
{
if
(
std
::
getenv
(
"LIBO_
FLATPAK
"
)
!=
nullptr
)
{
kind
=
Kind
::
Dbus
;
}
#endif
...
...
desktop/unx/source/start.c
Dosyayı görüntüle @
982b887b
...
...
@@ -757,7 +757,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
if
(
pUsePlugin
&&
!
strcmp
(
pUsePlugin
,
"svp"
)
)
args
->
bInhibitSplash
=
sal_True
;
if
(
!
args
->
bInhibitPipe
&&
getenv
(
"LIBO_
XDGAPP
"
)
==
NULL
)
if
(
!
args
->
bInhibitPipe
&&
getenv
(
"LIBO_
FLATPAK
"
)
==
NULL
)
{
int
fd
=
0
;
pPipePath
=
get_pipe_path
(
args
->
pAppPath
);
...
...
distro-configs/LibreOffice
XdgApp
.conf
→
distro-configs/LibreOffice
Flatpak
.conf
Dosyayı görüntüle @
982b887b
--
disable
-
odk
--
enable
-
release
-
build
--
with
-
extra
-
buildid
=
xdg
-
app
version
--
with
-
extra
-
buildid
=
Flatpak
version
--
with
-
lang
=
ALL
--
with
-
system
-
libs
--
with
-
vendor
=
The
Document
Foundation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment