comment out xdg ref and profile
This commit is contained in:
@@ -859,7 +859,7 @@ async def application(request):
|
|||||||
# remove '\t\tnode.name = ' and remove quotation marks at front and back
|
# remove '\t\tnode.name = ' and remove quotation marks at front and back
|
||||||
tmp4['properties']['node.name'] = re.sub('[ \t]*node.name = ', '', k)[1:-1]
|
tmp4['properties']['node.name'] = re.sub('[ \t]*node.name = ', '', k)[1:-1]
|
||||||
tmp3.append(tmp4)
|
tmp3.append(tmp4)
|
||||||
import xdg.IconTheme
|
#import xdg.IconTheme
|
||||||
#print(tmp3)
|
#print(tmp3)
|
||||||
#icon_name = ''
|
#icon_name = ''
|
||||||
#icon_name = i['properties']['application.icon_name'] if 'application.icon_name' in i['properties'] else icon_name
|
#icon_name = i['properties']['application.icon_name'] if 'application.icon_name' in i['properties'] else icon_name
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ After=network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Environment=PYTHONUNBUFFERED=1
|
Environment=PYTHONUNBUFFERED=1
|
||||||
TimeoutStartSec=30
|
TimeoutStartSec=30
|
||||||
ExecStartPre=/bin/sh -c 'source /etc/profile'
|
#ExecStartPre=/bin/sh -c 'source /etc/profile'
|
||||||
ExecStart=/usr/bin/controldeck
|
ExecStart=/usr/bin/controldeck
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=4
|
RestartSec=4
|
||||||
|
|||||||
Reference in New Issue
Block a user