mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Added get_desktop_files_directory for .desktop path
This commit is contained in:
parent
0a25f3a1d6
commit
12d746a1dc
@ -99,6 +99,9 @@ def get_dconf_config_path(uid = None):
|
||||
else:
|
||||
return '/etc/dconf/db/policy.d/policy.ini'
|
||||
|
||||
def get_desktop_files_directory():
|
||||
return '/usr/share/applications'
|
||||
|
||||
class UNCPath:
|
||||
def __init__(self, path):
|
||||
self.path = path
|
||||
|
Loading…
x
Reference in New Issue
Block a user