log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
pub
>
prymula
>
scripts
comparison bing4desktop/desktop.py @ 10:
ed9556d0c5d7
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
bing4desktop-0.240205-4
author
prymula <prymula76@outlook.com>
date
Tue, 06 Feb 2024 00:30:36 +0100
parents
children
comparison
equal
deleted
inserted
replaced
9:b2ef499536b0
10:ed9556d0c5d7
1
#!/usr/bin/env python3
2
import os
3
4
desktop_env = os.environ.get('DESKTOP_SESSION')
5
6
print ("Moj desktop to: ", desktop_env)
7