maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] PowEdit for Fremantle - edit power key menu entries (https://talk.maemo.org/showthread.php?t=86633)

marmistrz 2012-09-06 16:11

[Announce] PowEdit for Fremantle - edit power key menu entries
 
Hi,

I'm pleased to announce my new app, PowEdit. Now you can create, edit and delete entries in power key menu.

Source code is available here, released under GNU GPLv3: http://repository.maemo.org/extras-d...rce/p/powedit/

Limitations:
  • Currently only launching app supported
  • You can edit entries created with PowEdit

Download: PowEdit in App Manager or
Code:

# apt-get install powedit
If you want to support this project, you can DONATE
If you can't donate but you want to support this project, please contact me.

Thanks to:
  • sifo - for creating the icon

imo 2012-09-06 16:47

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
awesome mate
reboot option?

vi_ 2012-09-06 17:16

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
dbus calls, in fact just running arbitrary commands.

marmistrz 2012-09-06 18:00

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by vi_ (Post 1262284)
dbus calls, in fact just running arbitrary commands.

alright, I'll try to do it soon. Xterm commands first. PS. If you know any documentation of this, let me know. It'd speed things up a lot.

fw190 2012-09-06 19:25

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Could this go into settings menu?

ersanpermana 2012-09-07 06:42

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
i can't find to command apt-get install powedit why?:confused:

sifo 2012-09-07 06:45

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
@ersanpermana

huh ? do you mean your apt-get reporting that the package is not found ? if yes, you may want to update your packages list dude this still a fresh app :)
Code:

apt-get update
apt-get install powedit

Good luck

./sifo

ivgalvez 2012-09-07 07:15

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
I have always added reboot and soft reset options.

Is it possible to add icons to the entries?

marmistrz 2012-09-07 11:18

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by ivgalvez (Post 1262481)
I have always added reboot and soft reset options.

Is it possible to add icons to the entries?

Yeah, just click create an entry and you'll be able to add it.


Quote:

Originally Posted by fw190 (Post 1262338)
Could this go into settings menu?

After coding competition: sure.

artpra 2012-09-07 11:47

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
My ideas:
- add shortcuts to apps
- add shortcuts to contacts
- add custom commands for terminal (like qbw/command widget), output displayed on the banner (?)
- add custom commands for terminal (like qbw/command widget), output displayed directly as a menu button (ex: pressing power key displays menu, one of its button is displaying uptime)
- ability to add/change/remove icons from buttons
- ability to change order of each menu button
- turn on/turn off menu buttons (list with checkboxes?)
- ...

marmistrz 2012-09-07 11:55

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by artpra (Post 1262577)
My ideas:
- add shortcuts to apps
- add shortcuts to contacts
- add custom commands for terminal (like qbw/command widget), output displayed on the banner (?)
- add custom commands for terminal (like qbw/command widget), output displayed directly as a menu button (ex: pressing power key displays menu, one of its button is displaying uptime)
- ability to add/change/remove icons from buttons
- ability to change order of each menu button
- turn on/turn off menu buttons (list with checkboxes?)
- ...

Now... any documentation? As I did the thing with launching app "RE" examples :)
I don't know whether I'll be able to do some entries from ur list, as output on banner...

nicholes 2012-09-07 11:57

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
is this app is battery friendly?

marmistrz 2012-09-07 12:11

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by nicholes (Post 1262580)
is this app is battery friendly?

It should be, as it only uses configuration files.

freemangordon 2012-09-07 12:30

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Code:

Nokia-N900:/etc/apt# apt-get install powedit
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following extra packages will be installed:
  libmaliit1 qt-components-10 qt-components-base-theme
The following NEW packages will be installed:
  libmaliit1 powedit qt-components-10 qt-components-base-theme
0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
Need to get 7601kB of archives.
After this operation, 38,5MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.

WTF? Why is maliit needed for that? 40 MB for a config file editor? Come on.

marmistrz 2012-09-07 12:32

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by freemangordon (Post 1262600)
Code:

Nokia-N900:/etc/apt# apt-get install powedit
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following extra packages will be installed:
  libmaliit1 qt-components-10 qt-components-base-theme
The following NEW packages will be installed:
  libmaliit1 powedit qt-components-10 qt-components-base-theme
0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
Need to get 7601kB of archives.
After this operation, 38,5MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.

WTF? Why is maliit needed for that? 40 MB for a config file editor? Come on.

For Qt Components. I use only this for GUI programming.

artpra 2012-09-07 13:01

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by marmistrz (Post 1262579)
Now... any documentation? As I did the thing with launching app "RE" examples :)
I don't know whether I'll be able to do some entries from ur list, as output on banner...

Nope, only some free ideas to consider.

marmistrz 2012-09-07 13:08

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by artpra (Post 1262620)
Nope, only some free ideas to consider.

I think I didn't write clearly what I mean :)
Does anyone know any documentation about power key menu configuration?

