Re: Anjuta IDE and Glade Interface Designer Ubuntu 11.04

2011-03-11 Thread Anthony Hook
On Fri, Mar 11, 2011 at 6:33 AM, Shane Fagan
shanepatrickfa...@ubuntu.comwrote:

 Hey Craig,

 Im getting the glade bug too but you can still right click it and edit
 it and it should still work in the program. As for anjuta its a bug in
 the IDE itself thats causing it. I wonder has it been updated
 recently...

 --fagan

 On Fri, Mar 11, 2011 at 12:22 PM, Craig Bakalian
 craigbakal...@verizon.net wrote:
  Hi,
 
  I don't know if this is the right place to complain about this, but ever
  since I update to 11.04 I have not been able to use Anjuta IDE. It
  crashes during initialization or opening. There appear to be many
  package conflicts in 11.04 and I am not experienced enough with these
  matters to even know what is wrong, but does anyone know when or if
  these issues will be resolved by the end of April?
 
  There are also issues with Glade Interface Designer.  You can't add a
  menu now, the menu object is grayed out. There are other conflicts with
  Glade Interface Designer, like there is no gtksourceview object at
  all.
 
  Is this because of Unity?
  --
  Craig Bakalian craigbakal...@verizon.net
 
 
  --
  Ubuntu-devel-discuss mailing list
  Ubuntu-devel-discuss@lists.ubuntu.com
  Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
 

 --
 Ubuntu-devel-discuss mailing list
 Ubuntu-devel-discuss@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


I'm going to suggest reporting bug,
https://help.ubuntu.com/community/ReportingBugs, after checking to see if
existing bugs have been reported for this/these issues.

Thanks,

-- 
- Anthony Hook
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: aptitude vs. apt

2010-07-02 Thread Anthony Hook
On Mon, Jun 14, 2010 at 3:07 PM, Dmitrijs Ledkovs dmitrij.led...@ubuntu.com
 wrote:

 On 14 June 2010 19:03, Akkana Peck akk...@shallowsky.com wrote:
  Chris Jones writes:
  I was simply pointing out that in addition to apt-get's
  functions, there really is nothing that aptitude can technically do that
  can't be done already with other built-in tools.
 
  I use aptitude primarily for aptitude search. It shows which packages
  are or are not installed, deleted etc., which apt-cache search doesn't.
 

 dpkg -l baz*

 not good enough for you?

 For more robust syntax use dpkg-query

  Is there a better way of getting this information without aptitude
  (and without firing up a gui program)?  Certainly aptitude isn't
  perfect (like the way it truncates lines at the display width even
  if stdout isn't a terminal), but getting the same information with
  other programs seems like it requires scripting or at least a fairly
  long shell pipeline.
 
 ...Akkana
 
  --
  Ubuntu-devel-discuss mailing list
  Ubuntu-devel-discuss@lists.ubuntu.com
  Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
 

 --
 Ubuntu-devel-discuss mailing list
 Ubuntu-devel-discuss@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss



In addition, I can do:

$ sudo aptitude safe-upgrade

and as far as I know, apt-get does not have this functionality.  Also,
aptitude has nice to use interface that's pretty powerful when you run it
with no arguments in a terminal.  This is excellent for solving any
dependency problems or whatever you'd like to do with it.
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss