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!


All times are GMT. The time now is 08:24.

vBulletin® Version 3.8.8