[Bug 243896] Re: Wishlist: put the gnome menus to titlebar

2008-06-29 Thread Tamas Gervai

** Attachment added: "example window with menu in the title bar"
   http://launchpadlibrarian.net/15672993/menu_in_titlebar.png

** Description changed:

- I fish to put the menu in to the title bar, when space available. The
- new monitors are usually big enough to put title and menu to the title
- bar. In that way, the window manager can save space, and the usability
- of the windows not really change.
+ I wish to put the menu in to the title bar, when space available.
+ 
+ The new monitors are usually big enough to put title and menu to the
+ title bar. In that way, the window manager can save space, and the
+ usability of the windows not really change.

** Tags added: gnome

-- 
Wishlist: put the gnome menus to titlebar
https://bugs.launchpad.net/bugs/243896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243896] [NEW] Wishlist: put the gnome menus to titlebar

2008-06-29 Thread Tamas Gervai
Public bug reported:

I wish to put the menu in to the title bar, when space available.

The new monitors are usually big enough to put title and menu to the
title bar. In that way, the window manager can save space, and the
usability of the windows not really change.

** Affects: gnome-desktop (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gnome

-- 
Wishlist: put the gnome menus to titlebar
https://bugs.launchpad.net/bugs/243896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 67427] Re: pydance failed to with "pygame.error: SDL_ttf render failed"

2006-12-06 Thread Tamas Gervai
On 12/6/06, Mikko Saarinen <[EMAIL PROTECTED]> wrote:
> I get the same error.

It works for me, so the patch is fine.

> Could someone please backport this or give specific instructions for us
> not-so-technical-people for how to fix this.

Just a short doc, hope it's help:

locate fontfx.py  (use the "locate" command)

Edit the file.
In line 144, change, this:
self.text = font.render(message, False, [255, 0, 0], self.notcolor)
to that:
self.text = font.render(message, 1, [255, 0, 0], self.notcolor)

In line 155
base = font.render(message, 0, fontcolor, self.notcolor)
base = font.render(message, 1, fontcolor, self.notcolor)

as root, because they are installed files.

As I remember, that's pretty much all...

-- 
good luck
tamas

-- 
pydance failed to with "pygame.error: SDL_ttf render failed"
https://launchpad.net/bugs/67427

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 67427] pydance failed to with "pygame.error: SDL_ttf render failed"

2006-10-21 Thread Tamas Gervai
Public bug reported:

When I try to start pydance, it gives that error:

[EMAIL PROTECTED]:~$ pydance 
0 joystick(s) found.
pydance 1.0.3 <[EMAIL PROTECTED]> - irc.freenode.net/#pyddr
W: Psyco optimizing compiler not found.
Searching for songs in /usr/share/games/pydance/songs
Searching for songs in ~/.pydance/songs
Searching for songs in /usr/local/share/games/pydance/songs
Searching for courses in /usr/share/games/pydance/courses
Searching for courses in ~/.pydance/courses
Searching for courses in /usr/local/share/games/pydance/courses
Traceback (most recent call last):
  File "/usr/games/pydance", line 205, in ?
if __name__ == '__main__': main()
  File "/usr/games/pydance", line 159, in main
songs = load_files(screen, song_list, "songs", SongItem, (False,))
  File "/usr/games/pydance", line 86, in load_files
pbar = TextProgress(FONTS[60], message, colors.WHITE, colors.BLACK)
  File "/usr/share/games/pydance/fontfx.py", line 149, in __init__
self.text = font.render(message, False, [255, 0, 0], self.notcolor)
pygame.error: SDL_ttf render failed


ii  pydance1.0.3-3dancing simulation game similar to the kind 
ii  python-pygame  1.7.1release-4 SDL bindings for games development in Python

This supposed to be an old, and fixed error, but with the latest
packages, the error just come up all the time.

** Affects: pydance (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Description changed:

  When I try to start pydance, it gives that error:
  
  [EMAIL PROTECTED]:~$ pydance 
  0 joystick(s) found.
  pydance 1.0.3 <[EMAIL PROTECTED]> - irc.freenode.net/#pyddr
  W: Psyco optimizing compiler not found.
  Searching for songs in /usr/share/games/pydance/songs
  Searching for songs in ~/.pydance/songs
  Searching for songs in /usr/local/share/games/pydance/songs
  Searching for courses in /usr/share/games/pydance/courses
  Searching for courses in ~/.pydance/courses
  Searching for courses in /usr/local/share/games/pydance/courses
  Traceback (most recent call last):
File "/usr/games/pydance", line 205, in ?
  if __name__ == '__main__': main()
File "/usr/games/pydance", line 159, in main
  songs = load_files(screen, song_list, "songs", SongItem, (False,))
File "/usr/games/pydance", line 86, in load_files
  pbar = TextProgress(FONTS[60], message, colors.WHITE, colors.BLACK)
File "/usr/share/games/pydance/fontfx.py", line 149, in __init__
  self.text = font.render(message, False, [255, 0, 0], self.notcolor)
  pygame.error: SDL_ttf render failed
  
  
  ii  pydance1.0.3-3dancing simulation game similar to the kind 
  ii  python-pygame  1.7.1release-4 SDL bindings for games development in Python
+ 
+ This supposed to be an old, and fixed error, but with the latest
+ packages, the error just come up all the time.

-- 
pydance failed to with "pygame.error: SDL_ttf render failed"
https://launchpad.net/bugs/67427

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs