maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist) (https://talk.maemo.org/showthread.php?t=76377)

Boemien 2011-09-07 15:30

[WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Hi all members of TMO,
due to the recent release of the CSSU and Hildon Desktop Portrait, a new feature appeared: A tip to Blacklist some apps to make them stay as landscape.
As it is not evident to know what application remains to what name in the N900 (i mean Maemo OS), I would like to start this thread, with the help of everybody to list all the applications they have and list their name in the maemo OS here, at least for the applications they know.
If we succeed to have a big list, one can create a wiki page to sum up everything. This way, it will be easy to find what application to blacklist or even what application to uninstall with x-Terminal for example!

This is a work in progress, Let's wait for a proper Blacklist GUI to get rid of this thread! :D

You can check the wiki link HERE to see Portrait compatibility for Applications.

Quote:

Originally Posted by droll (Post 1083626)
is there a way we can extract these names ourselves?

For the moment, there are two options to See the names of these applications.

First option (Thanks to kaos_king)

Code:

dpkg -l
This lists all the applications installed in the N900 but it's a bit weird because it only lists the latest applications (Alphabetically)

Second Option (Thanks to AlMehdi)

Code:

maemo-list-user-packages | awk '{print $1}'
I think that this command lists only the application installed by the user. (Correct me if I'm wrong) Best to Use IMO.

Third Option (Thanks to hxka) but I did not test it yet

Install x11-utils. Run
Code:

xlsclients
This will give you a list of applications connected to X server.


How to put apps to white/Blacklist??

According to these posts, you must modify the transition.ini file, located in usr/share/hildon-desktop/

Quote:

Originally Posted by ejasmudar (Post 1082950)
Hmm, the idea of supporting both blacklist and whitelist would be good idea an IMHO not very difficult to implement.

This is how is could work:
Both whitlist and blacklist will be supported. But there will be only one of those in transisition.ini. (The other one would be commented out). So, if someone has the line saying
Code:

blacklist=xxx yyy zzz
#whitelist = aaa bbb ccc

then the apps in the list will be blacklisted. And viceversa

However, if some doofus of a user has both enabled, then hildon could revert to a default of accepting only whitelist and ignoring the blacklist.

I think this way both camps can be satisfied. Opinions...?

Quote:

Originally Posted by dekkelkamp (Post 1084316)
/usr/share/hildon-desktop/transitions.ini, on the bottom of this file you can add a row (if its not allready there) like this:
blacklist = appname1 appname2
or
whitelist = appname1 appname2

example "whitelist = osso-browser" or "blacklist = mediaplayer"




__________________________

So to start, here is what i know for the moment:
  • mediaplayer The stock media player
  • osso-xterm xTerminal
  • image-viewer Image viewer
  • camera-ui Camera
  • Calendar Calendar
  • nokia-maps Nokia Maps
  • osso_calculator Calculator
  • osso-browser Stock Browser
  • conky Conky..
  • qtlockscreen Qt Lockscreen by sakya
  • someplayer SomePlayer
  • worldclock Clock
  • controlpanel Settings
  • rtcom-call-ui Phone
  • active-desktop-sp
  • advanced-clock-plugin
  • angrybirds
  • angrybirds-levelpack1
  • angrybirds-levelpack2
  • angrybirds-levelpack3
  • angrybirds-levelpack4
  • apmefo
  • applock
  • autodisconnect
  • bounce
  • Bless900
  • AlmostTI
  • cal-home-widget
  • callerx
  • callerxui
  • cell-modem-ui
  • cfmradio
  • chaosandmayhem
  • clean900
  • com-ea-app-monopoly
  • com-ea-app-sims
  • com-gameloft-app-asphalt5
  • com-gameloft-app-blades
  • com-gameloft-app-driver
  • com-gameloft-app-hawx
  • com-gameloft-app-nova
  • com-gameloft-app-realsoccer2010
  • com-gameloft-app-xletsgolf
  • com-glu-app-clockwork
  • com-glu-app-ghero5
  • community-ssu-enabler
  • conky-n900 Conky..
  • conkylayoutswitcher
  • connectnow-home-widget
  • cpumem-applet
  • cssufeatures
  • custom-operator-name-widget
  • decoders-support
  • diskusage
  • docstogo
  • drnoksnes SNES Emulator
  • es-no2-basketmania
  • evopedia
  • extcalllog
  • fapman
  • fillmore
  • flashlight-applet
  • flashlight-extra-gtk
  • fm-boost
  • friendlyfm
  • guitar-chords
  • harmattan-icons-pack
  • headphoned
  • hostmode-gui
  • kernel-power-flasher
  • kernel-power-settings
  • kmplayer KMPlayer
  • leafpad
  • led-pattern-editor
  • libqtm-bearer
  • libqtm-contacts
  • libqtm-location
  • libqtm-messaging
  • libqtm-multimedia
  • libqtm-publishsubscribe
  • libqtm-sensors
  • libqtm-serviceframework
  • libqtm-systeminfo
  • libqtm-versit
  • lowbatled
  • livewp Non rotating Live Wallpaper
  • mc Midnight Commander
  • maemoblocks
  • osso-chess-ui
  • osso-mahjong
  • osso-lmarbles
  • gnuchess
  • mp-fremantle-community-pr
  • n900-fmrx-enabler
  • neverball
  • neverputt
  • nhouse
  • njurassic
  • offscr-discs
  • offscr-fifteen
  • ogg-support
  • openssh
  • openssh-client
  • openssh-server
  • opera-mobile
  • personal-ip-address
  • picodrive SEGA MEga Drive Emulator
  • preenv Preenv (Need to be tested)
  • qcpufreq QCPUFrequency
  • qtquickcompat
  • queen-beecon
  • quick-launch
  • quickpanorama-pro
  • recorder
  • rootsh
  • simple-brightness-applet
  • spbbrainevolution
  • spin
  • stellarium-mobile
  • tangram
  • tar-gnu
  • theme-customizer
  • timedsilencer
  • ttf-droid
  • tutorial-home-applet
  • vgb GBC Emulator
  • vgba GBA Emulator
  • worldtv99
  • zenbound

Thanks for your participation!:o
And the title sounds a little bit weird :p, if someone has an idea, don't hesitate! :D;)

Edit: List updated, thanks to TransTech, AlMehdi, kaos_king, hxka, Alfred, Peter2P

TransTech 2011-09-07 15:47

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
conky for Conky..
qtlockscreen for Qt Lockscreen by sakya
someplayer for SomePlayer
worldclock for Clock
controlpanel for Settings
QCPUFreq for QCPUFrequency
rtcom-call-ui for Phone


simply start conky and an app you want to find it will be there.. :)

droll 2011-09-07 15:50

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
is there a way we can extract these names ourselves?

kaos_king 2011-09-07 15:53

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
It was "Internal Names" that got me confused lol.

My suggestion is "Package Names of All Maemo Applications"

As a side note, how do i get the task switcher to always be landscape? Sometimes it goes portrait and looks a little messed up. I never use my phone in portrait and so want all apps/screens to be landscape.

kaos_king 2011-09-07 15:55

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
Quote:

Originally Posted by droll (Post 1083626)
is there a way we can extract these names ourselves?

This will list all packages installed I believe....
Code:

dpkg -l

Keneraali 2011-09-07 15:55

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
Quote:

Originally Posted by droll (Post 1083626)
is there a way we can extract these names ourselves?

Cd to /usr/share/applications/hildon/ and examine the desktop files, especially the lines that start with Exec=

pelago 2011-09-07 15:59

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
Quote:

Originally Posted by kaos_king (Post 1083629)
This will list all packages installed I believe....
Code:

dpkg -l

The package names won't necessarily match the executable names.

Boemien 2011-09-07 17:06

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
Quote:

Originally Posted by kaos_king (Post 1083628)
It was "Internal Names" that got me confused lol.

My suggestion is "Package Names of All Maemo Applications"

As a side note, how do i get the task switcher to always be landscape? Sometimes it goes portrait and looks a little messed up. I never use my phone in portrait and so want all apps/screens to be landscape.

Did you forced portrait for application under CSSU configuration??

kaos_king 2011-09-07 19:47

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
Quote:

Originally Posted by Boemien (Post 1083673)
Did you forced portrait for application under CSSU configuration??

'Force rotation Enabled' is not ticked in cssu tuner, is that what you mean?

Boemien 2011-09-07 20:07

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
Quote:

Originally Posted by kaos_king (Post 1083768)
'Force rotation Enabled' is not ticked in cssu tuner, is that what you mean?

Yes. Enable it to have portrait support in task switcher!

AlMehdi 2011-09-07 20:37

Re: [REQUEST/WIP] List of Package/Executable Names of All Maemo Applications
 
This is better than "dpkg -l" as it will only show user installed apps..

Code:

maemo-list-user-packages | awk '{print $1}'
Without the piped awk it will show the app info if that is needed.

kaos_king 2011-09-07 22:16

Re: [REQUEST/WIP] Internal Names of All Maemo Applications
 
Quote:

Originally Posted by Boemien (Post 1083778)
Yes. Enable it to have portrait support in task switcher!

Yes but my issue is that it does go portait if i switch to task switcher when the phone is angled towards that way but i dont want it to be portrait, I want the screen landscape permenantly.

Boemien 2011-09-08 10:32

Re: [REQUEST/WIP] List of Package/Executable Names of All Maemo Applications
 
Thread Updated thanks to all members.

aanckar 2011-09-08 10:37

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Add preenv to the list to stop WebOS games from rotating.

Boemien 2011-09-08 10:42

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by aanckar (Post 1084156)
Add preenv to the list to stop WebOS games from rotating.

Thanks but as preenv is not an installable software but a set of libraries, I don't know if it will work, but I will add it too. Anyway I already added preenv games that I have installed on my Phone.
Thanks!! :cool:

J4ZZ 2011-09-08 11:06

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Why we just don't make a list of only these programs that actually needs blacklisting because of not being compatible with portrait yet instead of listing all possible programs.
Just a fancy idea ;)

Greetz,

J4ZZ

cloud596 2011-09-08 11:07

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by Boemien (Post 1084159)
Thanks but as preenv is not an installable software but a set of libraries, I don't know if it will work, but I will add it too. Anyway I already added preenv games that I have installed on my Phone.
Thanks!! :cool:

just set the exec directly to the game not to preenv. i had tested .

if u had need for speed just add nfsuc to the blacklist

Boemien 2011-09-08 11:57

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by J4ZZ (Post 1084174)
Why we just don't make a list of only these programs that actually needs blacklisting because of not being compatible with portrait yet instead of listing all possible programs.
Just a fancy idea ;)

Greetz,

J4ZZ

This list can also be useful in the case you want to uninstall an application which is not listed int the app manager. Bloks for example, Chess or Mahjong. I don't play these games. By the way if someone knows a way to delete them...:rolleyes:

Quote:

Originally Posted by cloud596 (Post 1084175)
just set the exec directly to the game not to preenv. i had tested .

if u had need for speed just add nfsuc to the blacklist

That's exactly what i meant.

J4ZZ 2011-09-08 13:10

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by Boemien (Post 1084210)
Bloks for example, Chess or Mahjong. I don't play these games. By the way if someone knows a way to delete them...:rolleyes:

Code:

apt-get remove maemoblocks
Code:

apt-get remove osso-mahjong
Code:

apt-get remove gnuchess osso-chess-ui osso-graphics-game-chess osso-sounds-game-chess
(maybe gnuchess is enough to remove, not tested)

:)

J4ZZ

Boemien 2011-09-08 13:28

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by J4ZZ (Post 1084253)
Code:

apt-get remove maemoblocks
Code:

apt-get remove osso-mahjong
Code:

apt-get remove gnuchess osso-chess-ui osso-graphics-game-chess osso-sounds-game-chess
(maybe gnuchess is enough to remove, not tested)

:)

J4ZZ

Thanks bro; You're the man. I will also add these games to the list on first page!

fareed_xtreme 2011-09-08 13:37

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Hey Guys, Good Going with this thread... I have a question.... How is it that i can add these softwares/Apps into the blacklist/whitelist? Which file actually maintains this? I was not able to read the entire CSSU Thread which is currently more than 450 pages, so if anyone knows this, I'd be thankful for the knowledge...

Boemien 2011-09-08 14:11

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by fareed_xtreme (Post 1084272)
Hey Guys, Good Going with this thread... I have a question.... How is it that i can add these softwares/Apps into the blacklist/whitelist? Which file actually maintains this? I was not able to read the entire CSSU Thread which is currently more than 450 pages, so if anyone knows this, I'd be thankful for the knowledge...

You must add these apps after blacklist line in the transition.ini file, located in usr/share/hildon-desktop/
Do it as ejasmudar mentioned in the following post:

Quote:

Originally Posted by ejasmudar (Post 1082950)
Hmm, the idea of supporting both blacklist and whitelist would be good idea an IMHO not very difficult to implement.

This is how is could work:
Both whitlist and blacklist will be supported. But there will be only one of those in transisition.ini. (The other one would be commented out). So, if someone has the line saying
Code:

blacklist=xxx yyy zzz
#whitelist = aaa bbb ccc

then the apps in the list will be blacklisted. And viceversa

However, if some doofus of a user has both enabled, then hildon could revert to a default of accepting only whitelist and ignoring the blacklist.

I think this way both camps can be satisfied. Opinions...?

I did not tested it yet, so I can't confirm.

hxka 2011-09-08 14:23

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Stop. Install x11-utils. Run
Code:

