glabels does not run on ubuntu 14-04

Asked by John Wilson

Installed Glabels 3.0.1-4 build1 using Ubuntu software centre.
My operating system is Ubuntu 14.04 but when I try launching it from unity nothing happens

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
John Wilson
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; apt-cache policy glabels

Thanks

Revision history for this message
John Wilson (jwilsondmartin) said :
#2

Thank you for getting back to me.
Here is the output:
john@john-p7-1109:~$ lsb_release -a; uname -a; apt-cache policy glabels
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Linux john-p7-1109 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:12 UTC 2014 i686 i686 i686 GNU/Linux
glabels:
  Installed: 3.0.1-4build1
  Candidate: 3.0.1-4build1
  Version table:
 *** 3.0.1-4build1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
        100 /var/lib/dpkg/status

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

ok, in a terminal run:

glabels

What is the output?

Revision history for this message
John Wilson (jwilsondmartin) said :
#4

Here is the output:
john@john-p7-1109:~$ glabels
glabels: command not found
john@john-p7-1109:~$ glabels

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Sorry, run:

/usr/bin/glabels-3

Does it run ok?

Revision history for this message
John Wilson (jwilsondmartin) said :
#6

Yes
Now how do I launch it from unity?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Sounds like the command the icon runs is out of whack. What is the output of:

grep Exec /usr/share/applications/glabels-3.0.desktop

Thanks

Revision history for this message
John Wilson (jwilsondmartin) said :
#8

Here is the output
john@john-p7-1109:~$ grep Exec /usr/share/applications/glabels-3.0.desktop
Exec=glabels-3 %F
john@john-p7-1109:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Try removing the %F from the command. You will need to run:

gksudo gedit /usr/share/applications/glabels-3.0.desktop

To get write access. Save the new file and close gedit and try the icon in Dash.

Revision history for this message
John Wilson (jwilsondmartin) said :
#10

Ran gksudo gedit /usr/share/applications/glabels-3.0.desktop and removed the %F from the command and saved the file.
That part of the file now looks like:
Exec=glabels-3
Icon=glabels-3.0.png
Terminal=false
Type=Application
Categories=GTK;Office;
StartupNotify=true
MimeType=application/x-glabels;
Still does not run from the icon on Dash

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

I suggest you report a bug

Revision history for this message
John Wilson (jwilsondmartin) said :
#12

Thank you for your help
This is the output from a terminal when I use Glabels:
(glabels-3:6676): Gtk-WARNING **: GtkNotebook 0xbb29c350 is mapped but visible child GtkLabel 0xbc9686a0 is not mapped

(glabels-3:6676): Gtk-WARNING **: GtkNotebook 0xbb29c350 is mapped but visible child GtkLabel 0xbc9686a0 is not mapped
john@john-p7-1109:~$
Have reported the bug
John