| Anonymous | Login | Signup for a new account | 2013-05-22 16:10 CEST | ![]() |
| All Projects | FPC | Lazarus: Packages, Patches | Lazarus CCR | Mantis | fpGUI | fpcprojects: fpprofiler |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0021972 | Lazarus | IDE | public | 2012-05-07 10:13 | 2012-05-29 17:43 | ||||
| Reporter | Ihor Lavrynyuk | ||||||||
| Assigned To | Zeljan Rikalo | ||||||||
| Priority | normal | Severity | block | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | i386 | OS | Unix-like | OS Version | Ubuntu 12.04 LTS | ||||
| Product Version | 1.1 (SVN) | Product Build | 37206 | ||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0021972: Soures Editor Selection text | ||||||||
| Description | http://youtu.be/vbyWBPfI4Fg [^] can`t select text in source editor | ||||||||
| Steps To Reproduce | Source Editor -> click left mouse button and move cursor to selection -> result nothing only if select with Shift key - can select some times this issue gone and all ok, but always I have this issue o_O | ||||||||
| Tags | No tags attached. | ||||||||
| Fixed in Revision | |||||||||
| LazTarget | - | ||||||||
| Widgetset | GTK 2 | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0059352) Zeljan Rikalo (developer) 2012-05-07 16:01 |
Disable liboverlay and then you'l be able to select text. We cannot fix ubuntu specific stuff, also this one won't be fixed soon (if ever). export LIBOVERLAY_SCROLLBAR=0 in terminal and then startlazarus from that terminal. |
|
(0059353) Ihor Lavrynyuk (reporter) 2012-05-07 16:33 edited on: 2012-05-07 16:35 |
only "export LIBOVERLAY_SCROLLBAR=0" not work need http://www.webupd8.org/2011/04/how-to-disable-overlay-scrollbars-in.html [^] after remove, all works. pleas don`t close issue |
|
(0059368) Zeljan Rikalo (developer) 2012-05-07 21:49 |
it works,maybe I've mistyped env variable. You must use it from terminal eg. #export LIBOVERLAY_SCROLLBAR=0 <ENTER> #startlazarus <ENTER> Also you can add that env variable into $HOME/.bashrc so it's automatically exported when you log in. |
|
(0059369) Ihor Lavrynyuk (reporter) 2012-05-07 21:54 edited on: 2012-05-07 21:56 |
I try #export LIBOVERLAY_SCROLLBAR=0 <ENTER> reboot linux #startlazarus <ENTER> not work ---------- sudo su echo "export LIBOVERLAY_SCROLLBAR=0" > /etc/X11/Xsession.d/80overlayscrollbars sudo apt-get remove overlay-scrollbar liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0 work =) and not need #startlazarus <ENTER> |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-05-07 10:13 | Ihor Lavrynyuk | New Issue | |
| 2012-05-07 10:13 | Ihor Lavrynyuk | Widgetset | => GTK 2 |
| 2012-05-07 16:01 | Zeljan Rikalo | LazTarget | => - |
| 2012-05-07 16:01 | Zeljan Rikalo | Status | new => resolved |
| 2012-05-07 16:01 | Zeljan Rikalo | Resolution | open => fixed |
| 2012-05-07 16:01 | Zeljan Rikalo | Assigned To | => Zeljan Rikalo |
| 2012-05-07 16:01 | Zeljan Rikalo | Note Added: 0059352 | |
| 2012-05-07 16:33 | Ihor Lavrynyuk | Note Added: 0059353 | |
| 2012-05-07 16:35 | Ihor Lavrynyuk | Note Edited: 0059353 | |
| 2012-05-07 21:49 | Zeljan Rikalo | Note Added: 0059368 | |
| 2012-05-07 21:54 | Ihor Lavrynyuk | Note Added: 0059369 | |
| 2012-05-07 21:56 | Ihor Lavrynyuk | Note Edited: 0059369 | |
| 2012-05-29 17:43 | Ihor Lavrynyuk | Status | resolved => closed |
| Main | My View | View Issues | Change Log | Roadmap |



