SavingGoogleCode / tint2

tint2 is a lightweight panel/taskbar.
GNU General Public License v2.0
0 stars 0 forks source link

panel_items does not work on Ubuntu #349

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I met tint2 on Crunchbang Linux and now that I need to use it on Ubuntu I 
realized that panel_items doesn't work. It doesn't work either with the 
downloaded source from 
http://code.google.com/p/tint2/downloads/detail?name=tint2-0.11.tar.bz2&can=2&q=

What steps will reproduce the problem?
1.Install tint2 on Ubuntu 11.04
2.Run a configuration file that uses the panel_items setting
3.

What is the expected output? What do you see instead?
I used panel_items = SC to use a dock that doesn't have such a good tray 
without the taskbar, I expect no taskbar.
But this still shows the taskbar and an error message on the console reads : 
'tint2 : invalid option "panel_items",
  upgrade tint2 or correct your config file'

What version of the product are you using? On what operating system?
Ubuntu 11.04 32bit, 0.11

Original issue reported on code.google.com by th3pr0p...@gmail.com on 30 May 2011 at 11:06

GoogleCodeExporter commented 9 years ago
This feature is only available in the svn repository.
Check out the sources from our source repository, and panel_items will be there 
again.
Use this command to checkout the sources:
svn checkout http://tint2.googlecode.com/svn/trunk/ tint2

Original comment by Andreas.Fink85 on 31 May 2011 at 5:23