Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: iDesk error in Openbox

  1. #1
    Join Date
    Aug 2008
    Location
    Buenos Aires, Argentina
    Beans
    84
    Distro
    Lubuntu 18.04 Bionic Beaver

    Exclamation iDesk error in Openbox

    Hi all,

    I am trying to run iDesk in my machine (see specs in signature) with Openbox as WM. Apparently it has some errors.
    I quote the next message when I run idesk in terminal:
    "terminate called after throwing an instance of'std::ios_base::failure' what(): basic_filebuf::underflow error reading file
    Aborted"

    This is my .ideskrc file in $HOME:

    table Config
    FontName: tahoma
    FontSize: 8
    FontColor: #ffffff
    ToolTip.FontSize: 9
    ToolTip.FontName: gothic
    ToolTip.ForeColor: #0000FF
    ToolTip.BackColor: #FFFFFF
    ToolTip.CaptionOnHover: true
    ToolTip.CaptionPlacement: right
    Locked: false
    Transparency: 100
    Shadow: true
    ShadowColor: #000000
    ShadowX: 1
    ShadowY: 2
    Bold: false
    ClickDelay: 300
    IconSnap: true
    SnapWidth: 55
    SnapHeight: 100
    SnapOrigin: BottomRight
    SnapShadow: true
    SnapShadowTrans: 200
    CaptionOnHover: false
    FillStyle: FillHLine
    Background.File:
    Background.Delay: 20
    Background.Source: /home/herman/.wallpaper
    Background.Mode: Scale
    Background.Color: #C2CCFF
    end
    table Actions
    Lock: right doubleClk
    Drag: left hold
    EndDrag: left singleClk
    Execute[0]: left doubleClk
    end

    The next file is my icon file in .idesktop directoy in $HOME.

    table Icon
    Caption: File Manager
    Command: pcmanfm
    Icon: /usr/share/fbpanel/images/file-manager.png
    X: 100
    Y: 50
    end

    Can someone help me?

    Thanks in advance!
    Terraman
    Sony Vaio VPCW210AL, Lubuntu 18.04
    Linux for ever!

  2. #2
    Join Date
    Aug 2008
    Location
    Buenos Aires, Argentina
    Beans
    84
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: iDesk error in Openbox

    Someone?
    Terraman
    Sony Vaio VPCW210AL, Lubuntu 18.04
    Linux for ever!

  3. #3
    Join Date
    Aug 2008
    Location
    Buenos Aires, Argentina
    Beans
    84
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: iDesk error in Openbox

    Anybody?
    Terraman
    Sony Vaio VPCW210AL, Lubuntu 18.04
    Linux for ever!

  4. #4
    Join Date
    Jul 2006
    Beans
    1,152

    Re: iDesk error in Openbox

    According to this thread (on a French forum) this problem can be solved if you have both a Command[0] and Command[1] line (instead of having just a Command line) in your icon file (as explained on the Wiki). Perhaps that helps you as well.

    Since you only specify Execute[0] in your ideskrc and don't have an Execute[1] option, perhaps only changing the Command to Command[0] might do. It shouldn't be necessary, but it could be worth a try.

    I don't use idesk, otherwise I'd experiment with it myself.

  5. #5
    Join Date
    Aug 2008
    Location
    Buenos Aires, Argentina
    Beans
    84
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: iDesk error in Openbox

    urukrama,

    I have followed your suggestion, unfortunately it is still showing the same message.

    PS: nice Openbox Guide, it has been extremely helpful so far.
    Terraman
    Sony Vaio VPCW210AL, Lubuntu 18.04
    Linux for ever!

  6. #6
    Join Date
    Aug 2008
    Location
    Buenos Aires, Argentina
    Beans
    84
    Distro
    Lubuntu 18.04 Bionic Beaver

    Angry Re: iDesk error in Openbox

    Nobody?
    Terraman
    Sony Vaio VPCW210AL, Lubuntu 18.04
    Linux for ever!

  7. #7
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: iDesk error in Openbox

    i would try starting again, remove everything(uninstall: sudo apt-get remove --purge idesk), reinstall it(sudo apt-get install idesk), than copy the files(cp /usr/share/idesk/idesrc ~/.ideskrc (i think?)), create the folder(mkdir ~/.idesktop), don't put nothing in it yet. just start it up(idesk &), than kill it(killall idesk), than do your thing.

    you know pcmanfm does desktop icons?
    put "pcmanfm -d &" in your startup, makes it run as a daemon(aka:faster), than turn on the desktop support, go to /usr/share/applications, copy & paste what ever programs you want to ~/Desktop. it's very simple.

  8. #8
    Join Date
    Aug 2008
    Location
    Buenos Aires, Argentina
    Beans
    84
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: iDesk error in Openbox

    Quote Originally Posted by kerry_s View Post
    i would try starting again, remove everything(uninstall: sudo apt-get remove --purge idesk), reinstall it(sudo apt-get install idesk), than copy the files(cp /usr/share/idesk/idesrc ~/.ideskrc (i think?)), create the folder(mkdir ~/.idesktop), don't put nothing in it yet. just start it up(idesk &), than kill it(killall idesk), than do your thing.

    you know pcmanfm does desktop icons?
    put "pcmanfm -d &" in your startup, makes it run as a daemon(aka:faster), than turn on the desktop support, go to /usr/share/applications, copy & paste what ever programs you want to ~/Desktop. it's very simple.
    kerry_s

    When I put "pcmanfm -d &" a message "Files does not exist" por up. However, with "pcmanfm &" there is no message and the file manager is running.
    Terraman
    Sony Vaio VPCW210AL, Lubuntu 18.04
    Linux for ever!

  9. #9
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: iDesk error in Openbox

    Quote Originally Posted by Terraman View Post
    kerry_s

    When I put "pcmanfm -d &" a message "Files does not exist" por up. However, with "pcmanfm &" there is no message and the file manager is running.
    yeah, i guess it doesn't work in some wm's, i'm using twm and using the daemon causes a zombie. that's okay it's just slow the first time it's started without it. it's a undocumented setting, so my guess is it's not completely ready. when it does work it's great, pcmanfm starts instantly the first time it's used. works in my jwm setup on my other laptop.

  10. #10
    Join Date
    Aug 2008
    Location
    Buenos Aires, Argentina
    Beans
    84
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: iDesk error in Openbox

    kerry_s

    Ok! But iDesk is showing the same message:
    terminate called after throwing an instance of 'std::ios_base::failure' what(): basic_filebuf::underflow error reading the file
    Terraman
    Sony Vaio VPCW210AL, Lubuntu 18.04
    Linux for ever!

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •