Re: New tab themes



fuchur <flohtransporter gmail com> writes:

> Hi,
>
> On Mon, 7 Feb 2011 21:39:19 +0100
> wrote Christopher Roy Bratusek <nano tuxfamily org>:
>
>>You should provide a tarball containing your .desktop files 
>>(/usr/share/applications/*.desktop and probably 
>>$HOME/.local/share/applications/*.desktop), so that we or Matthew can debug it
>
>>Ah.. and please don't forget to post 
>>your *.desktop files, so that the issue you have with apps-menu can be 
>>debugged.
>
> Make a tarball from my $HOME/.local/share/applications/*.desktop is
> impossible. I have icons with i can connected to servers with ssh keys
> and so on. And check all my .desktop files before make a tarball that
> is to much:
>
> ls  .local/share/applications/*.desktop | wc -l
> 556

Hi fuchur,

Would it be possible to do something like this?

for i in ./local/share/applications/*.desktop; do awk -F= '{if ($1 ==
"Name" || $1 == "Categories" || $1 == "Exec" || $1 == "NotShowIn" || $1
== "OnlyShowIn" || $1 == "Hidden" || $1 == "NoDisplay") {print $0}}' $i > dfiles/$(basename $i); done

and then tarball the dfiles dir?  
With all those desktop files, it would be a great source for testing the
apps-menu, and fixing the bug you encountered.

Cheers

-- 
Matthew



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]