This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#-*- coding: utf-8 -*- | |
""" | |
Copyright (C) 2011, 2012, 2013 Michal Goral. | |
This file is part of Subconvert | |
Subconvert is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! "Enabled modi" Set from: Default | |
! rofi.modi: window,run,ssh | |
! "Window opacity" Set from: Default | |
! rofi.opacity: 100 | |
! "Window width" Set from: File | |
rofi.width: 20 | |
! "Number of lines" Set from: Default | |
! rofi.lines: 15 | |
! "Number of columns" Set from: Default | |
! rofi.columns: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import optparse | |
from subprocess import Popen, PIPE | |
import time | |
def prepare_options(): | |
"""Define optparse options.""" | |
optp = optparse.OptionParser( | |
usage = 'Usage: %prog OUT1 [OUT2 OUT3...]\n\tOUT[n] are devices taken from left to right.', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.043005] D: luakit: luaH_loadrc:398: Loading rc: /home/virgo/.config/luakit/rc.lua | |
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-P8bOZk/pkcs11: Nie ma takiego pliku ani katalogu | |
[ 0.872715] D: luakit: signal_object_emit:203: emit [34m"property::ssl_ca_file"[0m on 0x95ac520 from [32m/home/virgo/.config/luakit/globals.lua:36[0m (0 args, 0 nret) | |
[ 0.872959] D: luakit: signal_object_emit:203: emit [34m"property::ssl_strict"[0m on 0x95ac520 from [32m/home/virgo/.config/luakit/globals.lua:42[0m (0 args, 0 nret) | |
[ 0.873147] D: luakit: signal_object_emit:203: emit [34m"property::accept_policy"[0m on 0x95ac520 from [32m/home/virgo/.config/luakit/globals.lua:46[0m (0 args, 0 nret) | |
[ 0.912402] D: luakit: luaH_class_add_signal:188: add [34m"request-started"[0m on 0x80715bc from [32m/usr/local/share/luakit/lib/cookies.lua:102[0m | |
[ 0.912673] D: luakit: luaH_class_add_signal:188: add [34m"cookie-changed"[0m on 0x80715bc from [32m/usr/local/share/luakit/lib/cookies.lua:118 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.050230] D: luakit: luaH_loadrc:398: Loading rc: /home/virgo/.config/luakit/rc.lua | |
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-P8bOZk/pkcs11: Nie ma takiego pliku ani katalogu | |
[ 0.959948] D: luakit: signal_object_emit:203: emit [34m"property::ssl_ca_file"[0m on 0x9f56520 from [32m/home/virgo/.config/luakit/globals.lua:36[0m (0 args, 0 nret) | |
[ 0.960186] D: luakit: signal_object_emit:203: emit [34m"property::ssl_strict"[0m on 0x9f56520 from [32m/home/virgo/.config/luakit/globals.lua:42[0m (0 args, 0 nret) | |
[ 0.960390] D: luakit: signal_object_emit:203: emit [34m"property::accept_policy"[0m on 0x9f56520 from [32m/home/virgo/.config/luakit/globals.lua:46[0m (0 args, 0 nret) | |
[ 0.998071] D: luakit: luaH_class_add_signal:188: add [34m"request-started"[0m on 0x80715bc from [32m/usr/local/share/luakit/lib/cookies.lua:102[0m | |
[ 0.998272] D: luakit: luaH_class_add_signal:188: add [34m"cookie-changed"[0m on 0x80715bc from [32m/usr/local/share/luakit/lib/cookies.lua:118 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt full | |
#0 0xb67ee217 in ?? () from /usr/lib/i386-linux-gnu/liblua5.1.so.0 | |
No symbol table info available. | |
#1 0xb67eebf8 in ?? () from /usr/lib/i386-linux-gnu/liblua5.1.so.0 | |
No symbol table info available. | |
#2 0xb67e78d2 in ?? () from /usr/lib/i386-linux-gnu/liblua5.1.so.0 | |
No symbol table info available. | |
#3 0xb67e8353 in ?? () from /usr/lib/i386-linux-gnu/liblua5.1.so.0 | |
No symbol table info available. | |
#4 0xb67e1532 in lua_pushlstring () from /usr/lib/i386-linux-gnu/liblua5.1.so.0 |