Don't change automatically to session tab

Bug #512432 reported by Pablo Castellano
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Lernid
Fix Released
Undecided
Unassigned

Bug Description

I was following a ubuntu classroom session, working in the terminal tab.
Every time a new link was written by the session leader, the tab switched to "session tab" and this is annoying.

A possible solution would be just highlight the session tab when something has changed.

Tags: slides

Related branches

Revision history for this message
Robin Munn (rmunn) wrote :

This also happens when the presenter calls for a new slide: since the slide window isn't shown in the terminal tab, lernid switches to the session tab to show the new slide, breaking the user's concentration.

Revision history for this message
Chris Johnston (cjohnston) wrote : Re: [Bug 512432] Re: Don't change automatically to session tab

My recommendation is that any time the slide show is being used, it be shown
in any tab.

On Mon, Jan 25, 2010 at 3:09 PM, Robin Munn <email address hidden> wrote:

> This also happens when the presenter calls for a new slide: since the
> slide window isn't shown in the terminal tab, lernid switches to the
> session tab to show the new slide, breaking the user's concentration.
>
> --
> Don't change automatically to session tab
> https://bugs.launchpad.net/bugs/512432
> You received this bug notification because you are subscribed to Lernid.
>
> Status in Lernid: New
>
> Bug description:
> I was following a ubuntu classroom session, working in the terminal tab.
> Every time a new link was written by the session leader, the tab switched
> to "session tab" and this is annoying.
>
> A possible solution would be just highlight the session tab when something
> has changed.
>
>
>

Revision history for this message
Sanne Wouda (snnw) wrote :

Hi,

I took the liberty to write a patch where the session tab is highlighted instead of focused when the slide show changes or a new web page is loaded. Showing the slide show in any tab should be possible as well, I might get back to doing that later.

Cheers

Revision history for this message
Pablo Castellano (pablocastellano) wrote :

@Sanne: Thanks for your speed :) I agree with your patch.

But I think it would be better with these little modifications:

Adding
self.session_label.set_use_underline(True)
after:
self.session_label = gtk.Label()

Changing two occurrences of:
self.session_label.set_markup_with_mnemonic(_('_Session'))
by:
self.session_label.set_label(_('_Session'))

Changing:
self.session_label.set_markup_with_mnemonic('<b>%s</b>' % _('_Session'))
by:
self.session_label.set_markup('<b>%s</b>' % _('_Session'))

What do you think?

Robin Munn (rmunn)
tags: added: slides
Michael Budde (mbudde)
Changed in lernid:
status: New → Fix Committed
Michael Budde (mbudde)
Changed in lernid:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.