[Solved]conky autostart link using kdemod4.3x

I followed the arch wiki to install conky and the config works fine.  The wiki says to autostart conky $ ln -s usr/bin/conky ~/.kde/share/autostart/conkylink. But I have .kdemod4 not .kde in my home directory.  Trying the above link with ''.kdemod4" instead of ".kde" gave  creating link /home/user/ ~/.kdemod4/share/autostart/conkylink  "no such file or directory"
   Looking at ~/.kdemod4>ls -aF shows ./ ../ Autostart/ cache-myhost@ share/ socket-myhost@ tmp-myhost@.  Autostart is an empty dir. $ cd share shows apps/ config/ and kde4/ .
   How do I create the correct conky link using kdemod4.3 to autostart conky?  Or how to do same with SystemSettings > Advanced.>Autostart in KDE . Thanx:)
Last edited by lestoil (2009-08-17 21:10:37)

Following another thread by 'pencuse' on 2008-05-12 under Desktop Environments suggested cd to ~/kdemod4/Autostart then ln -s /usr/bin/conky conky.  Now @conky shows under ~/kdemod4/Autostart:).
Last edited by lestoil (2009-08-17 21:15:12)

Similar Messages

  • [SOLVED] Conky Mail Notification using a Bash Script

    Hi there, I have conky piped into a dzen panel, and I'm trying to get conky to echo my unread mail count whenever the # is >0. It's just not working for me, and I was wondering what I did incorrectly.
    I have the 3 following files.
    ~/.conkyrc
    background yes
    out_to_console yes
    out_to_x no
    update_interval 1
    TEXT
    ${execi 60 /home/nil/mail-notify}
    ~/mail-notify
    #! /bin/bash
    gmail=$(python /home/nil/gmail.py)
    if [ $gmail -gt 0 ]; then
    echo "$gmail"
    fi
    ~/gmail.py
    #!/usr/bin/env python
    # This is a script that checkes the gmail unread count.
    from urllib.request import FancyURLopener
    username = 'myusername'
    password = 'mypasswd'
    url = 'https://%s:%[email protected]/mail/feed/atom' % (username, password)
    opener = FancyURLopener()
    page = opener.open(url)
    contents = page.read().decode('utf-8')
    ifrom = contents.index('<fullcount>') + 11
    ito = contents.index('</fullcount>')
    unread = contents[ifrom:ito]
    print(unread)
    gmail.py was taken from the archwiki page, and I've confirmed it to be working (I censored my user name and password here). What gmail.py does is output an integer representing your unread mail count.
    Similarly, Conky's code and the mail-notify script run fine. If I rewrite mail-notify's conditional to be "if [ 1 -gt 0 ]; then", then it will successfully output the unread mail count. Hence the problem lies in the scripting of the if condition. mail-notify should run gmail.py, if the output count is >0, then it should echo that number. Else it does nothing. Any help is appreciated!
    Last edited by nil (2013-08-19 23:40:14)

    jasonwryan wrote:Presumably the script is called gmail.py, not gmail1.py?
    Oops, sorry, that was a typo when writing up this post.

  • Visited links using Safari on my iPad 2 won't stay the "visited" color

    Visited links using Safari on my iPad 2 won't stay the "visited" color after I close the tab, put the iPad in sleep mode (or whatever it's called), or when I power off the iPad.
    There are certain sites I visit where it comes in very handy to be able to see which links I've already clicked on. The links will stay the "visited" color during the time I'm on the site, but later they all go back to the "unvisited" color.
    Is there any way I can fix this on an iPad?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL..

    Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL. However, if I right click on a link and select "Open Link In New Tab", the Tab shows URL in address bar. So it's working when it's a New Tab but not a New Window.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Add or delete the summary links web part's[deployed as a VS solution] link using power shell

    hi,
     i am having a visual studio custom solution having page layouts implemented. In that solution i am having 1  summary links web part and in that i have hard coded few links and this is  deployed on ion dev and staging env.
    Now, the issue is : yesterday, customer came to me and asking me to change the links from http://abc to
    http://xyz/ in this summary links. can anyone pls throw some light,such that i can change this link using a power shell script. i know  if i go the VS solution and change the link and redeploy [ update-spsolution
    command] will work.
    but if the links are changing regularly , chnaging the vs solution and redeploying is not a good practice.
    if i elaborate li'l bit,  i am adding the screen shot : i need to get the summary link column's value and  need to update[ delete xisting one and  add new ones ]
    is there any way , i can change the links using power shell script?
    i tried the belwo power shells cript to get the page in the page layouts :
    $web = get-spweb
    "http://siteurl"
    $pubWeb = [Microsoft.SharePoint.Publishing.PublishingWeb]::GetPublishingWeb($web)
    $pagesListName = $pubWeb.PagesListName
    $defaultAspxFile = $pubWeb.GetPublishingPage("$pagesListName/mycustomhome.aspx")
    $summaryLinkFieldValue = New-Object
    Microsoft.SharePoint.Publishing.Fields.SummaryLinkFieldValue
    // here am getting the NULL VALUE
    can i get the  summary links field correctly and  delete / modify the same?
    help is appreciated!
    ##$groupLink = New-Object
    Microsoft.SharePoint.Publishing.SummaryLink("My group")
    #$groupLink.IsGroupHeader = $true $summaryLinkFieldValue.SummaryLinks.Add($groupLink)

    Hi Shabeaut,
    Could you tell us why do you want to add a link web part to the master page for all pages?
    I tested that Summary Links web part (and other types of web parts) added in the master page under Quick Launch couldn't be edited when I edit the pages inherited from v4.master page, it looks by design.
    Have you tried using the Quick Launch to add the link instead if you want to show links in all pages.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Limit on Joined Tables or DB Links Used in a single Select Statement???

    I am writing a query that joins upwards of five tables utilizing two or three DB links in the process. When I run the query I get an error telling me that the table or view does not exist. I know that it does in fact exist and I am able to run a separate query on said table even across a DB Link. I've never know there to be a limit to the amount of DB Links used within a single query, but then again, I previously have only written in T-SQL.
    I am using ANSI standard SQL in my joins syntax and am familial with the syntax for use of remote DB tables in PL/SQL.
    Does anyone have an idea what the problem might be?
    David

    I am Using Oracle 10g and I'm positive that I am not exceeding my OPEN_LINKS limit.
    As far as my SQL, here is a simplified version:
    SELECT count(*)
    FROM SYSADM.PS_PERSONAL_DATA
    INNER JOIN ARTEMIS.HRMS_EMPLOYMENT_TBL@prod ON ARTEMIS.HRMS_EMPLOYMENT_TBL.EMPLOYEE_ID = SYSADM.PS_PERSONAL_DATA.EMPLID
    INNER JOIN ARTEMIS.HRMS_JOB_TBL@prod on ARTEMIS.HRMS_JOB_TBL.EMPLOYEE_ID = ARTEMIS.HRMS_EMPLOYMENT_TBL.EMPLOYEE_ID
    INNER JOIN SYSADM.PS_DEPT_TBL on ARTEMIS.HRMS_JOB_TBL.JOB_DEPT_ID = SYSADM.PS_DEPT_TBL.DEPTID
    INNER JOIN UMSSECU.PERSON@sirs ON ARTEMIS.HRMS_JOB_TBL.EMPLOYEE_ID = UMSSECU.PERSON.PERSON_ID
    INNER JOIN UMSSECU.ASSIGNMENT@sirs ON UMSSECU.PERSON.PERSON_ID = UMSSECU.ASSIGNMENT.PERSON_ID
    INNER JOIN UMSSECU.ORGANIZATION@sirs ON UMSSECU.ASSIGNMENT.ORGANIZATION_ID = UMSSECU.ORGANIZATION.ORGANIZATION_ID;
    The error comes into play with the join to UMSSECU.ASSIGNMENT@sirs it says that the table does not exist. But when I run (select count(*) from UMSSECU.ASSIGNMENT@sirs) on the sirs DB it executes without error. I am confused. I also just identified that I cannot remotely query that table in particular. All the other tables from the sirs DB can be queried from the other DB.

  • I am getting a 404 error when trying to access any search link using google, I can get to a website if I enter the url directly.  I have cleared my history, emptied the cache and reset safari.

    I keep getting a 404 error when trying to access any search link using google, I can get to a website by directly using the URL.  I have cleared history, empited the cache and reset safari.  Any suggestions.

    Right. If you are using delegated privs and sudo, make sure that sudo is configured to pass on the PERL5LIB and ORACLE_HOME environment variables at least.

  • Database link using problem

    Hi all,
    I have created database link using following code.
    CREATE DATABASE LINK mydb
    CONNECT TO system IDENTIFIED BY o
    USING 'mydb'
    After created this database link, I tried to access the table 'emp' from 'mydb' database. so, I was given
    select * from emp@mydb; But its howing me an error message as 'ORA-12154: TNS:could not resolve service name'.
    But when I try to connect mydb,its connecting properly.
    then,why its showing this error message when I given select * from emp@mydb;
    Kindly provide me the solution.
    Thanks & Regards,
    Lakshmi.P.

    To be TNSNAMES.ora independent you would better create the DB link as
    create database link mydb
    connect to your_db_user
    identified by "your_passwd"
    using '(description=(address=(protocol=tcp)(host=your_host)(Port = your_port) )(connect_data=(sid=your_sid)))'
    /change all the your_* parameters accordingly to your environment.
    Note: Never use the sys- or system account for any application development ;)

  • Encrypting Aironet 1410 bridge link using multiple VLANs

    I've looked at the documentation available for Aironet 1400 series, and still would like to see a single document showing an example of
    the best encryption/authentication available for bridge links using multiple VLANs.
    As I understand it, 1400 series can support WPA-PSK using AES, which would work for me.  I just can't picture how to integrate chapters 9 and 10 for the 'WEP and WEP Features' + 'Configuring Authentication Types' instructions.
    I'm looking either for an example config, or a step-by-step that did all steps consecutively.
    Thanks

    What doc are you refering to?  If you want to encrypt the link from root bridge to non-root bridge, then WPA/TKIP-PSK is what you should use.  Here is a link to how to setup your link ssid to WPA: http://www.cisco.com/en/US/docs/wireless/bridge/1400/12.2_15_JA/configuration/guide/p15auth.html#wp1044935
    Don't worry about the example they show on the WEP, just use the configuration from the above link for your encryption.
    Configuring a VLAN
    Configuring your bridge to support VLANs is a five-step process:
    1. Create subinterfaces on the radio and Ethernet interfaces.
    2. Enable 802.1q encapsulation on the subinterfaces and assign one subinterface as the native VLAN.
    3. Assign a bridge group to each VLAN.
    4. (Optional) Enable WEP on the native VLAN. <-- Use WPA-PSK
    5. Assign the bridge's SSID to the native VLAN.
    http://www.cisco.com/en/US/docs/wireless/bridge/1400/12.2_15_JA/configuration/guide/p15vlan.html
    Here is an example of vlan 1 (native) will be your management and your wireless link.  vlan 10 & 20 will pass through the link.
    BR# configure terminal
    BR(config)# interface dot11radio0.1
    BR(config-subif)# encapsulation dot1q 1 native
    BR(config-subif)# bridge group 1
    BR(config-subif)# exit
    BR(config)# interface fastEthernet0.1
    BR(config-subif)# encapsulation dot1q 1 native
    BR(config-subif)# bridge group 1
    BR(config)# interface fastEthernet0.10
    BR(config-subif)# encapsulation dot1q 10
    BR(config-subif)# bridge group 10
    BR(config)# interface fastEthernet0.20
    BR(config-subif)# encapsulation dot1q 20
    BR(config-subif)# bridge group 20
    BR(config-subif)# exit
    BR(config)# interface dot11radio0
    BR(config-if)# ssid batman
    BR(config-ssid)# vlan 1
    BR(config-ssid)# infrastructure-ssid
    BR(config-ssid)# end

  • How to use gotoandplay scene link using class property (external code.as)

    Hello
    I am using ‘gotoandplay’ scene by scene link using this code. If I use this in the same time line (internal), it’s working properly but when I use this code in as a class, I got this error
    Call to a possibly undefined method MovieClip.
    I use this code in time timeline
    b_enter.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene_enter1);
    function fl_ClickToGoToScene_enter1(event:MouseEvent):void
                MovieClip(this.root).gotoAndPlay("p menu", "Menu");
    I use this code in class
    package  {
                import flash.display.SimpleButton;
                public class next extends SimpleButton {
                            public function next() {
                                        // constructor code
                                        MovieClip(this.root).gotoAndStop("p2", "page2")
    u can download the flash file using this link
    http://www.delta-adv.com/nav/np.rar

    oops, i didn't notice you were trying to add that code in a button class and were nesting named functions.  use:
    package  {
                        import flash.display.SimpleButton;
                        import flash.display.MovieClip;
                        import flash.events.MouseEvent;
                        import flash.events.Event;
                        public class np extends SimpleButton {
                        public function np() {
    this.addEventListener(Event.ADDED_TO_STAGE,init);
    private function init(e:Event):void{
    MovieClip(this.root).addEventListener(Event.RENDER,renderF);
                                    this.stage.invalidate();
                                    MovieClip(this.root).nextScene();
    private function renderF(e:Event):void{
                                              MovieClip(this.root).gotoAndStop(5);

  • Create link using javascript or other relevant automated process

    i have multiple PDF which i have combined using Acrobat pro... the table of content for this pdf does not have link as i had generated it in Word using RD fields. Now, my main concern is it possible to create links using Javascript or any other process.. i am aware of link tool however my document is very huge and the TOC comprises of around 25 pages.. it will be very cumbersome to manually add for each topic and will be difficult to maintain as we keep updating the document content..i would really appreciate if any one could help me in this as i really stuck up in middle of project...

    thanks a ton for your prompt response..As i had mentioned earlier, i have around 13 sub documents. i have generated a table of contents for these document using RD fields in a seperate document and saved it as TOC.doc. As these are fields are referring to topic outside the current document, the links are not availabled in word.. i am not aware of any possible method in word to retrieve links for these topics just like how a standard TOC in word works. as i saw it PRO, there is an option to create link, i was wondering if there is any way i could automatically link these topics as in PDF, the topics are in the same document where as in WORD these are different documents.If you could suggest some work around, i would be glad

  • Problem while creating partner link using https URL

    Hi,
    To create the partnerlink using https URL, I had done the following:
    -Imported the self signed certificate into the OraBPELPM_\jdk\jre\lib\security\cacert
    -Added following entries in OraBPELPM_1\integration\jdev\jdev\bin\jdev.conf
    AddVMOption -Djavax.net.ssl.keyStore=E:\OraBPELPM_1\jdk\jre\lib\security\cacert
    AddVMOption -Djavax.net.ssl.keyStorePassword=esbtest123
    I am not able to create partner link using URL https://localhost/orabpel/default/ErrorHandlerBPEL/1.0/ErrorHandlerBPEL?wsdl .
    Able to create partnerlink using same URL if I replace https with http.
    Did I miss any other configuration that needs to done to create partnerlink using https in JDeveloper BPEL Designer.
    Thanks,
    -Vidya

    Hi,
    I  too have the same issue. Appriciate if you share some knowledge on this issue.
    Thanks
    Aravinda

  • Expiration time has passed for the link used to download an ebook?

    expiration time has passed for the link used to download an ebook? I checked the time, date and time zone. Plus I am trying to do this on three different devices that are registered and which I used in the past with the reader app- iPhone, iPad, laptop. there is no firewall or antivirus . please help. I don't know what else to try

    OK I finally was able to delete it...had to do a restart to finlaize deletion, but the app was gone after. And have re-installed it with my current apple id.
    Thanks.

  • Sintax error depending database link used

    Hi every one, I have a weird weird situation and I need some tips to deal with it.
    A code like that:
    declare
    all variables;
    begin
    select xxxx
    into vl_xxx
    from t1@db_L1 a
    , t2@db_L1 b
    , t3@db_L1 c
    where etc;
    some stuff;
    end;
    WHY this kind of code could faisl with sintax errors: dbe_jobs_pkg.pr_eje_alm:26-04-2010 09:22 --> ast_codigo = 47:ORA-06550: line 69, column 14:
    PL/SQL: ORA-00904: "A"."TABLESPACE_NAME": invalid identifier)
    depending of the database link used. Indeed, if I execute de query in a isolated way (sql*plus for example) it works fine using the database link whose plsql fail
    I garantee there is not grants problems...
    By the way, the code begun to fails suddendly, and I don't know what happened....
    All the databases are 9.2.0.5
    I need sugestions to track o investigate the posible causes
    Thanks a lot, kind regards
    Mauricio Fernández C.
    ADDENDUM:
    I've restarted the source database and the PL/SQl with sintax error now works fine....Still I need some tips to understand what's going on.....
    Edited by: maufer on 26-abr-2010 7:10

    Prashanth
    my guess is that you can create the database link, which simply points to the remote instance. however, the problem is on the remote instance.
    As the error message suggest, make sure that the listener is up and running on the remote machine. The link can be created, but if there is no listener on the other side, you will not get any response.

  • [JS][CS5] How can use 'edit with' option for link using sripting

    Hi All,
    I Can edit link using Link.editOriginal () if the default application is as i need it will open it from there, when I try to open it with other application instead of default application of link file I can't (usually we "use edit" with option in manually). Is there any option to do it in scripting.
    Any clue will help us to update the large set of links in a single click.
    Thanks in advance,
    Sankar L

    Hi csm_phil,
    You are exactly catch my point, my requirement is to update math type eps file. If my math type equation default application file is illustrator (say) as below
    it will open in illustrator instead of mathtype if i use editOriginal function...
    Jus i need to open it in mathtype, the link file default application file is whatever it is.
    Thanks,
    Sankar L

Maybe you are looking for

  • Creating Multiple JVMS with JNI_CreateJavaVM

    Hey there I'm trying to create 2 JVMS in from within a C++ program - in order to start a couple of Java servers. I've been hunting around the discussion groups and the web and there are references to not being able to create more than a single JVM wi

  • Sever2012 R2 VHD running in Server 2008 R2 Hyper-V -

    I wanted to add "nightmare", after the end of the title, but I am holding that this is only a dream. So I have an 8GB Dual Core 2008 R2 server, set up Hyper-V, and even got the Evaluation Server2012 R2 VHD running. But I can hardly do anything with i

  • Planned and Actual costs at the Activity level

    Hi all,       Can you tell me if there is a R/3 report which lists out the planned and actual costs for a project and displays it for each network and activity? I want these values at the activity level.       I found a report which lists out these v

  • CDC OBE - DBMS_CDC_Publish must be declared

    Hi: I'm running through the Change Data Capture Demo under the Data Warehousing section. when I run the cr_cdc_ct.sql script, I get the following message: PLS-00201: identifier 'DBMS_CDC_PUBLISH' must be declared I've granted execute on this to SH. A

  • CS2 re-activation on Vista?

    Sounds like a double problem!  But my CS2 worked well on Vista.  I had no problems either installing or activating it at all last year.  Until to solve a different problem, HP wiped my computer and reinstalled Vista, but it was up to me to reinstall