LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-25-2012, 09:57 AM   #1
leosubhadeep
Member
 
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111
Blog Entries: 3

Rep: Reputation: 2
Angry Deepin Software Center issue on Ubuntu


I was trying to use Deepin Software center on the Gnome sell of my Ubuntu 12.04 LTS installation instead of Ubuntu's default one. I found it from a google search and downloaded it. But it freezes everytime and I have to restart the downloads. Is this a bug, because I preferred the GUI of Deepin software center?

FYI, I use Gnome,KDE Plasma,Cinnamon and Xfce desktop interfaces. I had the problem in my Gnome.
 
Old 07-27-2012, 07:01 AM   #2
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Linux Mint
Posts: 887

Rep: Reputation: 275Reputation: 275Reputation: 275
Did you install it following this method?

Code:
sudo add-apt-repository ppa:noobslab/deepin-sc
sudo apt-get update
sudo apt-get install deepin-software-center
If so, that will make sure you stay updated. Possibly you are missing updates?

The other option is to launch the program from terminal and see if you get some error messages. That would help a great deal in discovering what me be happening.
 
Old 07-28-2012, 04:35 AM   #3
leosubhadeep
Member
 
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111

Original Poster
Blog Entries: 3

Rep: Reputation: 2
Quote:
Originally Posted by jkirchner View Post
Did you install it following this method?

Code:
sudo add-apt-repository ppa:noobslab/deepin-sc
sudo apt-get update
sudo apt-get install deepin-software-center
If so, that will make sure you stay updated. Possibly you are missing updates?
I have used the codeblock you mentioned to install Deepin Software Center. But what's your point of staying updated? I mean what should I do for it?
 
Old 07-28-2012, 07:13 AM   #4
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Linux Mint
Posts: 887

Rep: Reputation: 275Reputation: 275Reputation: 275
If the PPA is added you should get the updates when you update software.

Did you try launching the program from terminal to see error messages? That would be the next step.
 
Old 07-29-2012, 05:08 PM   #5
leosubhadeep
Member
 
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111

Original Poster
Blog Entries: 3

Rep: Reputation: 2
Angry

Quote:
Originally Posted by jkirchner View Post
If the PPA is added you should get the updates when you update software.

Did you try launching the program from terminal to see error messages? That would be the next step.
I launched the program from terminal. After one installation of a program from the software center, i crashed. Here's the error message:
Quote:
/usr/share/deepin-software-center/src/theme.py:204: GtkWarning: IA__gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed
parent.connect("size-allocate", lambda w, e: self.label.realize())
dpkg-preconfigure: unable to re-open stdin: No such file or directory
dpkg-preconfigure: unable to re-open stdin: No such file or directory
** Message: console message: undefined @0: TypeError: 'undefined' is not an object

./deepin-software-center.py:900: GtkWarning: /build/buildd/gtk+2.0-2.24.10/gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window
gtk.main()
If it's buggy and/or not compatible with Core Ubuntu (I came to know it's used in Mint), why is it here in the software list?
 
Old 07-29-2012, 05:36 PM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by leosubhadeep View Post
If it's buggy and/or not compatible with Core Ubuntu (I came to know it's used in Mint), why is it here in the software list?
It's not in the software list, that's why you had to go through such a convoluted process to install it -- if it were in the official Ubuntu repositories you could have installed it from Software Centre.
PPAs, separate repositories and the like are great and often the only way to get some software but they are not provided by Canonical and you will be more likely to have issues with software from them.
 
1 members found this post helpful.
Old 07-30-2012, 01:58 PM   #7
leosubhadeep
Member
 
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111

Original Poster
Blog Entries: 3

Rep: Reputation: 2
Angry

Quote:
Originally Posted by 273 View Post
It's not in the software list, that's why you had to go through such a convoluted process to install it -- if it were in the official Ubuntu repositories you could have installed it from Software Centre.
PPAs, separate repositories and the like are great and often the only way to get some software but they are not provided by Canonical and you will be more likely to have issues with software from them.
I think you are right. I'd love to install softwares from official Ubuntu Software Center, but it looks ugly (!- kidding ) and seems that it is not updated as soon as a newer version releases. Like I had to install - i) Eclipse Indigo and ii) Skype 2.x Beta whereas stable debian-based packages for Eclipse Juno and Skype 4.x is already available on the respective websites. Till date (about 6 hours ago), an older version of Adobe reader is in the official software center!

I have another questions for the geeks. If I remove unused repos from the cache, I won't get an update for the packages of them. True/False?
 
Old 07-30-2012, 02:09 PM   #8
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I think you're making things a lot more complicated for your self generally. You should not remove any of the default repositories, you can if you wish remove the ones you added though.
 
Old 07-31-2012, 05:23 PM   #9
leosubhadeep
Member
 
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111

Original Poster
Blog Entries: 3

Rep: Reputation: 2
Ok, got it. but I have added dozens of repositories and I don't know whether they are still useful. As you can understand, those are kind of 3rd party repositories. I found a command
Code:
 sudo apt-get autoremove
but is this a right one. I used that "autoremove" command with improper syntax and destroyed the whole filesystem. What is the exact syntax? This is neither a question suitable for this forum nor is it the point of the thread, but if anybody can help out.

Where can I find a comprehensive list of ubuntu/debian repositories?
 
Old 07-31-2012, 05:33 PM   #10
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Basically there is no need to remove any repository just because you're not using it.
Having said that if you go into the Software Center I think there's an option to add and remove repositories -- just remove the third party ones you're not using.
 
1 members found this post helpful.
Old 08-03-2012, 02:09 AM   #11
leosubhadeep
Member
 
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111

Original Poster
Blog Entries: 3

Rep: Reputation: 2
Thumbs up

Quote:
Originally Posted by 273 View Post
Basically there is no need to remove any repository just because you're not using it.
Having said that if you go into the Software Center I think there's an option to add and remove repositories -- just remove the third party ones you're not using.
Now you're talking! This option is safe enough. Thanks.
 
  


Reply

Tags
bug, download, ubuntu 12.04


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Deepin Software Centre: GUI Software Frontend Done right LXer Syndicated Linux News 0 06-23-2012 06:43 PM
Muon software Center issue Lancelot1 Linux - Software 1 03-06-2012 12:23 PM
[SOLVED] Software installation problem in ubuntu 10.10 by software center Puneet Jindal Linux - Newbie 1 04-11-2011 06:17 AM
Where do I find the software added using Ubuntu Software Center? er.rigney Linux - Newbie 3 03-17-2011 08:55 AM
[SOLVED] Failure to install ordinary software from Ubuntu 10.04 Software Center jlavik Linux - Newbie 1 10-01-2010 09:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration