[Solved] Conky doesn't show network speed

Hello Archers!
I have my old conky config with net speed indication which worked in past but stopped working this installation. My user is in “network” group and I have
${font monospace:bold:size=10}NETWORK ${hr 2}
${font monospace:normal:size=10}Download: ${alignr}${downspeedf eth0} KB/s
Upload: ${alignr}${upspeedf eth0} KB/s
in my ~/.conkyrc file. It used to show speed in KB/s but now just zeros, all the time. What would be the reason for this malfunction?
Last edited by Mr. Alex (2013-07-28 09:27:41)

Mr. Alex wrote:
jasonwryan wrote:it isn't the smartest thing to post here...
Yeah, I know Arch maintainers don't accept criticism anymore. But mine wasn't even obvious and yet you pointed that out and called it “not the smartest thing to post here”. Totalitarian regime inside of a distro. Free speech is forbidden. Arch Linux, ladies and gentlemen!
Read the Etiquette. Your histrionics are as unfounded as your original slur. If you had even the slightest clue of what a totalitarian regime actually involved, you would be ashamed of yourself for that association.
Don't post here again unless you are prepared to accept responsibility for your own incompetence.
Closing

Similar Messages

  • [SOLVED]lm_sensors doesn't show fan speed (or much else)

    I'm going to start with a bit of code to illustrate the context
    $ sudo sensors-detect
    Now follows a summary of the probes I have just done.
    Just press ENTER to continue: yes
    Driver `coretemp':
    * Chip `Intel digital thermal sensor' (confidence: 9)
    $ sudo sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +63.0°C (high = +84.0°C, crit = +100.0°C)
    Core 0: +63.0°C (high = +84.0°C, crit = +100.0°C)
    Core 1: +62.0°C (high = +84.0°C, crit = +100.0°C)
    Core 2: +62.0°C (high = +84.0°C, crit = +100.0°C)
    Core 3: +55.0°C (high = +84.0°C, crit = +100.0°C)
    Now, I was under the impression that Fan speed should be being displayed, along with other things. Am I missing a kernel module of some kind? I feel like it is an incorrect setup of mine. I can't find anything on the wiki page https://wiki.archlinux.org/index.php/lm_sensors or in the forums, but I feel like I'm missing something.
    I do not want to add a dangerous kernel parameter but can't figure out what my motherboard is (or how to add the asus_atk0110 driver to my kernel configuration) from the suggestion here http://www.lm-sensors.org/wiki/FAQ/Chap … rnel2.6.31
    EDIT: turns out the motherboard is W35xSTQ_370ST by SEAGATE. I don't however know how to use this knowledge to figure out if I should be loading any other kernel modules or what sensors are available, e.t.c.
    Thanks in advance.
    Last edited by crashandburn4 (2015-01-02 20:26:23)

    Most likely your hardware doesn't provide more information. I've seen this mostly in laptops. This is from my Acer:
    [xxx@arch ~]$ sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +56.0°C (high = +80.0°C, crit = +90.0°C)
    Core 2: +54.0°C (high = +80.0°C, crit = +90.0°C)

  • Lion doesn't show network disk in finder!

    Hi guys, sometimes (mostly) Mac os X Lion doesn't show network disk (drive) in finder!!
    System is:
    MAC OS X LION 10.7.2
    imac 27 inch  i5
    8 GB Memory
    Thanks in advance.

    Hi Carolyn... Thanks for the tip but I forgot to say that I'm expert user
    I mean... I checked already and I and problem continue.
    I solved the problem in this way.
    Finder > Go > Connect Server > Network disk
    But normally I have to see my disk under devices are in the finder.

  • Conky doesn't show (XFCE 4.8) and keeps asking password? [SOLVED]

    I've finally got XFCE4.8 all dressed up the way I want it to look.
    Only problem left is Conky:
    1.It simply doesn't show on the desktop.
    2.It keeps asking for a password?
    If i start conky via terminal i get this:
    =========================================================
    [sven@myhost ~]$ conky
    Conky: desktop window (1400003) is subwindow of root window (15d)
    Conky: window type - override
    Conky: drawing to created window (0x2000001)
    Conky: drawing to double buffer
    Password:
    =========================================================
    My .conkyrc looks like this:
    =========================================================
    own_window yes
    own_window_colour 0F0D0D
    use_spacer right
    use_xft yes
    # Update interval in seconds
    update_interval 1
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent no
    own_window_type override
    own_window_hints undecorate,below,skip_taskbar,sticky)
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    #colour
    default_color 808080
    own_window_colour 333333
    #font
    use_xft yes
    xftfont Droid Sans:pixelsize=11
    # Stippled borders?
    stippled_borders 0
    # border margins
    # border width
    border_width 1
    alignment top_left
    gap_x 5
    gap_y 5
    # --- Colours, Sizes, Fonts & Margins --- #
    minimum_size 1356 0
    #stippled_borders 3
    #border_inner_margin 9
    # --- Text --- #
    draw_outline no
    draw_borders no
    uppercase no
    draw_shades no
    # --- if-up_strictness --- #
    if_up_strictness link
    TEXT
    ${color}CPU0: ${color ffffff} ${execi 5 sensors | grep -A 0 'Core 0' | cut -c15-21} | ${color}CPU1: ${color ffffff} ${execi 5 sensors | grep -A 0 'Core 1' | cut -c15-21} | ${color}HDD: ${color ffffff} ${execi 60 sudo hddtemp /dev/sda | grep -A 0 '/dev/sda' | cut -c24-29} | ${color}RAM: ${color ffffff} $mem | ${color} Total Down: ${color ffffff} ${if_up eth0}${totaldown eth0}${else}${if_up wlan0}${totaldown wlan0}${endif}${endif} | ${color}Total Up: ${color ffffff}${if_up eth0}${totalup eth0}${else}${if_up wlan0}${totalup wlan0}${endif}${endif} | ${color} Down Speed: ${color ffffff} ${if_up eth0}${downspeed eth0}${else}${if_up wlan0}${downspeed wlan0}${endif}${endif}| ${color}Up Speed: ${color ffffff} ${if_up eth0}${upspeed eth0}${else}${if_up wlan0}${upspeed wlan0}${endif}${endif} ${alignr} ${color} Battery: ${color ffffff} ${battery_percent}% ${color} | ${color ffffff}${time %A} ${time %e} ${time %B} ${time %G} - ${time %H:%M:%S}
    =========================================================
    Any help is appreciated!
    Sven
    Last edited by killerturtle (2011-06-29 15:30:40)

    jasonwryan wrote:You should look at using visudo to make this script run with the hddtemp call...
    Ok, thx; I'll look into that.
    Now still to solve the first problem....

  • [SOLVED] Conky/ifconifg no up/down-speed

    Hi,
    Conky shows no downspeed or upspeed.
    ifconfig also shows no downspeed or upspeed.
    iftop does show the speed of up and down traffic.
    Eth: 03:00.0 Ethernet controller: Qualcomm Atheros Killer E2200 Gigabit Ethernet Controller (rev 13)
    Box: Linux archbeast 3.13.7-1-ARCH #1 SMP PREEMPT Mon Mar 24 20:06:08 CET 2014 x86_64 GNU/Linux
    At the moment of test; downloading 1MB/s and uploading 1MB/s
    [thijs@archbeast ~]$ ifconfig
    enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 76.83.1.135 netmask 255.255.255.0 broadcast 76.83.1.255
    inet6 xx:xx:xx:xx:xx prefixlen 64 scopeid 0x20<link>
    ether xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 17
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 78483 bytes 16327096 (15.5 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 78483 bytes 16327096 (15.5 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    I think Conky will work when stats are back in ifconfig. When I run Debian 7 or Mint 16 on this machine; all is well.
    Cheerio
    Last edited by Thijxx (2014-11-17 08:06:31)

    I did nothing unusual when following the beginners guide when I installed Arch. BTW, you may want to edit your post and xx out you MAC addy for security reasons. It's not wise to share.
    $ ifconfig
    enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.1.14 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::76d4:35ff:fe56:ed09 prefixlen 64 scopeid 0x20<link>
    ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
    RX packets 13807694 bytes 16561364557 (15.4 GiB)
    RX errors 0 dropped 10 overruns 0 frame 0
    TX packets 12601230 bytes 11800214551 (10.9 GiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 643 bytes 42216 (41.2 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 643 bytes 42216 (41.2 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    My network portion of Conky:
    ######### NETWORK ###############
    ${color CC9900}${font Arial:style=Bold}NETWORK ${hr 2}$color$font
    ${color2}IP on enp5s0: ${color}${alignr}${execi 3600 curl -s http://192.168.1.1|grep 'wan_ipaddr'|awk '{print $1,$2}'|sed 's/<span id="wan_ipaddr">//'|sed 's!</span>&nbsp;!!'}
    ${color2}Down ${color}$alignr ${downspeedf enp5s0} kb/s
    ${color2}Up ${color}$alignr ${upspeedf enp5s0} kb/s

  • Finder doesn't show network computer "Shared" in sidebar

    I update 10.5.3 (05.28.08) and the Finder doesn't show all network computers at "SHARED" in sidebar except Windows PCs. I rebooted and seems fixed it.
    now I can see all connected computers as 10.5.2,
    but when I try to open a file from apps [command+o] (whatever apps is, I tried many as I can to check), again only shows PCs.
    so I cannot access directly a file in other Mac on the network.
    I tried put ~/Lib*/Preferences/com.apple.sidebarlists.plist in the trash once, log out/in.
    still only PCs and of course deleted all personal shortcut icons are gone. so I replace it from trash can.
    log out/in. then again now only PCs..... rebooted .....
    any idea to fix it?
    thanks

    After adding a couple of macs to my network, I had the same problem. Part of the issue was turning on file sharing as suggested, but I also had issues with the firewall settings on the MAC. I had my firewall set only allow essential services because I didn't want to leave it open to all connections. I changed the setting to set access for specific services and applications. I added nmdb, configd, mDNSResponder, krb5kdc. These live in /usr/sbin.
    Since making those changes, this problem seems to have stabilized and things are working as they should.
    Hope this helps.

  • Downloads window is blank, shows file name but doesn't show up speed, percentage of download etc.

    When I start downloading something, the Downloads window opens normally & also shows what is being downloaded. But, it doesn't show downloading percentage, downloading speed. (all things which usually show up below the name of file). But when minimized, I can see percentage.

    Worked for me too. options->options->privacy->remember download history

  • [SOLVED] akregator doesn't show images in the preview pane

    I have three different PCs with Arch and kdemod-legacy (that is, kde 3.5.9) and on all of them I use akregator (a RSS/Atom feed reader).
    One of the feed I subscribed is from an image board: when new images are uploaded to the site, I'm notified and clicking on the link in the articles section of akregator I can see in the lower pane a thumbnail of the image.
    However this doesn't happen on my third pc: I *suppose* the installed applications and libraries are the same between all the machines, and the akregator options seems to be same as well.
    Does anybody have an idea about this?
    Thanks in advance for your time.
    Last edited by daneel971 (2008-09-03 06:11:17)

    Thanks for your reply.
    Daren wrote:do you have the option set to load the full article in the pane?
    Without this, it just displays an overview.
    That's right - I don't use that option because it's usually unnecessary: the overview usually does show a thumbnail of the image, and I can avoid loading the entire page.
    Anyway, I noticed that switching from RSS to Atom (for the same feed, I mean) solves the issue - so maybe it was related to the type of feed used.

  • Wicd Doesn't Show Networks

    I just installed wicd, had it working and everything, and then after I restarted X and wicd, it said I wasn't connected. The internet still worked, though; firefox was fine and I was torrenting at about 60 Kbps. Then, after a reboot, the whole thing went. Also, hal failed during the boot process, but I don't see why -- the only changes I made to DAEMONS was adding wicd and removing networkmanager/dhcpdbd, as per the wiki. Here's my rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="America/Chicago"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    #MODULES=(snd_pcsp)
    MODULES=(fglrx !pcspeaker !snd_pcsp)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="Bender"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    wlan0="dhcp"
    INTERFACES=(lo !eth0 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    #ROUTES=(!gateway)
    ROUTES=(gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(@syslog-ng pulseaudio hal !network !dhcdbd !networkmanager wicd netfs @crond alsa @openntpd)
    #DAEMONS=(@syslog-ng !network pulseaudio hal dhcdbd networkmanager netfs @crond alsa @openntpd)
    #DAEMONS=(syslog-ng network netfs crond)
    Edit: I should also mention that, not only is wicd not connecting, but also that no networks are showing up.
    Last edited by Buce (2009-03-20 07:29:50)

    Figured it out. For anyone else switching from networkmanager to wicd, make you don't uninstall wireless_tools when you remove networkmanager (or reinstall it if you do).

  • Conky doesn't show script output

    I'm a bit lost here conky was working great until the last update. Now the output of my script will be shown when I run conky the first time, but then it is just blank. This sometimes also happens with my mail script, but it is far less frequent.
    .conkyrc
    color0 81b1e7
    # Use Xft?
    use_xft yes
    xftfont snap
    xftalpha 1
    # Update interval in seconds
    update_interval 1
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_type desktop
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    #own_window yes
    #own_window_transparent yes
    #own_window_type normal
    #own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # Draw shades?
    draw_shades no
    # Draw outlines?
    draw_outline no
    # Draw borders around text
    draw_borders no
    # Stippled borders?
    stippled_borders 0
    # border width
    #border_width 1
    # Default colors and also border colors
    default_color white
    #default_shade_color black
    #default_outline_color white
    own_window_colour white
    #position
    gap_x 0
    gap_y 0
    alignment top_left
    #minimum_size 1280
    #maximum_width 1280
    minimum_size 1677
    maximum_width 1680
    # Subtract file system buffers from used memory?
    no_buffers yes
    # set to yes if you want all text to be in uppercase
    uppercase no
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer none
    TEXT
    ${time %A %B %d, %Y - %R:%S}${alignc} ${color0}:: Mail ${color}${texeci 120 /home/pyther/scripts/checkmail.py} ${color0}:: PKGS ${color}${texeci 10800 /home/pyther/scripts/pmupdate.sh} ${color0}:: Weather ${color}${texeci 900 /usr/bin/conkyForecast --location=USOH0008 --imperial --datatype=HT -ux}F - ${texeci 900 conkyForecast --location=USOH0195 --imperial --datatype=CC} ${color0}::
    pmupdate.sh (Script that is giving troubles)
    #!/bin/sh
    sudo pacman -Sy > /dev/null
    pkgs=`pacman -Qu | wc -l`
    if [ -n "$pkgs" ]; then
    echo "$pkgs"
    else
    echo "0"
    fi
    Running conky from the terminal doesn't result in any useful output.
    Occasionally the mail and weather script won't show anything, but that is far less frequent.
    Last edited by pyther (2010-04-03 22:18:01)

    This is unrelated and I emailed the author of conkyforecast about the issue.
    /usr/bin/conkyforecast
    change
    $PYTHONPATH /usr/bin/python /usr/share/conkyforecast/conkyForecast.py "$@"
    to
    /usr/bin/python /usr/share/conkyforecast/conkyForecast.py "$@"
    PYTHONPATH is used incorrectly in this case. It is used to reference python modules (which the openoffice pkg is now doing).
    Last edited by pyther (2010-04-03 22:26:26)

  • Illustrator doesn't show network locations

    Illustrator doens't show my added network locations.
    Trying to open files from Bridge (or from InDesign) into illustrator results into illustrator opening, but not the file.
    The 32-bit version of illustrator does show the network locations.
    Running windows 8.1 and Adobe Creative Suite 6

    I did a total reinstall of adobe CS6, and it seems to be working fine now.
    I had download Bridge CC from the Creative Cloud last time. I think that messed up my settings somehow.

  • K8N Neo3 nForce 4-4X doesn't show network utilization for some reason

    Has anyone had this problem? If I am downloading something and I check the Windows Task Manager the networking tab shows no activity for some reason. I figure this is probably a known problem, but I haven't seen anything on it yet.

    Quote from: clappi77 on 29-May-06, 02:37:57
    I figure this is probably a known problem, but I haven't seen anything on it yet.
    Nope

  • [SOLVED] Thunar doesn't show external volumes anymore

    Hello,
    Thunar used to show external devices (USB sticks, iPod, ...) in the left panel (when displaying shortcuts instead of tree). For some reason I can't figure, it doesn't do it anymore.
    All I have in the left panel is the standard "home, Desktop, filesystem" and the static links to the different folders I placed there.
    I tried to uninstall completely thunar and remove the configuration files, then re-install it, but it changed nothing.
    Desktop : openbox.
    Running daemons (I'm not sure if all of theme are relevant) : dbus, hal, fam.
    .config/Thunar/thunarrc :
    [Configuration]
    DefaultView=void
    LastCompactViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLEST
    LastDetailsViewColumnOrder=THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE,THUNAR_COLUMN_DATE_MODIFIED
    LastDetailsViewColumnWidths=50,204,50,50,134,50,50,64,109
    LastDetailsViewFixedColumns=FALSE
    LastDetailsViewVisibleColumns=THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE
    LastDetailsViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLER
    LastIconViewZoomLevel=THUNAR_ZOOM_LEVEL_NORMAL
    LastLocationBar=ThunarLocationButtons
    LastSeparatorPosition=184
    LastShowHidden=FALSE
    LastSidePane=ThunarShortcutsPane
    LastSortColumn=THUNAR_COLUMN_NAME
    LastSortOrder=GTK_SORT_ASCENDING
    LastStatusbarVisible=TRUE
    LastView=ThunarIconView
    LastWindowHeight=441
    LastWindowWidth=743
    LastWindowMaximized=FALSE
    MiscVolumeManagement=TRUE
    MiscCaseSensitive=FALSE
    MiscDateStyle=THUNAR_DATE_STYLE_SIMPLE
    MiscFoldersFirst=TRUE
    MiscHorizontalWheelNavigates=FALSE
    MiscRecursivePermissions=THUNAR_RECURSIVE_PERMISSIONS_ASK
    MiscRememberGeometry=TRUE
    MiscShowAboutTemplates=TRUE
    MiscShowThumbnails=TRUE
    MiscSingleClick=FALSE
    MiscSingleClickTimeout=500
    MiscTextBesideIcons=FALSE
    ShortcutsIconEmblems=TRUE
    ShortcutsIconSize=THUNAR_ICON_SIZE_SMALLER
    TreeIconEmblems=TRUE
    TreeIconSize=THUNAR_ICON_SIZE_SMALLEST
    What should I do to get it working again ?
    Thanks in advance !
    PS : please tell me if I forgot anything. Also, I searched for similar topics in the forum, but haven't found anything.
    Last edited by Alfred456654 (2011-02-11 07:13:58)

    Hello,
    Yes, I have gvfs installed :
    yaourt -Ss gvfs
    1 extra/gvfs 1.6.6-1 [installé]
    Userspace virtual filesystem implemented as a pluggable module for gio
    2 extra/gvfs-afc 1.6.6-1 [installé]
    AFC (mobile devices) backend for gvfs
    3 extra/gvfs-gphoto2 1.6.6-1
    gphoto2 (PTP camera/MTP media player) backend for gvfs
    4 extra/gvfs-obexftp 1.6.6-1
    ObexFTP (bluetooth) backend for gvfs
    5 extra/gvfs-smb 1.6.6-1 [installé]
    SMB/CIFS (Windows client) backend for gvfs

  • [SOLVED] Steam doesn't show text anymore even with -no-dwrite

    wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Steam/Steam.exe -no-dwrite
    Wine cannot find the ncurses library (libncursesw.so.5).
    fixme:ver:GetCurrentPackageId (0x33e460 (nil)): stub
    ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
    Edit: Fixed by logging out and closing, then it worked again.
    Last edited by lolwtfidk (2015-02-28 03:30:58)

    In my post I referred to the problem of digiKam v.1.1.0 not autorotating images correctly anymore when it's downloading and processing them from the camera, whereas v. 1.0.0 did so correctly (without to my knowledge having any Kipi plugins installed).  I.e. v.1.1.0 is configured to autorotate but it doesn't really do it; it doesn't rewrite the EXIF orientation tag.  It does display portrait images correctly in its own viewer (and so does Gwenview) but the other programs don't when they access these images in the album directory.  They show the wrong orientation but none of them, Gwenview included, has any problem in allowing me to manually rotate the image to the correct orientation that can then be passed on e.g. to Thunderbird.
    Of course, I could process all the images taken in portrait orientation manually, e.g. in GIMP, but why do so when digiKam 1.0.0 and earlier used to do it automatically.  Besides, the image rotation in digiKam is supposed to be lossless which may not be true if I use other programs.
    Again, a short summary: portrait image from camera downloaded with digiKam -> displayed correctly in digiKam (and Gwenview) but not really rotated according to EXIM tags -> can be rotated further (another 90 deg) and saved in digiKam or Gwenview and can then be displayed correctly in GIMP, Firefox and Thunderbird but would not be correctly displayed anymore in digiKam and Gwenview.
    I haven't figured out how to rotate images in Gwenview from the CLI, hence can't produce any error messages.
    Sorry to be so verbose again.

  • [solved] Sonata doesn't show cd-covers

    Hi,
    since last Pacman -Syu Sonata does not show the CD-Covers.
    The .jpg cover-files are in the same directories where the .mp3 files of an album are saved.
    ~/music/Band/Album/*.mp3
    This is the console output
    $ sonata
    Taglib and tagpy not found, tag editing support disabled.
    SOAPpy not found, fetching lyrics support disabled.
    Traceback (most recent call last):
    File "/usr/lib/python2.5/site-packages/sonata.py", line 2781, in set_image_for_cover
    if self.filename_is_for_current_song(filename):
    File "/usr/lib/python2.5/site-packages/sonata.py", line 2824, in filename_is_for_current_song
    if filename == self.musicdir + songdir + "/" + self.single_img_in_dir:
    NameError: global name 'songdir' is not defined
    Last edited by SiD (2007-05-18 13:08:03)

    That's a known bug in Sonata, it has been fixed in svn so you can either checkout the svn version or wait for the next release (should come soon I think).
    Or, you could edit the file manually and add the following line above "if filename == self.musicdir + songdir + "/" + self.single_img_in_dir:":
    songdir = os.path.dirname(self.songinfo.file)
    so it ends up like this:
    if self.single_img_in_dir and self.songinfo:
    songdir = os.path.dirname(self.songinfo.file)
    if filename == self.musicdir + songdir + "/" + self.single_img_in_dir:
    return True
    Last edited by [vEX] (2007-05-18 13:02:36)

Maybe you are looking for

  • N70 Internet - Can it be connected to my household...

    I was just wondering if a NOkia n70 could be connected to my wireless connection at home? If yes, how do i do it? Thanks

  • Head Spinning on Creating a Apple Lossless and AAC libraries

    I am contemplating archiving all my CDs to an Applelossless library using iTunes. Before doing so, I have some questions. We are in a WIN XP environment. 1) How do I convert an Apple Lossless album to AAC format with all the album info in tack to a s

  • Comparing date format having hh:mm:ss:pm

    Hi In table the records are stored in this format 6/15/2010 1:20:12 PM (mm/dd/yyyy hh:mm:ss PM/AM) I need to get the records having the date greater than 6/1/2008 00:00:00 AM How can i get that I tried the following trunc (dt)>= to_date('06/01/2008',

  • X300 Graphics issue on Windows 8 Developer Preview

    I recently decided to install the developer preview on my x300 and none of the apps will open other than the file manager and the desktop. Later i found out that the resolution had to be greater than 1280 x 768 or something like that and the graphics

  • Can't change Artist or Album name for multiple songs now.

    I can no longer select an entire group of songs and change the name of the artist or album.  It just ignores my changes.  I can change individual items with no problem, but that is incredibly time consuming if I want to change the name of one of thes