Форум русскоязычного сообщества Ubuntu


Хотите сделать посильный вклад в развитие Ubuntu и русскоязычного сообщества?
Помогите нам с документацией!

Автор Тема: docky ubuntu 14.04  (Прочитано 4034 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн elgringo

  • Автор темы
  • Новичок
  • *
  • Сообщений: 44
    • Просмотр профиля
docky ubuntu 14.04
« : 04 Июня 2014, 12:13:27 »
Всем доброго дня.

Уважаемые, подскажите пожалуйста почему при отключении\включении питания на ноутбуке вырубается панель docky? Также пробовал и cairo-dock, такая же беда....
Ноутбук IBM thinkPad Edge420s...

Оффлайн elgringo

  • Автор темы
  • Новичок
  • *
  • Сообщений: 44
    • Просмотр профиля
Re: docky ubuntu 14.04
« Ответ #1 : 05 Июня 2014, 17:19:12 »
Нет идей???

Оффлайн art1101

  • Активист
  • *
  • Сообщений: 485
  • Arch Linux
    • Просмотр профиля
Re: docky ubuntu 14.04
« Ответ #2 : 10 Июня 2014, 01:37:39 »
Автозагрузка?  ;-)
AMD FX8350/Asus M5A97 R2.0/Kingston 2x4Gb DDR3-1866/Asus nVidia GTX750TI 2048Gb (358.16)/SSD Kingston 60Gb, HDD WD640Gb, WD500Gb, WD250Gb, Sams500Gb/Samsung 245B Plus 24", Acer AL1916V 19/Archlinux

whatdoyouneed

  • Гость
Re: docky ubuntu 14.04
« Ответ #3 : 10 Июня 2014, 08:55:53 »
В Cairo-Dock правой кнопкой мыши по доку, там в подменю должен быть пункт - запускать со стартом системы. Один раз по нему щелкнуть и пункт исчезает, а в каталоге ~/.config/autostart появится файл cairo-dock.desktop.

Оффлайн elgringo

  • Автор темы
  • Новичок
  • *
  • Сообщений: 44
    • Просмотр профиля
Re: docky ubuntu 14.04
« Ответ #4 : 12 Декабря 2014, 22:42:17 »
Эм... вы не правильно поняли. Док запускается при старте системы. Компьютер загружен, работает ОС, к примеру в рабочей системе я отключаю питание (выдергиваю шнур питания из ноута) - у меня закрывается док, такие глючи еще замечал когда ставишь ПО, еще док закрывается когда ноут выходит из сна. Заметил такую проблему только на ubuntu, на opensuse такой беды нет...

Пользователь решил продолжить мысль 12 Декабря 2014, 22:49:27:
Вот лог:

Запуск Docky
[Info  22:46:16.023] Docky version: 2.2.0 Release
[Info  22:46:16.029] Kernel version: 3.13.0.37
[Info  22:46:16.031] CLR version: 4.0.30319.17020
[Error 22:46:16.258] [SystemService] Could not initialize power manager dbus: 'org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.UPower" doesn't exist
'
[Info  22:46:16.260] [SystemService]   at Docky.Services.SystemService+IUPowerProxy.Get (System.String interface, System.String propname) [0x00000] in <filename unknown>:0
  at Docky.Services.SystemService.HandleUPowerChanged () [0x00000] in <filename unknown>:0
  at Docky.Services.SystemService.InitializeBattery () [0x00000] in <filename unknown>:0
[Info  22:46:16.275] [ThemeService] Setting theme: Matte
[Warn  22:46:16.305] [DesktopItemService] Could not find remap file '/home/nikolay/.local/share/docky/remaps.ini'!
[Info  22:46:16.405] [DockServices] Dock services initialized.
[Info  22:46:16.616] [PluginManager] Loaded "Trash".
[Fatal 22:46:16.844] [GLib] Source ID 100 was not found when attempting to remove it
[Fatal 22:46:16.845] [GLib] Source ID 104 was not found when attempting to remove it
Cairo.Surface is leaking, programmer is missing a call to Dispose
Set MONO_CAIRO_DEBUG_DISPOSE to track allocation traces
[Fatal 22:46:16.846] [GLib] Source ID 101 was not found when attempting to remove it

А это лог после отключения питания
Unhandled Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.UPower" doesn't exist

  at Docky.Services.SystemService+IUPowerProxy.Get (System.String interface, System.String propname) [0x00000] in <filename unknown>:0
  at Docky.Services.SystemService.HandleUPowerChanged () [0x00000] in <filename unknown>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00137>
