Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
13f454d157 | ||
|
4960e2f5ff |
|
@ -77,7 +77,7 @@ isha =
|
|||
|
||||
[Cron]
|
||||
# timings updating time
|
||||
time = 00:00
|
||||
time = 02:22
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -29,4 +29,4 @@ isha =
|
|||
|
||||
[Cron]
|
||||
# timings updating time
|
||||
time = 00:00
|
||||
time = 02:22
|
||||
|
|
|
@ -7,7 +7,7 @@ json_dep = dependency('json-glib-1.0')
|
|||
gstreamer_dep = dependency('gstreamer-1.0')
|
||||
echo_dep = dependency('pluie-echo-0.2')
|
||||
|
||||
version = '0.2.5'
|
||||
version = '0.2.6'
|
||||
bindir = join_paths(get_option('prefix'), get_option('bindir'))
|
||||
datadir = join_paths(get_option('prefix'), get_option('datadir'), 'praytime')
|
||||
|
||||
|
|
|
@ -272,6 +272,9 @@ class Pluie.PrayTime : GLib.Object
|
|||
if (user == null) {
|
||||
user = Environment.get_variable ("USER");
|
||||
}
|
||||
if (user == null) {
|
||||
user = Environment.get_variable ("LOGNAME");
|
||||
}
|
||||
Dbg.out (Log.METHOD, null, Log.LINE, Log.FILE);
|
||||
return user;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user