![]() |
2012-07-11
, 05:27
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#342
|
Woow, that’s impressive
By the way, doesn’ such amount of windows makes Telescope appearing with delay?
![]() |
2012-07-11
, 05:29
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#343
|
![]() |
2012-07-11
, 05:43
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#344
|
![]() |
2012-07-11
, 05:47
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#345
|
![]() |
2012-07-11
, 06:30
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#346
|
![]() |
2012-07-13
, 00:15
|
Posts: 59 |
Thanked: 9 times |
Joined on Jan 2008
@ Lisbon, Portugal
|
#347
|
Woow, that’s impressive
By the way, doesn’ such amount of windows makes Telescope appearing with delay?
Seems that I need to make hotkey and escape handling more configurable.
Unfortunately, there is no way to acquire contents of minimized windows. If Telescope was able to acquire contents before windows was minimized, it will use cached copy of the window. But if window was minimized before Telescope start of if Telescope was never activated before window was minimized, Telescope won’t be able to show its contents.
That was not a problem on Diablo because while all windows are fullscreen there was no need in minimizing windows. But on desktop it is not good
By the way, as far as I remember, Telescope should draw checkers pattern for such windows. It seems like minimized windows shown in black, so this probably does not work. Needs to be fixed too.
![]() |
2012-07-13
, 00:24
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#348
|
![]() |
2012-08-07
, 10:24
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#349
|
Cannot load image: /usr/share/telescope/text-background.png Cannot load image: /usr/share/telescope/panel.png Cannot load image: /usr/share/telescope/panel-focus-left.png Cannot load image: /usr/share/telescope/panel-focus-right.png Cannot load image: /usr/share/telescope/panel-focus-middle.png
dbus-send --print-reply --dest=org.telescope /Telescope org.telescope.Telescope.Show
XTools.cpp: In static member function 'static LinkedList<long unsigned int> XTools::windowList(Window, bool)': XTools.cpp:92: warning: dereferencing type-punned pointer will break strict-aliasing rules XTools.cpp:108: warning: dereferencing type-punned pointer will break strict-aliasing rules XTools.cpp: In static member function 'static bool XTools::checkIfWindowMinimized(Window)': XTools.cpp:341: warning: dereferencing type-punned pointer will break strict-aliasing rules XTools.cpp: In static member function 'static Window XTools::activeWindow()': XTools.cpp:369: warning: dereferencing type-punned pointer will break strict-aliasing rules XTools.cpp: In static member function 'static Atom XTools::windowType(Window)': XTools.cpp:397: warning: dereferencing type-punned pointer will break strict-aliasing rules XTools.cpp: In static member function 'static bool XTools::fetchWindowIconFromProperty(Window, int*, int*, Pixmap*, Picture*)': XTools.cpp:482: warning: dereferencing type-punned pointer will break strict-aliasing rules
XEventLoop.cpp:90: warning: 'dbus_watch_get_fd' is deprecated (declared at /usr/include/dbus-1.0/dbus/dbus-connection.h:373)
![]() |
2012-08-07
, 11:34
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#350
|
dbus-send --print-reply --dest=org.telescope /Launcher org.telescope.Launcher.Show
hotkey = <keyname>
The Following User Says Thank You to Mitrandir For This Useful Post: | ||
By the way, doesn’ such amount of windows makes Telescope appearing with delay?
Seems that I need to make hotkey and escape handling more configurable.
Unfortunately, there is no way to acquire contents of minimized windows. If Telescope was able to acquire contents before windows was minimized, it will use cached copy of the window. But if window was minimized before Telescope start of if Telescope was never activated before window was minimized, Telescope won’t be able to show its contents.
That was not a problem on Diablo because while all windows are fullscreen there was no need in minimizing windows. But on desktop it is not good
By the way, as far as I remember, Telescope should draw checkers pattern for such windows. It seems like minimized windows shown in black, so this probably does not work. Needs to be fixed too.