Ticket #369 (closed defect: duplicate)

Opened 2 years ago

Last modified 7 weeks ago

Width Config variable is ignored

Reported by: m_tchelo Owned by: somebody
Priority: trivial Milestone:
Component: guake Version: 0.4.2
Keywords: width Cc:

Description

At line 817 of file guake.py the width variable is hardsetted as a 100 default value. This value should be get from the configuration daemon. Should be changed from:

width = 100

to:

width = self.client.get_int(KEY('/general/window_width'))

and then by setting the width with the gconf you already set the width of the guake terminal to not use the full screen width.

Change History

Changed 7 weeks ago by Dokan

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.