at System.Reflection.MethodBase.Invoke (object,object[]) <0x00032>
at System.Delegate.DynamicInvokeImpl (object[]) <0x00203>
at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0003b>
at System.Delegate.DynamicInvoke (object[]) <0x00020>
at DBus.Connection.HandleSignal (DBus.Protocol.Message) <0x0031f>
at DBus.Connection.DispatchSignals () <0x00067>
at DBus.Connection.Iterate () <0x0002f>
at DBus.BusG/<Init>c__AnonStorey0.<>m__0 (intptr,DBus.GLib.IOCondition,intptr) <0x0003b>
at (wrapper native-to-managed) DBus.BusG/<Init>c__AnonStorey0.<>m__0 (intptr,DBus.GLib.IOCondition,intptr) <0x0008a>
at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00054>
at Gtk.Application.Run () <0x0000b>
at Docky.Docky.Main (string[]) <0x005cb>

[ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.UPower" doesn't exist

  at Docky.Services.SystemService+IUPowerProxy.Get (System.String interface, System.String propname) [0x00000] in <filename unknown>:0
  at Docky.Services.SystemService.HandleUPowerChanged () [0x00000] in <filename unknown>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00137>
at System.Reflection.MethodBase.Invoke (object,object[]) <0x00032>
at System.Delegate.DynamicInvokeImpl (object[]) <0x00203>
at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0003b>
at System.Delegate.DynamicInvoke (object[]) <0x00020>
at DBus.Connection.HandleSignal (DBus.Protocol.Message) <0x0031f>
at DBus.Connection.DispatchSignals () <0x00067>
at DBus.Connection.Iterate () <0x0002f>
at DBus.BusG/<Init>c__AnonStorey0.<>m__0 (intptr,DBus.GLib.IOCondition,intptr) <0x0003b>
at (wrapper native-to-managed) DBus.BusG/<Init>c__AnonStorey0.<>m__0 (intptr,DBus.GLib.IOCondition,intptr) <0x0008a>
at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00054>
at Gtk.Application.Run () <0x0000b>
at Docky.Docky.Main (string[]) <0x005cb>

« Последнее редактирование: 12 Декабря 2014, 22:49:27 от elgringo »

alex_ander

  • Гость
Re: docky ubuntu 14.04
« Ответ #5 : 12 Декабря 2014, 23:08:48 »
и будет выключаться, и чинить не будут наверное - т.к. полностью переписывается "ядро" программы - разрабы слезли с mono; более того - я писал разрабам про эту проблему (вряд ли только я :) ), но ответа не было.

попробуй plank, если только тебя устроит отсутствие аплетов, устанавливается из репозитория, ВНИМАНИЕ, при подключении этого репозитория и обновлении из него у тебя обновится docky до нынешнего (очень урезанного состояния) и вернуть назад будет не так просто.
sudo apt-add-repository ppa:ricotz/dockysudo apt-get update && sudo apt-get install plank
Plank - еще более легкая версия дока, но без аплетов, только док.

| toZen |

  • Гость
Re: docky ubuntu 14.04
« Ответ #6 : 12 Декабря 2014, 23:16:10 »
Алекс_К, elgringo, в последнее время, что docky, что cairo-dock с глюками. У меня напрочь вылетала опция копирования изображения в лисе и скрин не копировался полностью. От чего такая напасть - хз, решил поставить Openbox с tint2, я рад.

Оффлайн elgringo

  • Автор темы
  • Новичок
  • *
  • Сообщений: 44
    • Просмотр профиля
Re: docky ubuntu 14.04
« Ответ #7 : 12 Декабря 2014, 23:35:07 »
Plank - еще более легкая версия дока, но без аплетов, только док.

Спасибо, это то что надо!

alex_ander

  • Гость
Re: docky ubuntu 14.04
« Ответ #8 : 12 Декабря 2014, 23:38:51 »
τοΖεη,
ничего не скажу про каиро - кроме как побаловаться не использовал, и не знаю что такое "в последнее время" ибо docky у меня падал всегда, сколько его использовал в вышеописаных случаях и еще в случае выполнения apt-get dist-upgrade, использовал я docky года 1,5..2, пока не нашел plank.

(Нажмите, чтобы показать/скрыть)

Пользователь решил продолжить мысль 12 Декабря 2014, 23:41:53:
elgringo,
рад был помочь)
« Последнее редактирование: 12 Декабря 2014, 23:41:53 от Алекс_К »

Оффлайн lexikon

  • Участник
  • *
  • Сообщений: 156
  • Ubuntu: 15.10
    • Просмотр профиля
Re: docky ubuntu 14.04
« Ответ #9 : 09 Февраля 2015, 11:38:05 »
такая же проблема, docky крашиться после того, как закрыть крышку ноутбука и он уйдет в спящий режим.

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.UPower" doesn't exist
roman@roman-N550JV:~$ docky -d
[Info  11:33:35.320] Docky version: 2.2.0 Release
[Info  11:33:35.324] Kernel version: 3.17.0.31700
[Info  11:33:35.325] CLR version: 4.0.30319.17020
[Debug 11:33:35.445] [UserArgs] BufferTime = 0
[Debug 11:33:35.446] [UserArgs] MaxSize = 2147483647
[Debug 11:33:35.446] [UserArgs] NetbookMode = False
[Debug 11:33:35.446] [UserArgs] NoPollCursor = False
[Error 11:33:35.456] [SystemService] Could not initialize power manager dbus: 'org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.UPower" doesn't exist
'
[Info  11:33:35.458] [SystemService]   at Docky.Services.SystemService+IUPowerProxy.Get (System.String interface, System.String propname) [0x00000] in <filename unknown>:0
  at Docky.Services.SystemService.HandleUPowerChanged () [0x00000] in <filename unknown>:0
  at Docky.Services.SystemService.InitializeBattery () [0x00000] in <filename unknown>:0
[Info  11:33:35.467] [ThemeService] Setting theme: Air
[Debug 11:33:35.475] [DesktopItemService] Loading remap file '/usr/share/docky/remaps.ini'.
[Debug 11:33:35.477] [DesktopItemService] Remapping 'Picasa3.exe' to 'picasa'.
[Debug 11:33:35.478] [DesktopItemService] Remapping 'nbexec' to 'netbeans'.
[Debug 11:33:35.478] [DesktopItemService] Remapping 'deja-dup-preferences' to 'deja-dup'.
[Debug 11:33:35.478] [DesktopItemService] Remapping 'VirtualBox' to 'virtualbox'.
[Warn  11:33:35.478] [DesktopItemService] Could not find remap file '/home/roman/.local/share/docky/remaps.ini'!
[Debug 11:33:35.479] [DesktopItemService] Loading desktop item cache '/home/roman/.cache/docky/docky.desktop.ru_RU.UTF-8.cache'.
[Info  11:33:35.567] [DockServices] Dock services initialized.
[Debug 11:33:35.576] [DBusManager] DBus Registered: org.gnome.Docky
[Debug 11:33:35.578] [DBusManager] DBus Registered: net.launchpad.DockManager
[Debug 11:33:35.655] [PluginManager] Plugin manager initialized.
[Debug 11:33:35.658] [PluginManager] Processing config file for "Battery Monitor".
[Debug 11:33:35.663] [PluginManager] Processing config file for "Bookmarks".
[Debug 11:33:35.663] [PluginManager] Processing config file for "CPU Monitor".
[Debug 11:33:35.664] [PluginManager] Processing config file for "Clippy".
[Debug 11:33:35.664] [PluginManager] Processing config file for "Clock".
[Debug 11:33:35.664] [PluginManager] Processing config file for "Desktop".
[Debug 11:33:35.664] [PluginManager] Processing config file for "Gmail".
[Debug 11:33:35.665] [PluginManager] Processing config file for "Mounter".
[Debug 11:33:35.665] [PluginManager] Processing config file for "NPR".
[Debug 11:33:35.665] [PluginManager] Processing config file for "Network Manager".
[Debug 11:33:35.665] [PluginManager] Processing config file for "Network Monitor".
[Debug 11:33:35.665] [PluginManager] Processing config file for "Recent Documents".
[Debug 11:33:35.666] [PluginManager] Processing config file for "Session Manager".
[Debug 11:33:35.666] [PluginManager] Processing config file for "Timer".
[Debug 11:33:35.666] [PluginManager] Processing config file for "Trash".
[Debug 11:33:35.667] [PluginManager] Processing config file for "Weather".
[Debug 11:33:35.667] [PluginManager] Processing config file for "Workspace Switcher".
[Info  11:33:35.721] [PluginManager] Loaded "Timer".
[Info  11:33:35.724] [PluginManager] Loaded "Trash".
[Fatal 11:33:35.864] [GLib] Source ID 129 was not found when attempting to remove it
[Fatal 11:33:35.864] [GLib] Source ID 136 was not found when attempting to remove it
[Fatal 11:33:35.864] [GLib] Source ID 128 was not found when attempting to remove it
Cairo.Surface is leaking, programmer is missing a call to Dispose
Set MONO_CAIRO_DEBUG_DISPOSE to track allocation traces
[Fatal 11:33:35.864] [GLib] Source ID 132 was not found when attempting to remove it
[Fatal 11:33:35.865] [GLib] Source ID 133 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 211 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 216 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 213 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 214 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 215 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 219 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 221 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 228 was not found when attempting to remove it
[Fatal 11:33:36.051] [GLib] Source ID 212 was not found when attempting to remove it
[Info  11:33:37.472] [Helper] Starting deluge_badge.py
[Info  11:33:37.483] [Helper] Starting skype_control.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/banshee_control.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/deluge_badge.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/emesene_control.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/gajim_badge.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/gtg_menus.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/liferea_badge.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/mpd_control.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/open_terminal_here.py
[Info  11:33:37.487] [HelperService] Helper added: /usr/share/dockmanager/scripts/pidgin_control.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/pithos_control.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/rhythmbox_control.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/skype_control.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/tomboy_menus.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/transmission_badge.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/tsclient_menus.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/workrave_helper.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/zeitgeist_journal.py
[Info  11:33:37.488] [HelperService] Helper added: /usr/share/dockmanager/scripts/zeitgeist_menus.py
[Warn  11:33:37.509] [DrawingService] Error loading icon from file '/usr/share/pithos/media/icon.svg': Не удалось открыть файл «/usr/share/pithos/media/icon.svg»: Нет такого файла или каталога
[Debug 11:33:37.509] [DrawingService]   at Gdk.Pixbuf..ctor (System.String filename, Int32 width, Int32 height, Boolean preserve_aspect_ratio) [0x00000] in <filename unknown>:0
  at Docky.Services.DrawingService.IconFromFile (System.String name, Int32 width, Int32 height) [0x00000] in <filename unknown>:0
[Info  11:33:37.509] [DrawingService] Could not find '/usr/share/pithos/media/icon.svg', using fallback of 'extension'.
[Warn  11:33:37.520] [DrawingService] Error loading icon from file '/usr/share/pixmaps/workrave/workrave.xpm': Не удалось открыть файл «/usr/share/pixmaps/workrave/workrave.xpm»: Нет такого файла или каталога
[Debug 11:33:37.520] [DrawingService]   at Gdk.Pixbuf..ctor (System.String filename, Int32 width, Int32 height, Boolean preserve_aspect_ratio) [0x00000] in <filename unknown>:0
  at Docky.Services.DrawingService.IconFromFile (System.String name, Int32 width, Int32 height) [0x00000] in <filename unknown>:0
[Info  11:33:37.520] [DrawingService] Could not find '/usr/share/pixmaps/workrave/workrave.xpm', using fallback of 'extension'.
[Info  11:33:37.561] [Helper] deluge_badge.py :: cannot import name sclient
[Info  11:33:37.580] [Helper] deluge_badge.py has exited (Code 0).
[Info  11:33:37.581] [Helper] skype_control.py has exited (Code 0).

Unhandled Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.UPower" doesn't exist

  at Docky.Services.SystemService+IUPowerProxy.Get (System.String interface, System.String propname) [0x00000] in <filename unknown>:0
  at Docky.Services.SystemService.HandleUPowerChanged () [0x00000] in <filename unknown>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00137>
at System.Reflection.MethodBase.Invoke (object,object[]) <0x00032>
at System.Delegate.DynamicInvokeImpl (object[]) <0x00203>
at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0003b>
at System.Delegate.DynamicInvoke (object[]) <0x00020>
at DBus.Connection.HandleSignal (DBus.Protocol.Message) <0x0031f>
at DBus.Connection.DispatchSignals () <0x00067>
at DBus.Connection.Iterate () <0x0002f>
at DBus.BusG/<Init>c__AnonStorey0.<>m__0 (intptr,DBus.GLib.IOCondition,intptr) <0x0003b>
at (wrapper native-to-managed) DBus.BusG/<Init>c__AnonStorey0.<>m__0 (intptr,DBus.GLib.IOCondition,intptr) <0x0008a>
at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00054>
at Gtk.Application.Run () <0x0000b>
at Docky.Docky.Main (string[]) <0x005cb>

[ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.UPower" doesn't exist

  at Docky.Services.SystemService+IUPowerProxy.Get (System.String interface, System.String propname) [0x00000] in <filename unknown>:0
  at Docky.Services.SystemService.HandleUPowerChanged () [0x00000] in <filename unknown>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00137>
at System.Reflection.MethodBase.Invoke (object,object[]) <0x00032>
at System.Delegate.DynamicInvokeImpl (object[]) <0x00203>
at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0003b>
at System.Delegate.DynamicInvoke (object[]) <0x00020>
at DBus.Connection.HandleSignal (DBus.Protocol.Message) <0x0031f>
at DBus.Connection.DispatchSignals () <0x00067>
at DBus.Connection.Iterate () <0x0002f>
at DBus.BusG/<Init>c__AnonStorey0.<>m__0 (intptr,DBus.GLib.IOCondition,intptr) <0x0003b>
at (wrapper native-to-managed) DBus.BusG/<Init>c__AnonStorey0.<>m__0 (intptr,DBus.GLib.IOCondition,intptr) <0x0008a>
at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00054>
at Gtk.Application.Run () <0x0000b>
at Docky.Docky.Main (string[]) <0x005cb>

 

Страница сгенерирована за 0.02 секунд. Запросов: 22.