This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Krita Titlebar doesn't work

Tags: None
(comma "," separated)
VisionaryZS
Registered Member
Posts
3
Karma
0

Krita Titlebar doesn't work

Tue Jul 02, 2013 10:42 pm
Hi, I am currently using Ubuntu 12.04, and I recently installed Krita. Krita seems to work fine when I have the program maximized, and the title bar is present then. But when I click "restore," I cannot adjust the size of the program, and the titlebar dissapears. Has anyone else experienced this problem?
slangkamp
KDE Developer
Posts
607
Karma
4

Re: Krita Titlebar doesn't work

Wed Jul 03, 2013 12:08 am
I guess that's the Unity features where the menu is put into the top panel. Check if the can hover over the top panel and get the menu.
wshakes
Registered Member
Posts
7
Karma
0

Re: Krita Titlebar doesn't work

Wed Jul 03, 2013 12:39 am
slangkamp wrote:I guess that's the Unity features where the menu is put into the top panel. Check if the can hover over the top panel and get the menu.


Hi, I'm the same user, but I had trouble logging back into my account.
Actually, it's not an issue with Unity, I'm running Ubuntu through LXDE.
User avatar
halla
KDE Developer
Posts
5092
Karma
20
OS

Re: Krita Titlebar doesn't work

Wed Jul 03, 2013 6:41 am
It's still most likely an issue with the window manager, I fear.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Krita Titlebar doesn't work

Wed Jul 03, 2013 6:57 am
Is the package "dbusmenu-qt" installed? If it is, try uninstalling it then logout and back in again.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
wshakes
Registered Member
Posts
7
Karma
0

Re: Krita Titlebar doesn't work

Wed Jul 03, 2013 7:49 am
[quote="bcooksley"]Is the package "dbusmenu-qt" installed? If it is, try uninstalling it then logout and back in again.[/quote]

I tried to uninstall it on the Synaptic Package manager...but if I uninstall it, I am recquired to uninstall Ubuntu-desktop and unity-2D. I'm not sure sure I want to log out after uninstalling those...

EDIT: Note, I'm only having this problem in Krita. Not in any of my other programs...
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Krita Titlebar doesn't work

Wed Jul 03, 2013 7:50 am
If you are using LXDE, then they should not be dependent upon Unity-2D or the "Ubuntu-Desktop" metapackage.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
wshakes
Registered Member
Posts
7
Karma
0

Re: Krita Titlebar doesn't work

Wed Jul 03, 2013 5:42 pm
I tried uninstalling dbusmenu-qt, and then I reinstalled Krita, and I am still experiencing the same problem!
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Krita Titlebar doesn't work

Thu Jul 04, 2013 9:14 am
Can you please provide screenshots of Krita when it is maximised and in a non-maximised state?
It seems like the window is being set as not managed by the window manager somehow.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
wshakes
Registered Member
Posts
7
Karma
0

Re: Krita Titlebar doesn't work

Thu Jul 04, 2013 6:53 pm
bcooksley wrote:Can you please provide screenshots of Krita when it is maximised and in a non-maximised state?
It seems like the window is being set as not managed by the window manager somehow.


I'm not sure if this is relevant, but I now get this error message when I boot up the program:
Could not start process Cannot talk to klauncher: The name org.kde.klauncher was not provided by any service files.

Anyway, here's the screenshot for the non-maximized program.
Image
It's a little frustrating, since I can't make the screen any smaller when it's like that.

And here's the program when it's maximized.
Image
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Krita Titlebar doesn't work

Thu Jul 04, 2013 11:19 pm
Does a process called "kdeinit4" exist on your system? In this case it seems the window manager is ceasing to decorate Krita - which hints that it may be a bug there instead.

Can you compare the output of "xwininfo" when it is maximised and minimized please?


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
wshakes
Registered Member
Posts
7
Karma
0

Re: Krita Titlebar doesn't work

Fri Jul 05, 2013 12:20 am
bcooksley wrote:Does a process called "kdeinit4" exist on your system? In this case it seems the window manager is ceasing to decorate Krita - which hints that it may be a bug there instead.

Can you compare the output of "xwininfo" when it is maximised and minimized please?


I don't think I have kdeinit4 on my system...
Anyway, here's the info for Krita when the program is not maximized...
xwininfo: Window id: 0x220001a "unnamed – Krita"

Absolute upper-left X: 0
Absolute upper-left Y: 0
Relative upper-left X: 2
Relative upper-left Y: 25
Width: 1440
Height: 900
Depth: 24
Visual: 0x23
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x20 (installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +0+0 -0+0 -0-0 +0-0
-geometry 1440x900+0+0

And here's the info when the program is maximized:
xwininfo: Window id: 0x220001a "unnamed – Krita"

Absolute upper-left X: 0
Absolute upper-left Y: 25
Relative upper-left X: 0
Relative upper-left Y: 25
Width: 1440
Height: 849
Depth: 24
Visual: 0x23
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x20 (installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +0+25 -0+25 -0-26 +0-26
-geometry 1440x849+0+25
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Krita Titlebar doesn't work

Fri Jul 05, 2013 6:45 am
A program called "kdeinit4" should be present - it is shipped as part of kdelibs, which Krita depends on.
Unfortunately that output doesn't indicate why the window manager is no longer decorating the Krita window.

Are you able to try under another window manager?


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
wshakes
Registered Member
Posts
7
Karma
0

Re: Krita Titlebar doesn't work

Fri Jul 05, 2013 6:58 am
bcooksley wrote:A program called "kdeinit4" should be present - it is shipped as part of kdelibs, which Krita depends on.
Unfortunately that output doesn't indicate why the window manager is no longer decorating the Krita window.

Are you able to try under another window manager?


kdelibs wasn't installed for some reason. I installed kdelibs5-plugins through the Synaptic Package manager, and it solved my problem. Thanks for the help!
wshakes
Registered Member
Posts
7
Karma
0

Re: Krita Titlebar doesn't work

Sat Jul 06, 2013 10:57 pm
Hi, quick update. While trying out different things to get the pressure sensitivity working in Inkscape, I took this suggestion...

http://askubuntu.com/questions/264676/pressure-sensitivity-with-wacom-bamboo-in-inkscape-0-48

When I ran
sudo apt-get purge overlay-scrollbar
in the terminal, I experienced the same problem that I've been having before when running Krita. I tried reinstalling overlay-scrollbar, but the problem persists.

EDIT: I logged out of LXDE into Unity, and the problem was fixed. (it works again in LXDE)


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]