/srv/irclogs.ubuntu.com/2014/06/19/#ubuntu-gnome.txt

=== PaulW2U is now known as G4MBY
darkxstNoskcaj, network-manager to be pretty well forked (and it had a massive diff against debian), so just update it I guess10:09
freecoderunder "The Bash Shell Startup Files" in blfs, in /etc/profile.d/i18n.sh do i have to type in the actual LANG (eg. en_IN.UTF-8) or just copy whatever is written in the book?16:52
freecodersorry, wring channel16:52
* SonikkuAmerica wrings the channel out16:52
zerofinityhi guys, I have a list of proverbs that I want to display in notifications at startup. I have Gnome flashback installed and using notification-daemon.16:53
zerofinitycan u guys point me16:54
SonikkuAmericazerofinity: That's more of a question for #ubuntu , I would think, because it deals with notify-send16:55
SonikkuAmericabut I think I can help you.16:56
zerofinitysorry for mispostin, but thanks SonikkuAmerica16:56
SonikkuAmericaThe syntax for it is [ notify-send -u $PRIORITY $TITLE $MESSAGE ]16:58
SonikkuAmerica$PRIORITY can be "low," "normal" or "critical"16:58
zerofinitythanks SonikkuAmerica, but when I give this in bash, 'command not found' is echoed16:59
SonikkuAmericaMake sure you have libnotify-bin installed17:01
zerofinitythx SonikkuAmerica17:03
zerofinitySonikkuAmerica, I got it17:04
zerofinityand now working17:04
SonikkuAmericaAnother tip: When you write your $TITLE and $MESSAGE args, write them enclosed in 'single quotes.' Using "double quotes" means the arg will be parsed by bash17:04
zerofinitythx for the tip man17:05
SonikkuAmericaI found that out the hard way when I tried to use !17:06
SonikkuAmericaIt got parsed by bash and it started looking for events17:06
zerofinitySonikkuAmerica, I am new to linux and the last Sentence looks jumbled to me17:07
SonikkuAmericaIn bash (the default command processor in your terminal), typing ! followed by a letter or string executes the last command that starts with that string.17:07
SonikkuAmericae.g.: You do [ sudo apt-get update ]. bash-completion (the search history agent in the terminal) stores that command.17:08
SonikkuAmericaYou want to run that command again, so instead of typing that all out you do [ !s ].17:08
zerofinityoh17:08
SonikkuAmericaIt searches for the last command starting with s, and lo and behold.17:09
SonikkuAmericaThe more you type after the !, the narrower the search gets. So [ !sudo ], e.g., would execute the last command done with sudo.17:09
zerofinitymaybe one day I will be as good as u in Linux, with ur blessing, thx buddy17:10
SonikkuAmerica:D yw17:13

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!