[Bug 1518755] [NEW] broken shadows with transparent background

2015-11-22 Thread Nikola Kovacs
Public bug reported: If I enable background transparency, the shadows around the terminal are broken. See the attached screenshot. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: gnome-terminal 3.16.2-1ubuntu4 ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3 Uname: Linux 4.2.0-18-gene

[Bug 1518755] Re: broken shadows with transparent background

2015-11-22 Thread Nikola Kovacs
** Attachment added: "terminal without transparency and with correct shadows" https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1518755/+attachment/4523660/+files/terminal%20no%20transparency.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs

[Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2009-12-16 Thread Nikola Kovacs
The way gtk is handling trough-border is technically correct, but it is incorrect from a usability viewpoint. One way to fix it is to change gtk's handling of trough-border. I did that, but Firefox needs to be fixed separately because it does its own UI drawing and handling. The other way is to

[Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2009-10-31 Thread Nikola Kovacs
Sorry my wording might've been confusing. My patch is not in the ubuntu murrine package, so it's not in ia32libs either. My PPA didn't have ia32libs so 32bit apps on 64bit systems had an unpatched murrine. -- problem with new scrollbar in Human theme - GtkRange::trough-border set to 2 https://b

[Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2009-10-29 Thread Nikola Kovacs
It's because skype is 32 bit, and the 32 bit murrine engine is in ia32libs and hasn't been updated to support trough-border. I'll upload an ia32libs package to my PPA -- problem with new scrollbar in Human theme - GtkRange::trough-border set to 2 https://bugs.launchpad.net/bugs/422511 You receive

[Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2009-10-29 Thread Nikola Kovacs
Eclipse works for me, but Skype is indeed broken. Qtconfig works perfectly, so I have no idea why... -- problem with new scrollbar in Human theme - GtkRange::trough-border set to 2 https://bugs.launchpad.net/bugs/422511 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2009-10-29 Thread Nikola Kovacs
Restart your computer. -- problem with new scrollbar in Human theme - GtkRange::trough-border set to 2 https://bugs.launchpad.net/bugs/422511 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu. -- desktop-bugs mailing lis

[Bug 456211] Re: when totem changes to next file in playlist, no sound is played

2009-10-21 Thread Nikola Kovacs
I can reproduce the bug: 1. Download the 854x480 ogg file from here: http://www.bigbuckbunny.org/index.php/download/ 2. Make sure totem is not open. 3. Double click the file in nautilus. It should start playing with sound in totem 5. Double click the file again in nautilus. The sound will be del

[Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2009-10-20 Thread Nikola Kovacs
This patch is a follow up on my previous murrine patch. It implements an engine parameter instead of the hardcoded value. Package is here: https://launchpad.net/~nx/+archive/ppa ** Attachment added: "Proper murrine patch" http://launchpadlibrarian.net/34046350/murrine_trough_border_proper.patc

[Bug 396459] Re: auto-login settings not migrated

2009-10-03 Thread Nikola Kovacs
Click manage groups and add a group called "nopasswdlogin". After that it won't be greyed out. I had to look through the source code to figure this out. The nopasswdlogin group should be created by default IMHO. -- auto-login settings not migrated https://bugs.launchpad.net/bugs/396459 You rece

[Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2009-09-30 Thread Nikola Kovacs
I decided to try out my idea from comment #3. This is patch uses a hardcoded value of 2, but that can easily be made configurable, as a murrine specific option. With GtkRange::slider-width set to 18, it gives the same effect for the scrollbars, with none of the bugs. Yes, it's a hack, but it wor

[Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2009-09-30 Thread Nikola Kovacs
I think this is a nicer solution than my previous patch. I removed trough-border from calculations for the slider rectangle (which is used for mouse detection) and instead add/subtract the correct values when drawing the slider. For Firefox, I wanted to do something similar, modifying moz_gtk_scro

[Bug 437733] Re: set has-frame of option comboboxes to false

2009-09-27 Thread Nikola Kovacs
** Attachment added: "screenshot" http://launchpadlibrarian.net/32526713/GDM-Screenshot.png -- set has-frame of option comboboxes to false https://bugs.launchpad.net/bugs/437733 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in u

[Bug 437733] Re: set has-frame of option comboboxes to false

2009-09-27 Thread Nikola Kovacs
** Attachment added: "set has-frame to false for option combobox" http://launchpadlibrarian.net/32526705/gdm_option_box_no_frame.patch -- set has-frame of option comboboxes to false https://bugs.launchpad.net/bugs/437733 You received this bug notification because you are a member of Ubuntu De

[Bug 437733] [NEW] set has-frame of option comboboxes to false

2009-09-27 Thread Nikola Kovacs
Public bug reported: Binary package hint: gdm The option comboboxes on the bottom panel have a frame that prevents their activation when clicked on the screen edge. It's easy to overshoot with the mouse and reach the screen edge (Fitts' law), and clicking there won't open the menu. In contrast, t

[Bug 437691] [NEW] Shutdown button and Fitts' law

2009-09-27 Thread Nikola Kovacs
Public bug reported: Binary package hint: gdm The shutdown button on Karmic's gdm is located in the lower right corner. It is close to the screen corner, which is much easier to reach with the mouse, but cannot be clicked by moving the mouse to the corner because of some padding. Since the button

[Bug 412975] Re: option to hide handles on non-expanded panel

2009-08-13 Thread Nikola Kovacs
The patch was missing a few things, so the panel did not read the gconf option on startup. Here's a fixed version. I've also reported the bug on gnome's bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=591689 ** Bug watch added: GNOME Bug Tracker #591689 http://bugzilla.gnome.org/show_bug.cg

[Bug 412975] Re: option to hide handles on non-expanded panel

2009-08-13 Thread Nikola Kovacs
** Attachment added: "patch that adds gconf option to hide the handles" http://launchpadlibrarian.net/30268468/expand_handles.diff -- option to hide handles on non-expanded panel https://bugs.launchpad.net/bugs/412975 You received this bug notification because you are a member of Ubuntu Deskt

[Bug 412975] [NEW] option to hide handles on non-expanded panel

2009-08-13 Thread Nikola Kovacs
Public bug reported: Binary package hint: gnome-panel Gnome-panel places two handles on both sides of the panel when the panel is not expanded. I'd like to have the option to remove them, because I'd like to place a non-expanded panel with a menu in a corner, but the handle prevents me from quick

[Bug 83034] Re: panel-autohide leaves a one-pixel line on the desktop

2009-08-13 Thread Nikola Kovacs
I've hacked the panel to allow auto_hide_size to be 0 when calculating struts, i.e. how much space will be taken away from other applications. Although the 1 pixel line will still be there, maximized applications will be able to cover the whole screen, so e.g. the close button will be in the upp