հրապարակեցի յաւելուած, որի վրայ վերջերս աշխատում էի։ այն քերում ա նկարներ յայտնի կոմիքսների կայքից, եւ ցոյց ա տալիս։ շատ յարմար ա։ կարելի ա նաեւ այդ նկարը, եթէ դուր ա գալիս, մի կոճակ սեղմելով ներբեռնել։
ահա, comics-daily֊ն maemo-leste֊ի շտեմարանում՝
ահա պիտակը յաւելուածների ցանկում՝
մինչ կոմիքսը քաշում ա, բան ա հաշւում, սէնց միջատ ա վազում էկրանով՝
ու թաքնւում ա կոճակների տակ՝
ահա, նախորդ կոմիքսը խնդրեցի՝
ու ահա, զում եղանք՝
maemo֊ի տակ նաեւ պտտուելն ա աշխատում։ կարող էք հեռախօսը պահել դիմանկարի ռեժիմում, ու յաւելուածը կը փոխուի ոնց պէտք ա։
postmarketos֊ի տակ էլ ա աշխատում՝
ահա եւ կենդանին ա վազում՝
տեսէք, երկու շարքով ա, ու փոքր ա երեւում՝
պէտք ա մեծացնել՝
ու կարելի ա նկարը շարժել (pan) էկրանով՝
ելատեքստը՝ https://github.com/norayr/comics-daily
ու տէնց։
#maemo #maemo-leste #մաեմո #մաեմօ #յաւելուած #կոմիքս #պատկերապատում #ընթերցիչ #էկրանահան #ազատութիւն
ես խնդիր ունեմ՝ ֆֆ֊ն եթէ փակուի, գիտի որ պատուհանը որ աշխատատիրոյթ տանի, իսկ փիջինը չի իմանում։
հետեւաբար ամէն անգամ փիջին անջատել միացնելուց յետոյ երկար դասաւորում եմ պատուհանները։
հիմա աւտոմատացրի էդ խնդիրը։
մի նիշքի մէջ ձեւակերպում եմ որ պատուհանը որ տիրոյթում լինի։ ցանկ ա, զի չգիտեմ որ տաբն ա էդ պահին բաց լինելու, ու ապա որն ա լինելու պատուհանի վերնագիրը։
սա իմ կարգաւորումների նիշքն ա՝
2:oberon spyurk khosenk մերգելեան գրադարան
2:intentionally_blank посторонним_в to_the_ocean_netters-dev ցանցառներ_նախագծում շեքսպ_արեւ_սոնա
3:#pine64 #pinetime #pinephone
3:#pinetab #pinebook
4:#ada #retro ##forth
4:#fpc #oberon #lazarus #pascal
5:#gentoo-powerpc #hellosystem #plan9 #minix #netbsd #freebsd #openbsd #gentoo
5:#maemo-leste #maemo #postmarketos #postmarketos-offtopic
6:#security #opsec
6:privacy-and-security privacy
7:dino_chat blabber_support conversations operators prosody xsf
7:##programming ##tokipona #pidgin #lesswrong
8:#socialhome #thefederation #diaspora #mastodon #scuttlebutt #indieweb
8:dishub fediverse disroot schroedingers_chat 404_English_chat support_for_chat.sum7.eu
9:#roms #ebooks
9:#tilderadio #helpdesk #anonradio
10:#soylent #politics #editorial
10:политика
11:fotografie
11:#photogeeks #darktable
11:#opensourcemusicians
11:cybersnoot
12:openhardware homebrew_server_club modding_fridays openwrt 64sprites
12:geminauts
13:onfoss floss linuxforum FSFE_community
13:#windowmaker #icewm
ամէն տիրոյթում ուզում եմ ունենալ երկու պատուհան, ու յստակ տեղում ու յստակ չափսի։
հիմա որ շրջում եմ տիրոյթներով, շատ հաճելի ա տեսնել նոյն ձեւ բաց պատուհաններ, ու խօսակցութիւնները։
սա էլ հիմնականում սկրիպտն ա՝
function find_active_tab_from_list2 {
read -a list <<< "$(printf "%s" "$@")"
local func_result=""
for i in "${list[@]}"
do
res=`wmctrl -l | grep ${i} | awk {' print $1 '}`
if [[ -n "$res" ]]
then
#func_result=$i
func_result=$res
fi
done
echo "$func_result"
}
այս ֆունկցիան վերնագրերի լիստն ա վերցնում ու գտնում window id֊ն որը պարունակում ա դրանցից մէկը։
(կարելի էր եւ window id չվերադարձնել, այլ հէնց անունն օգտագործել, բայց մտածեցի window id֊ն հաստատ չի կրկնուի)։
սա էլ մնացած սկրիպտի մասն ա՝
if [[ -z $1 ]]
then
echo "provide config file name"
exit
fi
set -x
var=0 #this is used to check for odd or not to put window on the left or right
while read line
do
wrkSpc=`echo $line | awk -F ":" {' print $1'}`
winLst=`echo $line | awk -F ":" {' print $2'}`
win=$(find_active_tab_from_list2 "${winLst[@]}")
if [ $((var%2)) -eq 0 ]
then
wmctrl -i -r $win -t $wrkSpc
wmctrl -i -r $win -e 0,150,50,800,900
else
wmctrl -i -r $win -t $wrkSpc
wmctrl -i -r $win -e 0,1050,50,800,900
fi
var=$((var+1))
done < $1
նախ ստուգում ա արդեօք կարգաւորումներով ֆայլի անունն ա ստացել, յետոյ տող առ տող առանձնացնում ա տիրոյթը տաբերի անունների ցանկից։
կանչում ա էն ֆունկցիան, ստանում ա պատուհանի համարը ու տեղաւորում այն էն կոորդինատներով որ նշած են։ յաջորդ անգամ միւս կոորդինատներով ա տեղաւորում։
կարելի ա էլի լաւացնել, որ ըստ էկրանի չափսերի աւտոմատ որոշի ոնց տեղաւորի։ դէ ըստ իմ նախընտրութիւնների, ես օդ եմ սիրում, ազատ տարածք այդ պատուհանների միջեւ եւ շուրջը։
սա էլ սկրիպտով պանակը։
#սկրիպտ #էքս #իքս #էքսորգ #իքսորգ #լինուքս #իւնիքս #փիջին #պատուհան #չաթ #էկրանահան
note the version number՝ 1.9.0.8.1.1 because texas instruments because proprietary
https://github.com/maemo-leste/pvr-omap4/blob/master/debian/changelog#L1
#development #maemo #maemo-leste #droid4 #maserati #omap #powervr #pvr #version #culture
https://www.youtube.com/watch?v=XCnErJnkWQM
#maemo-leste on #motorola #droid4 (#maserati)
#maemo
maemo-leste has now extras repositories https://maemo-leste.github.io/maemo-leste-repositories-and-community-packages.html
some things already ported from maemo fremantle http://maedevu.maemo.org/extras/pool/main/
also, maemo-leste is now available for pinephone.
#maemo #maemo-leste #pinephone
in 2014, after getting a #jolla phone, i started a thread on #tmo, which stated what i miss in #maemo, and what is not yet available in #sailfish.
http://talk.maemo.org/showthread.php?t=94283
i forgot about the post, and the search engine brought me as a result, when i was searching for something.
so, almost nothing changed.
the only things that changed so far are
has Mappero, I did not find comparable program for Sailfish.
we have maep and pure maps. that’s a relief.
external bluetooth keyboard cannot be used with non qwerty layouts. I use dvorak or programmer’s dvorak for Latin, and I also use Armenian typewriter layout. It’s not possible with Sailfish yet.
i did this https://github.com/norayr/sailfish_h...yboard_layouts but it only works for me on jolla device. which died.
and sony xperia xa2 doesn’t recognize my bluetooth keyboards.
#screenshot #route #itineracy #maemo #mappero #map
made with n900.
#n900 #maemo #photo #photography #lake
mobile device manufacturers are trying to advertise their products as means of creativity. not only means of consumption. which is also good, because it’s about us. we want to be creative, not only consume.
i would like to say, let’s not forget, that we have amazing tool for creative work, right under ours very nose, but it becomes more and more neglected.
it is banal desktop personal computer.
it has terrific operating systems, well developed, toolkits and frameworks for writing software, diverse tools for creative work - photoshop and gimp, inkscape and illustrator, maya and blender, different cad systems for architects and engineers, cool software to create movies and animations.
btw, it’s symptomatic, that gtk toolkit was created in order to write gimp. (: because if you have such cool programs it means you have cool tools to write them.
on the contrary on mobile we have tools like instagram and picsart (btw, latter is developed in armenia, some of my friends work there, it’s founded by my former chief), and those tools are more like toys, too primitive.
and when you have only mobile device you have much more limited possibilities to learn, to go deeper, if you are curious. if you use windows, you can discover cmd, regedit, download real visual studio, use real professional tools like adobe illustrator, even when pirated. on mobile you cannot have such tools. you cannot make creative work which demands more tools, more efforts, and more knowledge, more personal development. that’s why i liked my n810 with maemo, it was basically hildon over debian, and when you have debian, it means whole gnu/linux world in your hands, you have tools, you can go deeper, do and learn a lot.
so this all beauty - development frameworks, toolkits, creative and professional tools, it’s all now neglected by the society which is amazed with mobile so called apps.
#mobile #desktop #photoshop #gimp #illustrator #inkscape #blender #instagram #picsart #console #tools #programming #gtk #debian #maemo #creativity
first time i have browsed f-droid store, apprx a year ago, it contained less software that maemo repositories. today i also i think that there is more useful free software for maemo than for android.
and that, i suppose, characterizes maemo and android free software communities.
#maemo #android #f-droid #free-software
maemo fremantle hildon desktop on ubuntu
http://www.youtube.com/watch?v=RuIrRoRPufc
#maemo #fremantle #hildon #ubuntu #linux
#SailfishOS alpha release for #Samsung #Galaxy #Nexus done by community
source
#jolla #jollamobile #meego #maemo #gnu #linux #unlike
Mozilla Ichnaea
okay, we need to port it to #maemo #meego #jolla #sailfish #sailfish-os #nemomobile #ubuntu-touch #ubuntu, and then we need #diaspora to use #mozilla #geolocation instead of #google. (:
API: https://mozilla-ichnaea.readthedocs.org/en/latest/
https://github.com/mozilla/ichnaea
we trully consider resistive touch screen from N900 as superior to capacitive screens, thanks to increased precision and exceptionally good sensitiveness, unlike many other resistive screens. This touchscreen enables users to come up with lots of impressive use cases which wouldn’t be possible on capacitive screens. We believe that choosing capacitive one would be considered a regression by current Maemo and Openmoko power users.
#openmoko #neo900 #n900 #maemo #touchscreen
The Full Story of #Nokia and #Microsoft - How we got here, and why Microsoft will fail with Nokia handsets just like it did with Kin http://communities-dominate.blogs.com/brands/2013/09/the-full-story-of-nokia-and-microsoft-how-we-got-here-and-why-microsoft-will-fail-with-nokia-handset.html
Ok the news is out. I told you literally two years ago, that the Windows Phone strategy would be the death of Nokia’s handset business, and today we have the final nail in that coffin. I honestly, truly with my hand on my heart, hoped this day would never come, and that my prediction would be seen as wrong. But unfortunately I was correct (once again). I do tend to know this industry. And I was the first to tell you, on this blog, that Nokia’s handset business just died. I told you when it happend, and more importantly, I told you why it died. It didn’t die with the crazy Burning Platforms memo, nor with the announcement of Microsoft Windows Phone either. So this is my (first) full epitaph to Nokia. And we have to have a bit of history. (Long blog warning - this runs 12,000 words, so get yourself a cup of coffee, this will take about half an hour
#mobile #phone #smartphone #elop #elop-effect #tomi #tomi-ahonen #communities #brands #handset #maemo #symbian #meego #lumia #windows #intel #fremantle #n900 #n9 #n950 #iphone #apple #samsung #internet #operating-systems
Our heroine, #Mikoto-Misaka, a #girl with the power to control #electricity, is trying to track down information on a strange student. As it turns out, she uses a fairly interesting #device to do this… http://talk.maemo.org/showthread.php?t=89935
#maemo #maemo-diablo #maemo4 #n810 #nokia #anime #manga #2009
Any sane CEO would look at the disasterous Windows Phone failure in the market - come on, before this alliance, Windows has 5% market share in smartphones, now ‘with Nokia’ it has 3%. This after Nokia has sacrificed 31% of its smartphone market share on Symbian and Maemo/MeeGo
#windows #nokia #market #smartphones #microsoft #elop #ballmer #maemo #meego #linux #gnu #economics
#փաստորեն ջփսով օպերան ավելի ճշգրիտ է որոշում տեղանքը
mit #GPS gerat Opera erkennt #Standort genauer
#օպերա #տեղանք #սփիւռք #ն900 #թեստ #համացանց #opera #location #maemo #n900 #test
#Mobile - friendly #URL s of popular sites http://wiki.maemo.org/Useful_Mobile_URLs
#maemo #mobile #links #web #www
#Մարդիկ կան արջերի հետ են քնում, իսկ ես՝ #գաջեթ ֊ների հետ եմ քնում։
#maemo #speep
http://talk.maemo.org/showpost.php?p=640572&postcount=40 #mypaint #maemo #n900
http://talk.maemo.org/showpost.php?p=669685&postcount=96 #mypaint #n900 #maemo
http://talk.maemo.org/showpost.php?p=696754&postcount=137 #spaceship #maemo #mypaint #n900
http://talk.maemo.org/showpost.php?p=707209&postcount=176 #mypaint #maemo #n900
#mypaint #maemo #n900 #paintings http://talk.maemo.org/showpost.php?p=707493&postcount=179
http://talk.maemo.org/showpost.php?p=709727&postcount=193 #mypaint #maemo #n900 #paint
#mypaint #maemo #n900 #tones #paint http://talk.maemo.org/showpost.php?p=711330&postcount=204
http://www.youtube.com/watch?v=MRil6iP4GXw
#n900 #maemo
http://everythingn9.com/nokia-n9-photography-as-i-do-it/ #nokia #n9 #macro #photography #meego #maemo
http://everythingn9.com/nokia-n9-macro-photography-more-details-and-tips/ #nokia #n9 #macro #photography #meego #maemo
http://talk.maemo.org/showpost.php?p=1296041&postcount=15 more and more I feel that it is useless to think about such solutions. We try to bypass #aegis limitations, but why do we have them? Why don’t we choose #gta-04 board instead of #Nokia #N9? Because we need glamorous proprietary #swipe, and then we need to find a way to bypass #freedom limitations? It’s like spending our efforts on bypassing limitations instead of improving free systems. #harmattan #maemo #meego #free-software
http://www.youtube.com/watch?v=e_T7ORd4tdg @{harry haller ; harryhaller@joindiaspora.com} recently I have helped a friend to port his desktop app, which takes info from #sensors connected to usb (he also have been written all those sensors drivers) to #maemo #n900 where we were able to use #usb in host mode. (: #hack #maemo #gnu #mobile
#հարեւանություն #վրաստան #հայաստան #georgia #armenia #moc #music-on-console #n900 #maemo #screenshot #ԼավԷլի #lav-eli #პაპარაცი #paparazzi http://norayr.arnet.am/weblog/2012/06/26/ասք-հարեւանության-մասին/ #armenian #georgian
#Multitasking is the clearest advantage over all other platforms. Openness and inclusion of other companies to the #MeeGo ecosystem is an advantage over #iOS and #Windows. Freshness and difference in #UI and #UX is an advantage over #Android. http://www.myphone.gr/forum/showthread.php?t=342410 (scroll down for the translation) #Jolla #mobile #maemo #jolla-mobile #finland