|
|
2012-07-06
, 08:12
|
|
Posts: 2,802 |
Thanked: 4,490 times |
Joined on Nov 2007
|
#321
|
|
|
2012-07-06
, 08:14
|
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#322
|
|
|
2012-07-06
, 14:58
|
|
Posts: 59 |
Thanked: 9 times |
Joined on Jan 2008
@ Lisbon, Portugal
|
#323
|
OkayAnyway, Telescope needs some slight refactoring in some Maemo-specific places.
And I'm not sure that Launcher will work fine on non-maemo. Do you need it? I can simply disable it if it’s not needed.
| The Following 2 Users Say Thank You to Onyros For This Useful Post: | ||
|
|
2012-07-07
, 20:32
|
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#324
|
sudo rm -rf /etc/telescope.* /usr/share/telescope/ /usr/bin/telescope /etc/init.d/telescope-svc
dbus-send --print-reply --dest=org.telescope /Telescope org.telescope.Telescope.Show
|
|
2012-07-07
, 22:09
|
|
Posts: 875 |
Thanked: 916 times |
Joined on Sep 2010
|
#325
|
Telescope also can be called by following command:
Code:dbus-send --print-reply --dest=org.telescope /Telescope org.telescope.Telescope.Show
|
|
2012-07-07
, 22:45
|
|
Posts: 44 |
Thanked: 77 times |
Joined on Jan 2012
|
#326
|
|
|
2012-07-08
, 00:07
|
|
Posts: 59 |
Thanked: 9 times |
Joined on Jan 2008
@ Lisbon, Portugal
|
#327
|
Thumbnail.cpp:481:5: error: narrowing conversion of ‘((((Thumbnail*)this)->Thumbnail::_clientOffsetX - borderWidth) + Settings::instance()->Settings::textLeftMargin())’ from ‘int’ to ‘short int’ inside { } is ill-formed in C++11 [-Werror=narrowing]
Thumbnail.cpp:481:5: error: narrowing conversion of ‘(((Thumbnail*)this)->Thumbnail::_clientOffsetY - headerHeight)’ from ‘int’ to ‘short int’ inside { } is ill-formed in C++11 [-Werror=narrowing]
Thumbnail.cpp:481:5: error: narrowing conversion of ‘(((((Thumbnail*)this)->Thumbnail::_clientScaledWidth + (borderWidth * 2)) - Settings::instance()->Settings::textLeftMargin()) - Settings::instance()->Settings::textRightMargin())’ from ‘int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Werror=narrowing]
Thumbnail.cpp:481:5: error: narrowing conversion of ‘headerHeight’ from ‘int’ to ‘short unsigned int’ inside { } is ill-formed in C++11 [-Werror=narrowing]
cc1plus: all warnings being treated as errors
make: *** [Thumbnail.o] Error 1
|
|
2012-07-08
, 01:15
|
|
Posts: 59 |
Thanked: 9 times |
Joined on Jan 2008
@ Lisbon, Portugal
|
#329
|

|
|
2012-07-08
, 06:18
|
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#330
|
The "--print-reply" shouldn't be needed.
Don’t know why, probably something wrong with my D-Bus handling code. But without --print-reply it doesn't work. Needs to be fixed.Would it show all windows or only windows from current desktop?
Does setting show.desktop.iconify=off prevent my windows from being minimized

I have a problem with some incorrect thumbnails (lxterminal, xarchiver).
Aaaah, have a problem compiling in Arch
lma’s workaround is quite good.as on DWM clicking the "X" doesn't close windows
I'm also getting segfaults when I invoke Telescope and I'm on an empty tag/workspace, but both those errors only happen on DWM.
Mind if I announce it on Arch Forums? I'm guessing there'll be lots of love for Telescope there.

Compiled and working on the Raspberry Pi


| The Following User Says Thank You to Mitrandir For This Useful Post: | ||