Announcement

Collapse
No announcement yet.

missing Font?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    I can't even pull ip Portal in Muon and the installed files for oxygen-gtk are:
    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
    /usr/share/doc/gtk2-engines-oxygen/README.gz
    /usr/share/doc/gtk2-engines-oxygen/changelog.Debian.gz
    /usr/share/doc/gtk2-engines-oxygen/copyright
    /usr/share/themes/oxygen-gtk/gtk-2.0/argb-apps.conf
    /usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc
    /usr/share/themes/oxygen-gtk/gtk-2.0/icons4
    /usr/share/themes/oxygen-gtk/gtk-2.0/kdeglobals
    /usr/share/themes/oxygen-gtk/gtk-2.0/oxygenrc
    /usr/share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-16.png
    /usr/share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-down-16.png
    /usr/share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-hover-16.png
    roN

    http://www.inetgate.biz

    Comment


      #17
      It seems odd that you can't find Portal in Muon. I have no explanation...
      Kubuntu 12.04 - Acer Aspire 5750G

      "I don't make a great deal of money, but I'm ok with that 'cause I don't hurt a lot of people in the process either"

      Comment


        #18
        Originally posted by bra|10n View Post
        It seems odd that you can't find Portal in Muon. I have no explanation...
        Well when I enter Portal, I get a whole bunch of entries but none called "Portal"
        roN

        http://www.inetgate.biz

        Comment


          #19
          Originally posted by reggler View Post
          Well when I enter Portal, I get a whole bunch of entries but none called "Portal"
          Filter by 'Status' and then further with 'Installed' only. You can see this in the screenshot I posted earlier.
          Kubuntu 12.04 - Acer Aspire 5750G

          "I don't make a great deal of money, but I'm ok with that 'cause I don't hurt a lot of people in the process either"

          Comment


            #20
            Originally posted by reggler View Post
            Yes, it ran just fine before I updated to Kubuntu 12.04 (on 11.10)
            Do you have access to another machine, one where the application in question operates normally? If so, one technique to find out how the two installations differ is to use the tool lsof. If the name of the running program is portal, then you can show all files that the program has opened with the command
            Code:
            lsof | grep portal
            lsof has many options; a quick study of the man page would be useful. Compare the output of this command on the system that runs properly to the output of this command on the system that isn't running properly. Are there any differences?

            Oh, just thought of something else...occasionally I've seen instances where the Gtk theme files don't load because of improper environment variables or hidden directories in your home folder. What's the output of
            Code:
            env | grep -i gtk
            ll .gtk*

            Comment


              #21
              I unfortunately have no other Linux machine where this software is working correctly at this time...
              Since I'm running this program under root(due to required USB access), I also will need to check the environment variables of root, right:
              Code:
              root@desktop-reg:~# env | grep -i gtk
              root@desktop-reg:~# ll .gtk*
              -rw-r--r-- 1 reg reg 82 May  1 16:54 .gtkrc-2.0-kde4
              root@desktop-reg:~#
              And as user I get this:
              Code:
              reg@desktop-reg:~$ env | grep -i gtk
              GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/reg/.gtkrc-2.0:/home/reg/.gtkrc-2.0-kde4:/home/reg/.kde/share/config/gtkrc-2.0
              GTK_RC_FILES=/etc/gtk/gtkrc:/home/reg/.gtkrc:/home/reg/.kde/share/config/gtkrc
              reg@desktop-reg:~$ ll .gtk*
              -rw-r--r-- 1 reg reg 82 May  1 16:54 .gtkrc-2.0-kde4
              reg@desktop-reg:~$
              roN

              http://www.inetgate.biz

              Comment


                #22
                Well, all that looks fine. At this point, I'm not sure what else to suggest...

                Comment


                  #23
                  Out of curiosity I ran the following and highlighted the difference to the OP's,
                  Code:
                  root@Aspire-5750-Precise:~# env | grep -i gtk
                  root@Aspire-5750-Precise:~# ll .gtk*
                  -rw-r--r-- 1 [COLOR="#FF0000"]root root[/COLOR] 292 May 11 19:34 .gtkrc-2.0-kde4
                  root@Aspire-5750-Precise:~#
                  Kubuntu 12.04 - Acer Aspire 5750G

                  "I don't make a great deal of money, but I'm ok with that 'cause I don't hurt a lot of people in the process either"

                  Comment


                    #24
                    Whoa, wait...that's curious. While I'm not sure that's the root of the problem, it's worth fixing.

                    Reggler, please:
                    Code:
                    sudo chown root:root /root/.gtkrc-2.0-kde4
                    Are there any other files in /root that are owned by someone other than "root"?

                    Comment


                      #25
                      Would this not have broken gtk linking?
                      Kubuntu 12.04 - Acer Aspire 5750G

                      "I don't make a great deal of money, but I'm ok with that 'cause I don't hurt a lot of people in the process either"

                      Comment


                        #26
                        I can't say for sure, as I don't have a .gtkrc file in /root at all. But this is on my X1, with KDE packages installed by hand. A normal Kubuntu install, I suspect, would appear like yours -- I'm not near my T520 to verify at the moment.

                        It is odd that a file in regger's /root is owned by a non-root account...

                        Comment


                          #27
                          I thought this 'scenario' was probably a workaround of sorts prior to the introduction of gtk3 and the subsequent changes it brought.
                          And on that assumption figured it may now not work on 12.04...
                          Kubuntu 12.04 - Acer Aspire 5750G

                          "I don't make a great deal of money, but I'm ok with that 'cause I don't hurt a lot of people in the process either"

                          Comment


                            #28
                            Probably a pointless exercise, but what happens if you run,
                            Code:
                            gksudo portal
                            Last edited by bra|10n; May 13, 2012, 07:32 PM. Reason: brain: select reverse gear error
                            Kubuntu 12.04 - Acer Aspire 5750G

                            "I don't make a great deal of money, but I'm ok with that 'cause I don't hurt a lot of people in the process either"

                            Comment


                              #29
                              gksudo is not typically installed in Kubuntu...

                              Comment


                                #30
                                Originally posted by SteveRiley View Post
                                Whoa, wait...that's curious. While I'm not sure that's the root of the problem, it's worth fixing.

                                Reggler, please:
                                Code:
                                sudo chown root:root /root/.gtkrc-2.0-kde4
                                Are there any other files in /root that are owned by someone other than "root"?
                                Well, first see this:
                                Code:
                                root@SemiosDesktop-reg:~# pwd
                                /home/reg
                                root@SemiosDesktop-reg:~# ll .gtk*
                                -rw-r--r-- 1 reg reg 82 May  1 16:54 .gtkrc-2.0-kde4
                                root@SemiosDesktop-reg:~# cd /root
                                root@SemiosDesktop-reg:/root# ll .gtk*
                                ls: cannot access .gtk*: No such file or directory
                                root@SemiosDesktop-reg:/root#
                                So I didn't do change the owner for the files in "~" which even as root is /home/reg
                                roN

                                http://www.inetgate.biz

                                Comment

                                Working...
                                X