Page 1 of 5 123 ... LastLast
Results 1 to 10 of 45

Thread: software-properties-gtk crashing

  1. #1
    Join Date
    May 2014
    Location
    black mesa
    Beans
    73
    Distro
    Lubuntu 15.04 Vivid Vervet

    software-properties-gtk crashing

    when i click on setting on my update manager it just reloads the update manager so i go and do sudo software-properties-gtk in the terminal and i get this error

    aramil@ubuntu:~$ sudo software-properties-gtk
    Traceback (most recent call last):
    File "/usr/bin/software-properties-gtk", line 104, in <module>
    app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
    File "/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 89, in __init__
    SoftwareProperties.__init__(self, options=options, datadir=datadir)
    File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 97, in __init__
    self.reload_sourceslist()
    File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 585, in reload_sourceslist
    self.distro.get_sources(self.sourceslist)
    File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources
    raise NoDistroTemplateException("Error: could not find a "
    aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template
    aramil@ubuntu:~$

    i reinstalled software-properties-gtk and python2.7 because i saw it there but i keep getting the same error can someone please help me.

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: software-properties-gtk crashing

    Hi aramil248, welcome to the forums.

    Quote Originally Posted by aramil248 View Post
    when i click on setting on my update manager it just reloads the update manager so i go and do sudo software-properties-gtk in the terminal and i get this error

    aramil@ubuntu:~$ sudo software-properties-gtk
    Traceback (most recent call last):
    File "/usr/bin/software-properties-gtk", line 104, in <module>
    app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
    File "/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 89, in __init__
    SoftwareProperties.__init__(self, options=options, datadir=datadir)
    File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 97, in __init__
    self.reload_sourceslist()
    File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 585, in reload_sourceslist
    self.distro.get_sources(self.sourceslist)
    File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources
    raise NoDistroTemplateException("Error: could not find a "
    aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template
    aramil@ubuntu:~$

    i reinstalled software-properties-gtk and python2.7 because i saw it there but i keep getting the same error can someone please help me.
    That might be the culprit. The distribution template might not have been updated. Can you please post the content of your /usr/share/python-apt/templates/Ubuntu.info file
    Last edited by slickymaster; May 30th, 2014 at 10:49 PM. Reason: Typo

  3. #3
    Join Date
    May 2014
    Location
    black mesa
    Beans
    73
    Distro
    Lubuntu 15.04 Vivid Vervet

    Re: software-properties-gtk crashing

    Code:
    ChangelogURI: http://changelogs.ubuntu.com/changel...s_%s/changelog
    
    Suite: precise
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 12.04 'Precise Pangolin'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: precise
    ParentSuite: precise
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Ubuntu 12.04 'Precise Pangolin'
    
    Suite: precise
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*12.04
    MatchURI: cdrom:\[Ubuntu.*12.04
    Description: Cdrom with Ubuntu 12.04 'Precise Pangolin'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: precise
    Official: false
    RepositoryType: deb
    BaseURI: http://archive.canonical.com
    MatchURI: archive.canonical.com
    Description: Canonical Partners
    Component: partner
    CompDescription: Software packaged by Canonical for their partners
    CompDescriptionLong: This software is not part of Ubuntu.
    
    Suite: precise
    Official: false
    RepositoryType: deb
    BaseURI: http://extras.ubuntu.com
    MatchURI: extras.ubuntu.com
    Description: Independent
    Component: main
    CompDescription: Provided by third-party software developers
    CompDescriptionLong: Software offered by third party developers.
    
    Suite: precise-security
    ParentSuite: precise
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: precise-security
    ParentSuite: precise
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports|security.ubuntu.com
    Description: Important security updates
    
    Suite: precise-updates
    ParentSuite: precise
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: precise-updates
    ParentSuite: precise
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Recommended updates
    
    Suite: precise-proposed
    ParentSuite: precise
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: precise-proposed
    ParentSuite: precise
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Pre-released updates
    
    Suite: precise-backports
    ParentSuite: precise
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: precise-backports
    ParentSuite: precise
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Unsupported updates
    
    Suite: oneiric
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 11.10 'Oneiric Ocelot'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: oneiric
    ParentSuite: oneiric
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Ubuntu 11.10 'Oneiric Ocelot'
    
    Suite: oneiric
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*11.10
    MatchURI: cdrom:\[Ubuntu.*11.10
    Description: Cdrom with Ubuntu 11.10 'Oneiric Ocelot'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: oneiric
    Official: false
    RepositoryType: deb
    BaseURI: http://archive.canonical.com
    MatchURI: archive.canonical.com
    Description: Canonical Partners
    Component: partner
    CompDescription: Software packaged by Canonical for their partners
    CompDescriptionLong: This software is not part of Ubuntu.
    
    Suite: oneiric
    Official: false
    RepositoryType: deb
    BaseURI: http://extras.ubuntu.com
    MatchURI: extras.ubuntu.com
    Description: Independent
    Component: main
    CompDescription: Provided by third-party software developers
    CompDescriptionLong: Software offered by third party developers.
    
    Suite: oneiric-security
    ParentSuite: oneiric
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: oneiric-security
    ParentSuite: oneiric
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports|security.ubuntu.com
    Description: Important security updates
    
    Suite: oneiric-updates
    ParentSuite: oneiric
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: oneiric-updates
    ParentSuite: oneiric
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Recommended updates
    
    Suite: oneiric-proposed
    ParentSuite: oneiric
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: oneiric-proposed
    ParentSuite: oneiric
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Pre-released updates
    
    Suite: oneiric-backports
    ParentSuite: oneiric
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: oneiric-backports
    ParentSuite: oneiric
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Unsupported updates
    
    
    Suite: natty
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 11.04 'Natty Narwhal'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: natty
    ParentSuite: natty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Ubuntu 11.04 'Natty Narwhal'
    
    Suite: natty
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*11.04
    MatchURI: cdrom:\[Ubuntu.*11.04
    Description: Cdrom with Ubuntu 11.04 'Natty Narwhal'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: natty
    Official: false
    RepositoryType: deb
    BaseURI: http://archive.canonical.com
    MatchURI: archive.canonical.com
    Description: Canonical Partners
    Component: partner
    CompDescription: Software packaged by Canonical for their partners
    CompDescriptionLong: This software is not part of Ubuntu.
    
    Suite: natty
    Official: false
    RepositoryType: deb
    BaseURI: http://extras.ubuntu.com
    MatchURI: extras.ubuntu.com
    Description: Independent
    Component: main
    CompDescription: Provided by third-party software developers
    CompDescriptionLong: Software offered by third party developers.
    
    Suite: natty-security
    ParentSuite: natty
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: natty-security
    ParentSuite: natty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports|security.ubuntu.com
    Description: Important security updates
    
    Suite: natty-updates
    ParentSuite: natty
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: natty-updates
    ParentSuite: natty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Recommended updates
    
    Suite: natty-proposed
    ParentSuite: natty
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: natty-proposed
    ParentSuite: natty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Pre-released updates
    
    Suite: natty-backports
    ParentSuite: natty
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: natty-backports
    ParentSuite: natty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Unsupported updates
    
    Suite: maverick
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 10.10 'Maverick Meerkat'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: maverick
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*10.10
    MatchURI: cdrom:\[Ubuntu.*10.10
    Description: Cdrom with Ubuntu 10.10 'Maverick Meerkat'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: maverick
    Official: false
    RepositoryType: deb
    BaseURI: http://archive.canonical.com
    MatchURI: archive.canonical.com
    Description: Canonical Partners
    Component: partner
    CompDescription: Software packaged by Canonical for their partners
    CompDescriptionLong: This software is not part of Ubuntu.
    
    Suite: maverick
    Official: false
    RepositoryType: deb
    BaseURI: http://extras.ubuntu.com
    MatchURI: extras.ubuntu.com
    Description: Independent
    Component: main
    CompDescription: Provided by third-party software developers
    CompDescriptionLong: Software offered by third party developers.
    
    Suite: maverick-security
    ParentSuite: maverick
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: maverick-updates
    ParentSuite: maverick
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: maverick-proposed
    ParentSuite: maverick
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: maverick-backports
    ParentSuite: maverick
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: lucid
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 10.04 'Lucid Lynx'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: lucid
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*10.04
    MatchURI: cdrom:\[Ubuntu.*10.04
    Description: Cdrom with Ubuntu 10.04 'Lucid Lynx'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: lucid-security
    ParentSuite: lucid
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: lucid-updates
    ParentSuite: lucid
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: lucid-proposed
    ParentSuite: lucid
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: lucid-backports
    ParentSuite: lucid
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: karmic
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 9.10 'Karmic Koala'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: karmic
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*9.10
    MatchURI: cdrom:\[Ubuntu.*9.10
    Description: Cdrom with Ubuntu 9.10 'Karmic Koala'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: karmic-security
    ParentSuite: karmic
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: karmic-updates
    ParentSuite: karmic
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: karmic-proposed
    ParentSuite: karmic
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: karmic-backports
    ParentSuite: karmic
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: jaunty
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 9.04 'Jaunty Jackalope'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: jaunty
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*9.04
    MatchURI: cdrom:\[Ubuntu.*9.04
    Description: Cdrom with Ubuntu 9.04 'Jaunty Jackalope'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: jaunty-security
    ParentSuite: jaunty
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: jaunty-updates
    ParentSuite: jaunty
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: jaunty-proposed
    ParentSuite: jaunty
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: jaunty-backports
    ParentSuite: jaunty
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: intrepid
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 8.10 'Intrepid Ibex'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: intrepid
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*8.10
    MatchURI: cdrom:\[Ubuntu.*8.10
    Description: Cdrom with Ubuntu 8.10 'Intrepid Ibex'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: intrepid-security
    ParentSuite: intrepid
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: intrepid-updates
    ParentSuite: intrepid
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: intrepid-proposed
    ParentSuite: intrepid
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: intrepid-backports
    ParentSuite: intrepid
    RepositoryType: deb
    Description: Unsupported updates
    
    
    Suite: hardy
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 8.04 'Hardy Heron'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: hardy
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*8.04
    MatchURI: cdrom:\[Ubuntu.*8.04
    Description: Cdrom with Ubuntu 8.04 'Hardy Heron'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: hardy-security
    ParentSuite: hardy
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: hardy-updates
    ParentSuite: hardy
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: hardy-proposed
    ParentSuite: hardy
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: hardy-backports
    ParentSuite: hardy
    RepositoryType: deb
    Description: Unsupported updates
    
    
    Suite: gutsy
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu
    BaseURI-sparc: http://archive.ubuntu.com/ubuntu/
    MatchURI-sparc: archive.ubuntu.com/ubuntu
    MirrorsFile: Ubuntu.mirrors
    Description: Ubuntu 7.10 'Gutsy Gibbon'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: gutsy
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*7.10
    MatchURI: cdrom:\[Ubuntu.*7.10
    Description: Cdrom with Ubuntu 7.10 'Gutsy Gibbon'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: gutsy-security
    ParentSuite: gutsy
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-sparc: http://security.ubuntu.com/ubuntu/
    MatchURI-sparc: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: gutsy-updates
    ParentSuite: gutsy
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: gutsy-proposed
    ParentSuite: gutsy
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: gutsy-backports
    ParentSuite: gutsy
    RepositoryType: deb
    Description: Unsupported updates
    
    
    Suite: feisty
    RepositoryType: deb
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    MirrorsFile: Ubuntu.mirrors
    Description: Ubuntu 7.04 'Feisty Fawn'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: feisty
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*7.04
    MatchURI: cdrom:\[Ubuntu.*7.04
    Description: Cdrom with Ubuntu 7.04 'Feisty Fawn'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: feisty-security
    ParentSuite: feisty
    RepositoryType: deb
    BaseURI: http://security.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    Description: Important security updates
    
    Suite: feisty-updates
    ParentSuite: feisty
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: feisty-proposed
    ParentSuite: feisty
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: feisty-backports
    ParentSuite: feisty
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: edgy
    RepositoryType: deb
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    MirrorsFile: Ubuntu.mirrors
    Description: Ubuntu 6.10 'Edgy Eft'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: edgy
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*6.10
    MatchURI: cdrom:\[Ubuntu.*6.10
    Description: Cdrom with Ubuntu 6.10 'Edgy Eft'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: edgy-security
    ParentSuite: edgy
    RepositoryType: deb
    BaseURI: http://security.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    Description: Important security updates
    
    Suite: edgy-updates
    ParentSuite: edgy
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: edgy-proposed
    ParentSuite: edgy
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: edgy-backports
    ParentSuite: edgy
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: dapper
    RepositoryType: deb
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    MirrorsFile: Ubuntu.mirrors
    Description: Ubuntu 6.06 LTS 'Dapper Drake'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained (universe)
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    CompDescription: Restricted software (Multiverse)
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: dapper
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*6.06
    MatchURI: cdrom:\[Ubuntu.*6.06
    Description: Cdrom with Ubuntu 6.06 LTS 'Dapper Drake'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: dapper-security
    ParentSuite: dapper
    RepositoryType: deb
    BaseURI: http://security.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    Description: Important security updates
    
    Suite: dapper-updates
    ParentSuite: dapper
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: dapper-proposed
    ParentSuite: dapper
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: dapper-backports
    ParentSuite: dapper
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: breezy
    RepositoryType: deb
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu
    MirrorsFile: Ubuntu.mirrors
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    Description: Ubuntu 5.10 'Breezy Badger'
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    Component: universe
    CompDescription: Community-maintained (Universe)
    Component: multiverse
    CompDescription: Non-free (Multiverse)
    
    Suite: breezy
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*5.10
    MatchURI: cdrom:\[Ubuntu.*5.10
    Description: Cdrom with Ubuntu 5.10 'Breezy Badger'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: breezy-security
    ParentSuite: breezy
    RepositoryType: deb
    BaseURI: http://security.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    Description: Ubuntu 5.10 Security Updates
    
    Suite: breezy-updates
    ParentSuite: breezy
    RepositoryType: deb
    Description: Ubuntu 5.10 Updates
    
    Suite: breezy-backports
    ParentSuite: breezy
    RepositoryType: deb
    Description: Ubuntu 5.10 Backports
    
    Suite: hoary
    RepositoryType: deb
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    MirrorsFile: Ubuntu.mirrors
    Description: Ubuntu 5.04 'Hoary Hedgehog'
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    Component: universe
    CompDescription: Community-maintained (Universe)
    Component: multiverse
    CompDescription: Non-free (Multiverse)
    
    Suite: hoary
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*5.04
    MatchURI: cdrom:\[Ubuntu.*5.04
    Description: Cdrom with Ubuntu 5.04 'Hoary Hedgehog'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: hoary-security
    ParentSuite: hoary
    RepositoryType: deb
    BaseURI: http://security.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-ia64: http://ports.ubuntu.com/
    MatchURI-ia64: ports.ubuntu.com/ubuntu-ports
    BaseURI-hppa: http://ports.ubuntu.com/
    MatchURI-hppa: ports.ubuntu.com/ubuntu-ports
    Description: Ubuntu 5.04 Security Updates
    
    Suite: hoary-updates
    ParentSuite: hoary
    RepositoryType: deb
    Description: Ubuntu 5.04 Updates
    
    Suite: hoary-backports
    ParentSuite: hoary
    RepositoryType: deb
    Description: Ubuntu 5.04 Backports
    
    Suite: warty
    RepositoryType: deb
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu
    Description: Ubuntu 4.10 'Warty Warthog'
    Component: main
    CompDescription: No longer officially supported
    Component: restricted
    CompDescription: Restricted copyright
    Component: universe
    CompDescription: Community-maintained (Universe)
    Component: multiverse
    CompDescription: Non-free (Multiverse)
    
    Suite: warty
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*4.10
    MatchURI: cdrom:\[Ubuntu.*4.10
    Description: Cdrom with Ubuntu 4.10 'Warty Warthog'
    Available: False
    Component: main
    CompDescription: No longer officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: warty-security
    ParentSuite: warty
    RepositoryType: deb
    BaseURI: http://security.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Ubuntu 4.10 Security Updates
    
    Suite: warty-updates
    ParentSuite: warty
    RepositoryType: deb
    Description: Ubuntu 4.10 Updates
    
    Suite: warty-backports
    ParentSuite: warty
    RepositoryType: deb
    Description: Ubuntu 4.10 Backports
    Last edited by oldos2er; May 30th, 2014 at 11:42 PM. Reason: Please use code tags to contain large terminal output.

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: software-properties-gtk crashing

    Are you still running Precise or did you upgrade to Trusty? Please post the output you get of
    Code:
    lsb_release -r

  5. #5
    Join Date
    May 2014
    Location
    black mesa
    Beans
    73
    Distro
    Lubuntu 15.04 Vivid Vervet

    Re: software-properties-gtk crashing

    it shows 14.04 but i never upgraded to that i was planning to

  6. #6
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: software-properties-gtk crashing

    What you have to is tho edit your /usr/share/python-apt/templates/Ubuntu.info file, adding to it the missing references to Trusty. In a terminal run the following:
    Code:
    gksudo gedit /usr/share/python-apt/templates/Ubuntu.info
    you'll be prompt to enter your password. Type it and Gedit will open the file with write permissions.

    Once there copy/paste this
    Code:
    Suite: trusty
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://archive.ubuntu.com/ubuntu
    MatchURI-amd64: archive.ubuntu.com/ubuntu
    BaseURI-i386: http://archive.ubuntu.com/ubuntu
    MatchURI-i386: archive.ubuntu.com/ubuntu
    MirrorsFile-amd64: Ubuntu.mirrors
    MirrorsFile-i386: Ubuntu.mirrors
    Description: Ubuntu 14.04 'Trusty Tahr'
    Component: main
    CompDescription: Officially supported
    CompDescriptionLong: Canonical-supported free and open-source software
    Component: universe
    CompDescription: Community-maintained
    CompDescriptionLong: Community-maintained free and open-source software
    Component: restricted
    CompDescription: Non-free drivers
    CompDescriptionLong: Proprietary drivers for devices
    Component: multiverse
    ParentComponent: universe
    CompDescription: Restricted software
    CompDescriptionLong: Software restricted by copyright or legal issues
    
    Suite: trusty
    ParentSuite: trusty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Ubuntu 14.04 'Trusty Tahr'
    
    Suite: trusty
    RepositoryType: deb
    MatchName: .*
    BaseURI: cdrom:\[Ubuntu.*14.04
    MatchURI: cdrom:\[Ubuntu.*14.04
    Description: Cdrom with Ubuntu 14.04 'Trusty Tahr'
    Available: False
    Component: main
    CompDescription: Officially supported
    Component: restricted
    CompDescription: Restricted copyright
    
    Suite: trusty
    Official: false
    RepositoryType: deb
    BaseURI: http://archive.canonical.com
    MatchURI: archive.canonical.com
    Description: Canonical Partners
    Component: partner
    CompDescription: Software packaged by Canonical for their partners
    CompDescriptionLong: This software is not part of Ubuntu.
    
    Suite: trusty
    Official: false
    RepositoryType: deb
    BaseURI: http://extras.ubuntu.com
    MatchURI: extras.ubuntu.com
    Description: Independent
    Component: main
    CompDescription: Provided by third-party software developers
    CompDescriptionLong: Software offered by third party developers.
    
    Suite: trusty-security
    ParentSuite: trusty
    RepositoryType: deb
    BaseURI: http://ports.ubuntu.com/ubuntu-ports/
    MatchURI: ports.ubuntu.com/ubuntu-ports
    BaseURI-amd64: http://security.ubuntu.com/ubuntu/
    MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
    BaseURI-i386: http://security.ubuntu.com/ubuntu/
    MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
    Description: Important security updates
    
    Suite: trusty-security
    ParentSuite: trusty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports|security.ubuntu.com
    Description: Important security updates
    
    Suite: trusty-updates
    ParentSuite: trusty
    RepositoryType: deb
    Description: Recommended updates
    
    Suite: trusty-updates
    ParentSuite: trusty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Recommended updates
    
    Suite: trusty-proposed
    ParentSuite: trusty
    RepositoryType: deb
    Description: Pre-released updates
    
    Suite: trusty-proposed
    ParentSuite: trusty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Pre-released updates
    
    Suite: trusty-backports
    ParentSuite: trusty
    RepositoryType: deb
    Description: Unsupported updates
    
    Suite: trusty-backports
    ParentSuite: trusty
    RepositoryType: deb-src
    BaseURI: http://archive.ubuntu.com/ubuntu/
    MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
    Description: Unsupported updates
    after the first line (the one that reads ChangelogURI: http://changelogs.ubuntu.com/changel...s_%s/changelog) and before the line that reads Suite: precise

    Save and close the file and run
    Code:
    sudo apt-get update && sudo apt-get upgrade

  7. #7
    Join Date
    May 2014
    Location
    black mesa
    Beans
    73
    Distro
    Lubuntu 15.04 Vivid Vervet

    Re: software-properties-gtk crashing

    thanks it worked

  8. #8
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: software-properties-gtk crashing

    You're welcome. Happy *buntuing.

  9. #9
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: software-properties-gtk crashing

    Quote Originally Posted by aramil248 View Post
    when i click on setting on my update manager it just reloads the update manager so i go and do sudo software-properties-gtk in the terminal and i get this error
    whenever you want to run a GUI based application with root priveleges you need to use gksudo or gksu, NOT just sudo by itself. There's an explaination as to why here: http://www.psychocats.net/ubuntu/graphicalsudo

    So are you all upgraded to 14.04 or are you still running 12.04?

    UPDATE: based on our twitter conversation, i think you're mixing up ppa's and repositories. PPA's are Personal Package Archive. It's similar to a repository in that it's a location that has .deb packages but it's a personal one, meaning someone created the ppa themselves, it's not hosted by ubuntu so it actually could contain virus's and bad code/packages. Repositories are where ubuntu stores all it's packages, think of it like an itunes store where you can download software. Guides that tell you to use a PPA should always have a warning that states that you should be cautious about enabling PPA's because of the simple fact that anyone can create a PPA and host debian packages there. the debian packages could be named a certain thing but that doesn't mean the package actually has that package. So most times people will suggest that you only use regular ubuntu repositories first and foremost. only if you reallly need to use a ppa should you. and it's good to google around first and read about what others are saying about the ppa.
    Last edited by dannyboy79; May 31st, 2014 at 01:54 AM.

  10. #10
    Join Date
    May 2014
    Location
    black mesa
    Beans
    73
    Distro
    Lubuntu 15.04 Vivid Vervet

    Re: software-properties-gtk crashing

    Quote Originally Posted by dannyboy79 View Post
    So are you all upgraded to 14.04 or are you still running 12.04?
    i had 12.04 but when i checked my ubuntu version it said 14.04 but i dont rember ever updating to that so some how my ubuntu got updated with out me knowing

Page 1 of 5 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •