Announcement

Collapse
No announcement yet.

empty toolbar

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

    empty toolbar

    I have a problem. I don't know what i did, but my toolbar is always empty. It does not matter the number of open windows, it remains empty. What can i do? because it's very annoyng to navigate between windows using ALT+TAB.

    I have attached a picture. There are 3 opened windows in cascade mode, but my toolbar is empty
    Attached Files

    #2
    Re: empty toolbar

    You might have it set to display only minimized windows. Right-click on panel > Configure panel... > Taskbar > Show only minimized windows.

    Failing that, your config is ~/.kde/share/config/kickerrc.
    For external use only.

    Comment


      #3
      Re: empty toolbar

      Thanks...but actually I was't having the taskbar applet...i finally rezolved it.

      Can you please give me a complete sources.list example that u use and that works I thank you!

      Comment


        #4
        Re: empty toolbar

        Originally posted by stefovy
        a complete sources.list
        DIY: http://www.ubuntu-nl.org/source-o-matic/

        Comment


          #5
          Re: empty toolbar

          10x a lot man

          Comment


            #6
            Re: empty toolbar

            I don't really like that. It doesn't give you a very clean sources.list. I like mine:
            Code:
            ## Feisty repositories
            deb   [url]http://us.archive.ubuntu.com/ubuntu/[/url]  feisty         main restricted universe multiverse
            deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url]  feisty         main restricted universe multiverse
            
            deb   [url]http://us.archive.ubuntu.com/ubuntu/[/url]  feisty-updates     main restricted universe multiverse
            deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url]  feisty-updates     main restricted universe multiverse
            
            deb   [url]http://us.archive.ubuntu.com/ubuntu/[/url]  feisty-security     main restricted universe multiverse
            deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url]  feisty-security     main restricted universe multiverse
            
            deb   [url]http://us.archive.ubuntu.com/ubuntu/[/url]  feisty-backports    main restricted universe multiverse
            deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url]  feisty-backports    main restricted universe multiverse
            ...though my security repos aren't security.ubuntu.com... should they be?

            Anyway, if you'd like a few unofficial and unsupported (by the (K)Ubuntu guys, anyway) repos, try adding these:
            Code:
            ## Wine repository
            deb   [url]http://wine.budgetdedicated.com/apt[/url]   feisty         main
            deb-src [url]http://wine.budgetdedicated.com/apt[/url]   feisty         main
            
            ## Canonical repository
            deb   [url]http://archive.canonical.com/ubuntu/[/url]  feisty-commercial    main
            
            ## Medibuntu repository
            deb   [url]http://medibuntu.sos-sts.com/repo/[/url]   feisty         free non-free
            For external use only.

            Comment

            Working...
            X