Run the web activity outside containers
This commit is contained in:
parent
2a48021a78
commit
03eb60c436
@ -190,7 +190,8 @@ class ActivityCreationHandler(gobject.GObject):
|
|||||||
if service_name in [ 'org.laptop.JournalActivity',
|
if service_name in [ 'org.laptop.JournalActivity',
|
||||||
'org.laptop.Terminal',
|
'org.laptop.Terminal',
|
||||||
'org.laptop.LogViewer',
|
'org.laptop.LogViewer',
|
||||||
'org.laptop.Analyze' ]:
|
'org.laptop.Analyze',
|
||||||
|
'org.laptop.WebActivity' ]:
|
||||||
self._use_rainbow = False
|
self._use_rainbow = False
|
||||||
|
|
||||||
bus = dbus.SessionBus()
|
bus = dbus.SessionBus()
|
||||||
|
Loading…
Reference in New Issue
Block a user