mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Add preferences dialog
Allows customizing various settings. For now it includes player seeking times and mode customization. More options will be added in the future.
This commit is contained in:
@@ -18,6 +18,5 @@ if not destdir:
|
||||
print('Updating desktop database...')
|
||||
call(['update-desktop-database', '-q', path.join(sharedir, 'applications')])
|
||||
|
||||
# NO CLAPPER SCHEMAS YET
|
||||
#print('Compiling GSettings schemas...')
|
||||
#call(['glib-compile-schemas', path.join(sharedir, 'glib-2.0', 'schemas')])
|
||||
print('Compiling GSettings schemas...')
|
||||
call(['glib-compile-schemas', path.join(sharedir, 'glib-2.0', 'schemas')])
|
||||
|
Reference in New Issue
Block a user