marmistrz 2012-09-07 18:37

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
I'm uploading 0.1.2 update. Changelog:

Code:

powedit (0.1.2) unstable; urgency=low
  * Added help and about
  * Added xterm command option
  * Fixed custom .desktop launching
 -- Marcin Mielniczuk <hidden>  Fri, 07 Sep 2012 15:33:03 +0200


marmistrz 2012-09-08 17:19

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
I uploaded 0.1.2-1 which fixes a regression in the Sheet for selecting app.

marmistrz 2012-09-09 09:01

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
I uploaded update to 0.1.3-1. changelog:

Code:

powedit (0.1.3-1) unstable; urgency=medium
  * Fixed names containing extra dots
  * Important: fixed calling write functions: it's why urgency medium
 -- Marcin Mielniczuk <hidden>  Sun, 09 Sep 2012 11:09:05 +0200

powedit (0.1.3) unstable; urgency=low
  * More fixes
  * Added manual editing of fields
  * Added D-Bus service launching
  - Fixed file dialog not accepting the same file once again
 -- Marcin Mielniczuk <hidden>  Sat, 08 Sep 2012 19:15:14 +0200


marmistrz 2012-09-11 17:39

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
I uploaded an update which fixes the sudoers file.

hxka 2012-09-11 17:52

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Did you made postinst and postrm to update sudoers on installation and removing?

marmistrz 2012-09-11 17:54

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by hxka (Post 1264948)
Did you made postinst and postrm to update sudoers on installation and removing?

No. How can I do it? won't it be done automatically when upgrading?

hxka 2012-09-11 18:00

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
No, it won't. I didn't actually understood that question. Just make your packages postinst and postrm look like this:
Code:

#!/bin/sh
update-sudoers


marmistrz 2012-09-12 16:01

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by hxka (Post 1264953)
No, it won't. I didn't actually understood that question. Just make your packages postinst and postrm look like this:
Code:

#!/bin/sh
update-sudoers


Thanks
Fixed in 0.1.3-3
(I've just uploaded this update)

ersanpermana 2012-09-13 13:35

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by sifo (Post 1262473)
@ersanpermana

huh ? do you mean your apt-get reporting that the package is not found ? if yes, you may want to update your packages list dude this still a fresh app :)
Code:

apt-get update
apt-get install powedit

Good luck

./sifo

haha @sifo many thanks :)

marmistrz 2012-09-21 17:55

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
I uploaded an update, v0.1.4. Changelog:
Code:

powedit (0.1.4) fremantle; urgency=low
  * Fixed launching apps containing multiple dots
  * Added icon and bugtracker
  * Code cleanup
 -- Marcin Mielniczuk <hidden>  Fri, 21 Sep 2012 19:51:05 +0200


adelalgomai 2013-01-20 18:55

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
I have a script for changing CUP freq,I put the script on root folder and rename it to (cpu) so I used to run this script like this :
(open terminal - root = cd \ = sh cpu )
But how can I do this using ur application ( powedit ) ??
there is option in ur app called : run a command in xterm
how can I use this option to open my script directly from power menu instead of going to terminal ?
>>>>>>
sorry for prolong , but I'm not professional and I want u to know exactly what I want ^_^.
thanx in advance .

marmistrz 2013-01-23 13:35

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by adelalgomai (Post 1316147)
I have a script for changing CUP freq,I put the script on root folder and rename it to (cpu) so I used to run this script like this :
(open terminal - root = cd \ = sh cpu )
But how can I do this using ur application ( powedit ) ??
there is option in ur app called : run a command in xterm
how can I use this option to open my script directly from power menu instead of going to terminal ?
>>>>>>
sorry for prolong , but I'm not professional and I want u to know exactly what I want ^_^.
thanx in advance .

You just enter the command which would be run in xterm in the respective field.

adelalgomai 2013-01-23 17:49

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
2 Attachment(s)
Quote:

Originally Posted by marmistrz (Post 1316949)
You just enter the command which would be run in xterm in the respective field.

SOrry brother , but I don't know how to put my command in the blank bar in ur app .
I put it like this as I used to do in terminal . I took screen shot to show u how I did it .
then when I use this shortcut the terminal open two windows , one with no root access and the other with root but no script or anything opens .. like what u see in screen shot .

adelalgomai 2013-01-23 17:52

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Im sorry brother , but I'm starter and I don't know much about linux and commands ..

marmistrz 2013-01-23 18:08

Re: [Announce] PowEdit for Fremantle - edit power key menu entries
 
Quote:

Originally Posted by adelalgomai (Post 1317058)
SOrry brother , but I don't know how to put my command in the blank bar in ur app .
I put it like this as I used to do in terminal . I took screen shot to show u how I did it .
then when I use this shortcut the terminal open two windows , one with no root access and the other with root but no script or anything opens .. like what u see in screen shot .

use sudser and 'sudo'
I think you put it in the good place


All times are GMT. The time now is 09:10.

vBulletin® Version 3.8.8