We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5196fdb commit 8e2b2adCopy full SHA for 8e2b2ad
weather@mockturtl/install.sh
@@ -47,7 +47,8 @@ if [ "$errors" -eq 0 ]; then
47
cp --verbose files/weather@mockturtl/${VERSION}/weather-applet.js ~/.local/share/cinnamon/applets/weather\@mockturtl/${VERSION}/weather-applet.js
48
echo "Restarting Cinnamon..."
49
# Restart Cinnamon in the background without terminating the script
50
- nohup bash -c "export DISPLAY=:0; cinnamon --replace" > /dev/null 2>&1 &
+ cinnamon-dbus-command RestartCinnamon 0
51
+ # nohup bash -c "export DISPLAY=:0; cinnamon --replace" > /dev/null 2>&1 &
52
if $DEBUG; then
53
#cinnamon-looking-glass --logs & #TODO create command line parameter in Looking Glass to open logs tab
54
cinnamon-looking-glass &
0 commit comments