
Various Gnome Stuff by vinoddahiya 114 comments

Various Gnome Stuff by vinoddahiya 39 comments
You should try to build it from source and see if works. - Dec 13 2010

Various Gnome Stuff by vinoddahiya 39 comments

Various Gnome Stuff by vinoddahiya 114 comments

Various Gnome Stuff by vinoddahiya 39 comments
- Sep 24 2010

Various Gnome Stuff by vinoddahiya 39 comments

Various Gnome Stuff by vinoddahiya 39 comments
Can you tell me which os and version of rhythmbox you are using. - Sep 19 2010

Various Gnome Stuff by vinoddahiya 39 comments
or
It is not showing albums at all? - Sep 19 2010

Various Gnome Stuff by vinoddahiya 39 comments
I am downloading Lucid 64-bit, and see today what's wrong with it. - Sep 19 2010

Various Gnome Stuff by vinoddahiya 39 comments

Various Gnome Stuff by vinoddahiya 114 comments

Various Gnome Stuff by vinoddahiya 114 comments

Various Gnome Stuff by vinoddahiya 114 comments
For quick fix, go under src/xutils.c and comment lines having XSync .
It is there for some erroneous conditions. If everything is fine, Talika will run fine. - Aug 08 2010

Various Gnome Stuff by vinoddahiya 114 comments
I will host project translation on http://www.transifex.net with new version , so that it would be easy for translators. - Jun 18 2010

Various Gnome Stuff by vinoddahiya 114 comments

Various Gnome Stuff by vinoddahiya 114 comments
Did you tried latest svn version? it allows you to change the icon of a launcher.
You can copy a desktop file, change its exe arguments and drag-drop to talika. It will create a launcher with custom arguments. - Jun 09 2010

Various Gnome Stuff by vinoddahiya 114 comments

Various Gnome Stuff by vinoddahiya 114 comments
Is it shows icon in case of maxmized windows also? - May 07 2010

Various Gnome Stuff by vinoddahiya 114 comments
I don't know about how to create a ppa and don't have much time. I really appreciate if someone could maintain a ppa for this project.
Icons will look sharp at 24,32,40,56 panel sizes.
Future versions will have sharp icons at any size. - May 06 2010

Various Gnome Stuff by vinoddahiya 114 comments
If you want to include window from all monitors try installing from svn. - May 02 2010

Various Gnome Stuff by vinoddahiya 114 comments
Preview feature is very basic now. It would have been delayed until perfection but i want to share it will all of you even early versions. It is definatly going to be improved.
I will realese a minor bug fixed and updated translations version one or two days.
The next relaese (Big one, might have 90% of features you requested) is going to be after 2-3 months. I have very tight schedule and get less time to work in these days. - Apr 23 2010

Various Gnome Stuff by vinoddahiya 114 comments

Various Gnome Stuff by vinoddahiya 114 comments
Build and install from svn.
Quote:
sudo apt-get install subversion gnome-common libglib2.0-dev libpanel-applet2-dev libwnck-dev
svn co https://talika.svn.sourceforge.net/svnroot/talika talika
cd talika/trunk/
./autogen.sh --prefix=/usr
make
sudo make install
- Apr 22 2010

Various Gnome Stuff by vinoddahiya 114 comments
pot file added to svn.
checkout the latest version. - Apr 21 2010

Various Gnome Stuff by vinoddahiya 114 comments
It should work with metacity or any other window manager. - Apr 18 2010

Various Gnome Stuff by vinoddahiya 114 comments
can you install from latest svn trunk. I tried to fix it. Let me know if problem still there.
Install using following commands. Make sure you have installed necessary build packages installed.
svn co https://talika.svn.sourceforge.net/svnroot/talika talika
cd talika
./autogen.sh --prefix=/usr
make
sudo make install
- Mar 24 2010

Various Gnome Stuff by vinoddahiya 114 comments
Try building from latest talika svn.
svn co https://talika.svn.sourceforge.net/svnroot/talika/trunk talika
and build like:
./autogen --prefix=/usr
make
make install
** cheers ** - Mar 06 2010

Various Gnome Stuff by vinoddahiya 114 comments
If you are using horizental panel, open talika.c file in src folder, and replace line 471 to 503 with:
static void
talika_orientation_changed (PanelApplet * applet, PanelAppletOrient orient,
gpointer data)
{
/* TalikaTaskList *tasklist = data;
GtkWidget *box = tasklist->box;
GtkOrientation new_orient;
switch (orient)
{
case PANEL_APPLET_ORIENT_LEFT:
case PANEL_APPLET_ORIENT_RIGHT:
new_orient = GTK_ORIENTATION_VERTICAL;
break;
case PANEL_APPLET_ORIENT_UP:
case PANEL_APPLET_ORIENT_DOWN:
new_orient = GTK_ORIENTATION_HORIZONTAL;
break;
}
tasklist->panel_orient = orient;
talika_tasklist_update_arrows (tasklist);
if (new_orient ==
gtk_orientable_get_orientation ((GtkOrientable *) box))
{
return;
}
gtk_orientable_set_orientation ((GtkOrientable *) box, new_orient);
return;*/
}
And it should compile fine. - Feb 25 2010

Various Gnome Stuff by vinoddahiya 114 comments
You have to run autogen first.
./autogen --prefix=/usr
make
make install
- Feb 25 2010

Various Gnome Stuff by vinoddahiya 114 comments
svn co https://talika.svn.sourceforge.net/svnroot/talika/trunk talika
If it doesn't work let me know what error compiler gives. - Feb 23 2010

Various Gnome Stuff by vinoddahiya 114 comments

Various Gnome Stuff by vinoddahiya 114 comments
I will add this feature for sure in future versions. Its a matter of free time available to me. - Jan 11 2010