xlsclients
This will give you a list of applications conneted to X server.
What does your list of packages?

dekkelkamp 2011-09-08 14:38

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Anybody knows the name to put in the whitelist for the virtual keyboard? I would like most of the applications to stay in landscape (so force rotate is disabled) and keep a whitelist for certain applications. The browser is on my whitelist but when i enter a textfield the virtual keyboard shows up in landscape.. So i need to know the name of the 'binairy' of the keyboard. Thanks.

randomdood 2011-09-08 14:51

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
maemoblocks and angrybirds still rotate for me, although others like calculator, camera, xterm, calander, worldclocks listen to the blacklist

kaos_king 2011-09-08 15:38

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
So how do I put the task switcher in the black list? I dont know what its called :S

kayamagan 2011-09-08 19:24

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by randomdood (Post 1084339)
maemoblocks and angrybirds still rotate for me, although others like calculator, camera, xterm, calander, worldclocks listen to the blacklist

hi, if you want to maintain your app in landscape mode you have to add the lines to both files (/usr/share/hildon-desktop and /usr/share/theme/<your theme name>) so that both files are having all the new options.

furthermore put the line under this forme: blacklist = xxx yyy zzz

Boemien 2011-09-08 19:53

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by kayamagan (Post 1084521)
hi, if you want to maintain your app in landscape mode you have to add the lines to both files (/usr/share/hildon-desktop and /usr/share/theme/<your theme name>) so that both files are having all the new options.

furthermore put the line under this forme: blacklist = xxx yyy zzz

Thanks Kayamagan for this tip. As I said, I did not tested it yet. I'm reading other post to see if this feature get stabilized. Don't Hesitate to post your feedbacks and other application Names.
Thanks!!

kazuki 2011-09-09 06:26

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
is there a limit to how many apps i can add to the blacklist/whitelist?

take fmradio for example. i don't know if either i am using a wrong exectuable name or the list is full bcoz everything i listed after fmradio isn't working either.

J4ZZ 2011-09-09 07:00

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by randomdood (Post 1084339)
maemoblocks and angrybirds still rotate for me, although others like calculator, camera, xterm, calander, worldclocks listen to the blacklist

Angrybirds should be angrybirds
Angry Birds Rio should be com-rovio-angrybirdsrio
Angry Birds Seasons should be angrybirdsseasons

Maemoblocks should be maemoblocks
but you could also try br.org.indt.maemoblocks.startup or maemoblocks_startup or even game_ap_blocks_name

Not sure though...

Greetz,

J4ZZ

AKEEL 2011-09-09 07:19

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
I am using SiB gui, which works on mplayer.
I have added sib and mplayer in blacklist
SiB main window is locked in landscape.
When we play any video file using sib it will open a new window, how to lock that window in landscape.

randomdood 2011-09-09 15:16

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by J4ZZ (Post 1084736)
Angrybirds should be angrybirds
Angry Birds Rio should be com-rovio-angrybirdsrio
Angry Birds Seasons should be angrybirdsseasons

Maemoblocks should be maemoblocks
but you could also try br.org.indt.maemoblocks.startup or maemoblocks_startup or even game_ap_blocks_name

Not sure though...

Greetz,

J4ZZ

I've got angry birds as angrybirds and Maemoblocks as maemoblocks (will try other names tomorrow, as these names don't work for me)

kazuki 2011-09-09 15:54

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
i've been testing. whitelist doesn't seem to work for me at all.

Alfred 2011-09-09 21:27

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
What is the name for a built-in file manager?

hxka 2011-09-09 21:28

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by Alfred (Post 1085189)
What is the name for a built-in file manager?

ossofilemanager

Bramji 2011-09-09 21:33

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
all the osso games are still rotating:( include blocks, my favoriete game:(

hxka 2011-09-09 21:47

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by Bramji (Post 1085197)
all the osso games are still rotating:( include blocks, my favoriete game:(

http://talk.maemo.org/showpost.php?p...8&postcount=23
maemoblocks_startup

peter2p 2011-09-11 13:27

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by Boemien (Post 1083610)
Hi all members of TMO,
due to the recent release of the CSSU and Hildon Desktop Portrait, a new feature appeared: A tip to Blacklist some apps to make them stay as landscape.

Added 2 apps to the list, Bless900 & AlmostTI
Great job

Alfred 2011-09-11 13:34

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
livewp for non-rotating live waalpapers!

Boemien 2011-09-11 15:22

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
New update of the list with a few apps added!


All times are GMT. The time now is 15:30.

vBulletin® Version 3.8.8