Re: mashup "apt-cache search " & "dpkg -l" - HowTo? ; jor

2010-06-27 Thread Mickey Fox
2010/6/27 giovanni_re :
> Is there a way to mashup "apt-cache search " & "dpkg -l"
> - so that given a SearchTerm,
> it would find all the related package names in the cache,
> then do a "dpkg -l" on those package names?
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/1277596671.10273.1382055...@webmail.messagingengine.com
>
>

aptitude install "?"
or
aptitude install "~"


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimtegs3potxbztfzkvynzbjmblhqs1omak5_...@mail.gmail.com



Re: Scripting gnome-panels

2010-05-20 Thread Mickey Fox
2010/5/19 Eric Persson :
> I have a small bashscript which prepares a dual-monitor setup for my laptop,
> since i'm moving in and out of the office and meetings, I tend to attach and
> disconnect the monitor a few times a day.
>
> That works fine with xrandr, but the issue is that I would like some gnome
> panels to move, and add one to the extra monitor. I have googled around but
> cant seemt o find that it would be possible, but it must be in some way, us
> usual. So, any hints?
>
> Basically, add one panel to one monitor, and add a window list to that
> panel.
>
> Best regards,
>  Eric
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
> of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/4bf38357.3090...@persson.tm
>
>

Just some hints to you. You man configure one and only panel. Then run
the command:
gconftool -R /apps/panel > one_panel

Then add another panel and configure it as you will. Then run gconftool again:
gconftool -R /apps/panel > two_panels

Maybe all the differences are that between file "one_panel" and
"two_panel". Then you can use command "gconftool" for scripting.
I am not sure whether it works. You may try it.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikjveo4rjkeagpkafzntlcmf3napwtwtlva6...@mail.gmail.com