Reply
Thread Tools
jmjanzen's Avatar
Posts: 192 | Thanked: 60 times | Joined on Sep 2008 @ Wichita, KS
#11
Originally Posted by fast1 View Post
written in python? whats python?
a programming language.
http://en.wikipedia.org/wiki/Python_...ming_language)
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#12
Originally Posted by qwerty12 View Post
Was it applied properly?

Only error that I get is:


But I'm pretty sure I got that before. It works here:


Here's the straight main_window.py file:
http://qwerty12.maemobox.org/main_window.txt
Thanks qwerty, all is good now. I messed up the patch before.
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#13
Ok, I hildonized it just a bit more; killed the statusbar, moved the toolbar to the bottom, mapped the fullscreen key to go fullscreen, etc. Seems to be working OK. (but granted, I've never used the software before).



I may upload it to my site in a bit.
 

The Following 3 Users Say Thank You to BrentDC For This Useful Post:
Posts: 367 | Thanked: 47 times | Joined on Nov 2008 @ Brooklyn, NY
#14
This reminds me much of the memo program from my palmtx. And I loved that program I can see myself using this one in the same way. The folder function would very interesting and convenient.
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#15
Keepnote is actually really nice; autosaving, lists, images, links. The port on the other hand is OK. The toolbar is kind of messed up, the items that don't fit on-screen go into a popup menu that doesn't work. But I think everything is available via the menu.

The statusbar applet is fairly useless, it must do more with a right-click, I should test on my desktop.

Other than that everything is good. At some point I'll probably package it up and release it.
 

The Following User Says Thank You to BrentDC For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#16
Originally Posted by BrentDC View Post
The statusbar applet is fairly useless, it must do more with a right-click, I should test on my desktop.
I'm using:

Code:
+Index: blueman-1.02/apps/blueman-applet
===================================================================
--- blueman-1.02.orig/apps/blueman-applet	2009-02-25 13:28:46.000000000 +0000
+++ blueman-1.02/apps/blueman-applet	2009-04-12 16:39:08.000000000 +0100
@@ -87,12 +87,7 @@
 		self.status_icon = gtk.StatusIcon()
 		self.status_icon = gtk.status_icon_new_from_icon_name("blueman")
 		self.status_icon.set_tooltip(_("Bluetooth applet"))
-		self.status_icon.connect("popup-menu", self.on_popup_menu)
-		
-		def on_activate(status_icon):
-			self.on_devices(None)
-		
-		self.status_icon.connect("activate", on_activate)
+		self.status_icon.connect("activate", self.on_popup_menu)
 		
 		self.build_popup_menu()
 		
@@ -306,9 +301,9 @@
 			self.menu.append(menu_item)
 			menu_item.show()
 			
-	def on_popup_menu(self, status_icon, button, activate_time):
+	def on_popup_menu(self, status_icon):
 		self.menu.popup(None, None, gtk.status_icon_position_menu,
-						button, activate_time, status_icon)
+						3, gtk.gdk.Event (gtk.gdk.NOTHING).get_time (), status_icon)
 	
 	def on_setup_new(self, menu_item):
 		sn = startup_notification("Bluetooth Assistant", _("Starting Bluetooth Assistant"), bin_name="blueman-assistant", icon="blueman")
Works for me in the python Blueman and the C equivalent worked for me when I did it in XChat. But daperl made a version where tap and hold actually works with a statusicon:
http://www.internettablettalk.com/fo...5&postcount=80

I hope to use it to replace my hack above when I understand it.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#17
I didn't have a linux computer handy, so I tested it in LXDE (after enabling the every-click-is-a-right-click script) and the statusbar plugin really is pretty useless period. Right/Left doesn't matter, it always just switches to the Keepnote app. Since space on my sb is hard to come by, I just completely killed the applet. Thanks anyway, qwerty.

Sorry for not releasing anything, but I've got like 5 projects going at once, so time is a bit scarce (plus, packaging this is a b****!).
 

The Following 3 Users Say Thank You to BrentDC For This Useful Post:
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#18
No problem, I'm just happy that someone else thought this application was useful enough to try making a port for it.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Posts: 34 | Thanked: 2 times | Joined on Mar 2009
#19
hey i thought it was useful too
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:05.