Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken #8

Open
mikketeus opened this issue Oct 21, 2021 · 5 comments
Open

Broken #8

mikketeus opened this issue Oct 21, 2021 · 5 comments

Comments

@mikketeus
Copy link

Hi, I love this tiler, but it does not seem to work with kde plasma 5.23.1.

@javiromero
Copy link

I'm facing the same issue. I wonder how can I provide any meaningful log to help debugging it?

In my case when I try to use any key combination to move the windows to thirds, quarters, etc. the compositor gets disabled and the window doesn't move.

Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.3
Kernel Version: 5.11.0-38-generic (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 2600 Six-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: Radeon RX 580 Series

@causa-prima
Copy link
Owner

I'm sorry to hear you're having trouble, but I'm afraid I can't help, as I am currently not using TIL3R (or even a PC). Thus, I won't be able to debug etc. anything, but will merge any pull request that is reported to solve the issue and looks okay overall.

@javiromero
Copy link

Sorry to hear that but thank you for sharing this with us: I've been using this for years and it has really helped with my work flows, i really appreciate it!

@mikketeus
Copy link
Author

Too bad my JS skills are none existing, but there might be some clues here?

Nov 2 21:04:43 XPS-15 kwin_x11[9952]: js: TIL3R called with wide: 2, choice 1
Nov 2 21:04:44 XPS-15 kded5[1705]: Registering ":1.109/StatusNotifierItem" to system tray
Nov 2 21:04:44 XPS-15 plasmashell[1785]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 2 21:04:44 XPS-15 kwin_x11[10071]: Warning: Setting a new default format with a different version or profile after the global shared context is created may cause issues with context sharing.
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5127:46: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5129:48: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5131:48: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5135:47: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5137:46: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5145:48: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5149:46: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5151:46: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5155:45: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5158:46: this compose sequence is a duplicate of another; skipping line
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: kwin_xkbcommon: XKB: inet:224:50: unrecognized keysym "XF86FullScreen"
Nov 2 21:04:46 XPS-15 kwin_x11[10071]: js: TIL3R active

@mikketeus
Copy link
Author

mikketeus commented Nov 4, 2021

Good news, after some research I found that the kde version you can install from "Get New Scripts" differs from the github version.
Check out line 90 .local/share/kwin/scripts/TIL3R/contents/code/til3r.js

kde version: var workGeo = workspace.clientArea(KWin.WorkArea, 1, 1);
github version: var workGeo = workspace.clientArea(KWin.PlacementArea, activeClient.screen, 1);

Regards mikkeTeus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants