Vertical panel in GNOME, 15 months later
I’m happy to report that the subject is mostly fixed.
Window List: bgo#86382 has a working patch, it’s not perfect (read comments 140, 141 and 145) but fixes the problem.
Notification Area: bgo#531371 also has a patch which works really well.
Quick Launch: My fix is included in version 2.12.6 of the applet.
Main Menu: The ugly arrow (bgo#562247 and bgo#564903) can be removed by setting "has-arrow" to FALSE in gnome-panel/panel-menu-button.c
Keyboard Indicator: bgo#591515 is not yet fixed. A quick and dirty hack is to comment out the entire switch statement in GSwitchitAppletUpdateAngle() function from gswitchit/gswitchit-applet.c
I’m using a GNOME desktop with all these fixes daily and I’m quite happy with it. You can get my customizepkg files for Arch Linux from GitHub; read how to use them in the previous post.
2009-09-06 at 19:52
[...] Vertical panel in GNOME UPDATE 2009-09-06: Read the follow-up post [...]
2009-09-15 at 00:49
Hi! I’m also interested in having a vertical panel in gnome. This is something I have always used it in weendowz and in old kde3. And yes, displays are getting wider and wider, so it means less vertical pixels and more horizontal ones.
I would like to use your patches, but since I’m using Ubuntu, I’m not sure how to do it. Can you give more detailed instructions? Thanks!
2009-09-15 at 01:01
@Roy:
You basically have two options:
1. Get the tarball of the version you have installed, patch it, then make && make install
2. Create a patched debian package as explained here: http://www.artificialworlds.net/blog/2008/12/10/fixing-the-vertical-panel-window-list-on-ubuntu-hardy/
Next time a new version of the package is released, you need to do it again. That’s the main reason I switched to Arch, it’s much easier to customise.
2009-09-26 at 18:59
This is great news. I wonder, though, if you’re able to replicate an issue with the notification area patch that I’m seeing. If I have two notification area icons and the width of the vertical panel is 67 or more, then I’m seeing an extra vertical gap below the icons. It looks like an empty row for icons. Same if I have 3 icons and the panel width is 90-something or more. If I have only two icons and a width of 48, there’s no vertical gap. Any thoughts?
2009-09-26 at 22:45
Following up on my own comment, I think I found the issue: in the patch code, both repack_icon_table and tray_added have a minor bug. They add an additional row/column if (# of icons) mod (# of rows or columns) is greater than 0. This works fine if you have, e.g., 17 icons and 5 rows/columns. But this approach adds an unnecessary row/col if the number of icons is actually less than the number of rows, so an additional check that (# of icons) is greater than (# of rows or columns) is needed.
I’m trying not to get back into coding, but this is an inauspicious start. ;-) Still, I’ve made my comment general enough that you can probably modify the code appropriately if you want. Perhaps you might want to submit a corrected patch if you agree? :)
2009-10-01 at 10:49
@Eric:
I saw this issue, but I normally have more than one row of icons so it doesn’t bother me. I’m travelling at the moment, I will check the patch next week. Thanks!
2009-10-15 at 18:55
@Eric: I updated the patch, thanks pointing out to the functions in question!
2009-10-15 at 23:34
Great news! I hope those patches are applied to official versions soon, it’s hard to compile their environment for some people :)
2010-01-18 at 11:06
Have you tried Dockbar or DoxkbarX? It works well with vertical taskbars.
http://gnome-look.org/content/show.php/DockbarX?content=101604
2010-01-18 at 11:42
@Alex
I moved to xmonad since I wrote this post. But Dockbar looks nice for those who still need the vertical panel.
2010-04-01 at 17:16
It appears that another fix has been posted in the last month for the vertical window list (cf. bgo 86382 comment 158) that finally addresses the remaining problems in the applet that you alluded to. I know you’ve already switched to xmonad, but I figure others who’ve read your original post and ensuing comments might want to know! Wow, only 21 months between original report and fix… sigh.
2010-05-20 at 05:08
I’ve actually recently been pondering after buying two 1920×1080 screen wether or not I should go with a vertical panel, it seems I’m always short on vertical space but not horizontal, so I’d rather have one vertical panel than the two horizontal ones I have now. Good to know this is being hacked on and improved
2010-05-20 at 17:39
WOW!
I remember writing a hack for GNOME Panel back in 2006 to make it work for me before I knew how to code with GObjects and GTK+, so I never shared it. It bitrotted and I’ve meant to do a proper version :$
Basically, I more or less love you for today.
2010-05-27 at 10:15
nice- a big problem seems to be solved from two guys. thanks for that. perhaps, richard, you could give some more informations about your code, what is it for and how do you think, you want to improve it? perhaps someone could lend a hand and this fix can move in the offical updates..
2010-07-27 at 01:12
[...] same thing for the applications launchers, but this can be fixed using the quick lounge applet. Alexander Kojevnikov’s blog have some patches, about using a gnome panel vertically, some are already integrated, but the one [...]