Tags section hidden on Time Tracker Preferences dialog

Bug #978296 reported by Geoffrey van Wyk
108
This bug affects 24 people
Affects Status Importance Assigned to Milestone
hamster-applet (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

1) Release of Ubuntu:
Ubuntu 11.10

2) Version of hamster-applet:
2.32.1-0ubuntu5 0

3) What I expected to happen:
The "Tags that should appear in autocomplete" section of the "Categories and Tags" tab of the "Time Tracker Preferences" dialog should be visible.

4) What happened instead:
The "Tags that should appear in autocomplete" section of the "Categories and Tags" tab of the "Time Tracker Preferences" dialog is hidden. Only the title of that section is visible. It does not help to make the dialog longer or wider.

Revision history for this message
Geoffrey van Wyk (geoffrey-van-wyk) wrote :
tags: added: graphical-user-interface
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in hamster-applet (Ubuntu):
status: New → Confirmed
Revision history for this message
Dieter Werthmuller (prisae) wrote :

I can confirme that, and it still is the case in Ubuntu 12.04.

Revision history for this message
Aaz (aaz2009) wrote :

I can confirme that, and it still is the case in Ubuntu 12.04 amd64.
2.32.1

Revision history for this message
Orangedouble (blahblahstuff) wrote :

Does anybody have a workaround for editing tags? My list of defaults has gotten very crowded

Revision history for this message
Orangedouble (blahblahstuff) wrote :

Ok, I found the answer to my own question. I used an SQLite database browser/editor to open the hamster.db file located at ~/.local/share/hamster-applet. There is a table there for tags and you can change their display status to false to hide them from the autocomplete dropdown.

Revision history for this message
The_ERROR (spam-trash-2) wrote :

Thanks for tip how to resolve those tag problem. Hope, that it will be fixed asap... Really annoying problem.

Revision history for this message
Michael Hanafey (mike-hanafey) wrote :

Same problem exists in 12.10

Revision history for this message
László Garzó (laszlo-garzo) wrote :

Screenshot indicating how the preferences dialog should look (from Project Hamster Homepage -- Screenshots section).

Revision history for this message
Zunbeltz Izaola (zunbeltz) wrote :

The same problem with 13.04

Revision history for this message
Jan Battenfeld (jan-battenfeld) wrote :

Orangedouble (blahblahstuff):
> Does anybody have a workaround for editing tags? My list of defaults has gotten very crowded

It is also possible to aim for the 1pixel height field (the cursor changes to text) and use CTRL-A (select all), CTRL-C (copy) and paste it (CTRL-V) in an editor. After the change you copy the new Tags aim again, CTRL-A, CTRL-V done.

I don't know if that is easier, at least you don't have to edit in-work databases.

Revision history for this message
aljos (aljos) wrote :

Thank you Jan,
I'm capable of editing the database, but this is a lot easier!
Thanks

Revision history for this message
Moritz Reiter (reitermoritz) wrote :

Problem still exists in 14.04.2...

Revision history for this message
Moritz Reiter (reitermoritz) wrote :

I'm pretty sure now that the problem only occurs for me as long as I only have a small number of tags (maybe < 5). Now that I created more tags, the field gets displayed fine.

Revision history for this message
Zhart (zhart) wrote :

I have much more than 5 number of tags, but problem still exist on Ubuntu 16.04.
There is 5 years of this bug report, and it seems that none of the developers are going to solve this problem.

Revision history for this message
John Neffenger (jgneff) wrote :

The change suggested in the following comment on GitHub solved the problem for me without having to edit the database:

Cannot edit tags under 'Categories and Tags' #206
https://github.com/projecthamster/hamster/issues/206#issuecomment-103143461

Just change the following line in the "preferences.ui" file for Hamster on Ubuntu 16.04:

$ cd /usr/share/hamster-applet/
$ diff preferences.ui.old preferences.ui
607c607
< <property name="expand">False</property>
---
> <property name="expand">True</property>

Line 607 is found just after the "tags_frame" object:

<object class="GtkFrame" id="tags_frame">
  ...
</object>
<packing>
  <property name="expand">True</property>
  <property name="position">1</property>
</packing>

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.