GVM and gthumb

After upgrading to Gnome 2.16, I've noticed a few things no longer work.  gnome-volume-manager doesn't seem to get started with the Gnome session and doesn't work when I run it manually from a terminal.  Also, gthumb is no longer able to import photos through the use of my card reader.  Any ideas?

Blaasvis wrote:
gnome-volume-manager works fine for me.
any output if you run : gnome-volume-manager -n
No output and the process seems to die right away.
[john@metatron ~]$ gnome-volume-manager -n
[john@metatron ~]$ ps x | grep gnome-volume
5245 pts/0 S+ 0:00 grep gnome-volume
[john@metatron ~]$ killall gnome-volume-manager
gnome-volume-manager: no process killed

Similar Messages

  • Output file location for batch printing

    Hi all,
    We have a current implementation of Oracle Documaker for our LOB. What we do is run a .BAT file that runs the GEN* brothers (gentnw32, gendaw32, and genptw32). This then uses the XML defined in the DATA segment of the fsisys INI file. This prints out multiple PDFs for us depending on the contents of the XML.
    This workspace is a hand-me-down and works as is but with the new requirements, I need to direct the PDFs to a specific directory. Currently, it places them in the root folder/PRINT. This setup is not found on any line in the fsisys or fsiuser files. Is there a configuration I can make to have Documaker place it someplace else? Thanks!
    We are using Documaker Studio Version 12.2.0.21451 Build Aug 8 2013. The workspace however was created with an older version (uses an MRL files rather than an ODBC connection)

    Your question about scripting was as follows:
    Can someone give me a brief explanation of what the lines: "SetGVM("PrtName001" ,file_name ,,"C",254)", "HaveGVM("PRTName001")", and "GVM("PRTName001")" do? I am confused since a DAL script named PDF_NAME is run when I execute GenData but it is not called in any line in the INI file (where is it called). It sets the GVM seen above but it does not reflect immediately when GV1 script and GV2 script are called in GenPrint. However, they are reflected when GV1 is run after POSTTRANSDAL for Batch1. Sorry about the confusing question. These three lines are found in separate DAL scripts.
    First, anytime you want a basic explanation for most DAL functions, I would point you to the help. If you have the script open in the Triggers/Script manager in DMStudio and click on the function name, you should see the help panel reflect the function you click. You can also simply press F1 and find all the DAL help and browse it at your leisure.
    GVM means Global Variable Member (or something like that). These are variables created and used during the server process - GenTrn, GenData, and GenPrint. Each program is responsible for creating the GVMs that it will used and only live within that program. The only way for GVMs to get "passed" to the next program is if these were written to a file that is subsequently loaded by the next program. For instance, the Gendata step creates the Batch (BCH) files mentioned in the other post. The content written to each recipient record in the BCH file is (typically) taken from GVMs. Then when GenPrint loads a particular batch record, those column values are again turned into GVMs. You may not have needed that lesson, but I thought it might be helpful in explaining the DAL rules you questioned.
    HAVEGVM() is used to query whether a GVM actually exists. If it doesn't exist, then there is certainly no way you can get a value from it.
    SETGVM() is used to 1) assign a value to an existing GVM; and 2) optionally create a new GVM if it does not already exist. In your case, the parameters to the SetGVM would appear to be allowing the variable creation identifying that it will hold character ("C") content with a max length of 254 bytes.
    GVM() is a function that returns the value currently assigned to the named GVM.
    So you see that your DAL script is capable of creating a GVM if it does not already exist. From what information you have, I don't know whether that is needed or not. It really depends upon your implementation.
    Your PORT= statements define to run an associated script and that ultimately must be returning the actual starting name to use for that output. Assuming this is coming from GVM values, there's not enough information here to say where they are coming from. These could be taken from a column defined in your BCH files; or could be determine by some field value hidden (or otherwise contained) in your transaction data; or might be queried or created by some other scripting method.

  • The image [image] cannot be displayed because it contains errors.

    I'm using Firefox ESR 24.5.0 on Red Hat Enterprise Linux 6.3 with GNOME 2.28.2.
    It gives me that error when I try to view this image http://graphbench.org/images/hairball-header-cropped.jpg
    It's only 1170x311 and 81.1kB so size shouldn't be a problem. When I ctrl-s to save the image, it opens fine in GIMP, Eye of Image viewer GNOME 2.28.2, and gThumb image viewer 2.10.11. Opening the image in Firefox from my hard drive fails with the same error. I have no extensions installed and it fails even in safe mode. The image loads fine in Firefox on a different (Windows) computer on the same network.
    I've shift-refreshed to reload the image and that doesn't help. I yum uninstalled firefox, deleted my .mozilla folder, and yum installed firefox again but the problem remains. I went into about:config and there were no bold network.http.* prefs. The permissions for the domain are not restricted. I went to "Tools > Page Info > Media" and the image was not blocked. permissions.default.image is set to default. I "Allow pages to choose their own colors, instead of my selections above". When loading this page http://graphbench.org/ I get this error in the web console "[13:44:33.313] Image corrupt or truncated: http://graphbench.org/images/hairball-header-cropped.jpg @ http://graphbench.org/images/hairball-header-cropped.jpg" Four other images fail on that same page: images/nelson.jpg images/myers.jpg images/ceze.jpg and images/kahan.jpg .

    At our site we experienced this problem too, on a Scientific Linux release 6.3 with firefox-24.5.0-1.el6_5.i686. It seems to be a bug in the rpm package of Firefox that doesn't require the upgrade of libtiff.
    We solved the problem by manually upgrading with "yum update libtiff". In our case this triggered the update of libjpeg-turbo, too.

  • Is there a program like irfanview(windows)?

    i know EOG(eye of gnome) and gthumb, but i need the option to select some area from the image and cut it to another image.
    thanks :-)

    atordo wrote:Imagemagick ("display" command) can do the "crop" thing, but its interface may not appeal you.
    wow, it's working :-)
    it would be nicer in gnome look but it can do the job.
    thanks :-)
    if anyone have another idea, i'll be gkad to hear :-)
    Last edited by andav (2007-05-28 15:08:56)

  • How can utilize/use  the extended space in system.img ?

    Hello Guru's
    In Oracle VM , How can utilize/use the extended space in system.img ?
    a) Increased the system.img size using the following command:
    # dd if=/dev/zero bs=1M count=12960 >> /OVS/running_pool/18_test1/System.img
    b) Verified the added size of system.img file at OVS server.
    # ls -lh System.img
    -rw-r--r-- 1 root root 19G Feb 9 20:58 System.img
    c) Started GVM and additional size/memory is not shown ?
    # df -m
    Filesystem 1M-blocks Used Available Use% Mounted on
    /dev/xvda2 3984 2292 1652 59% /
    /dev/xvda1 92 12 75 14% /boot
    tmpfs 512 0 512 0% /dev/shm
    + Tried working with resizefs , resize2fs , cmd did not work.
    (GVM is created using Oracle provided template)
    + am i missing anything ?
    Oracle VM Setup Detail:
    oracle-logos-4.9.17-7ovs
    enterprise-linux-ovs-5-0.17
    ovs-release-2.2-0.17
    ovs-utils-1.0-33
    kernel-ovs-2.6.18-128.2.1.4.9.el5
    ovs-agent-2.3-29
    Thanks in advance for your help.
    Best Regards
    Basu

    I am not positive what you did is going to work, but it seems like you did the equivalent of imaging a small disk on a bigger disk. In that case, the first thing to do is update the partition table with fdisk. Start with fdisk -l in the vm for general information about the disk. Hopefully, the additional space will show. Then, work with fdisk to use the extra space. The easiest is to add a partition, then a file system on it. It is also possible to expand the last partition (you might have to delete it first), then expand what is on it (may be RAID, LVM, or the file system), layer by layer. As usual with fdisk, you run the risk of thrashing it all, so you may want to practice on a copy first. Obviously, the extra space can only be added to the last partition of the small disk.
    If the situation is more complex, you may have to boot a VM with both the small disk and the big disk at the same time. If you boot the VM off of an iso DVD image, you can then shell out, then run fdisk to partition the big disk the way you want, then use dd to copy the partitions you want in the order you want from the small disk. I am pretty sure not all combinations will work, but you get the idea. You can then take the small disk out, and boot off of the big disk.
    Come to think of it, you might just be better off with adding more space as a second virtual disk. You would then be free to partition/format it the way you want without messing with the first disk. Linux is so good with disk management, so many options.
    As a general statement, though, I like to put some distance between the high level file systems and the low level disk partitions, so I use LVM (Logical Volume Manager).
    Best of luck, keep us posted.

  • Almost everything GTK segfaults.

    After the upgrade I did today, I can't any longer run almost anything GTK. (The last update I did was two days ago or so.)
    I tried Evince, Gnome-Terminal, Sakura Shotwell and gThumb, and all first return quite a few warnings about using units being deprecated and assuming 'px', then a warning about configuration in ~/.fonts.conf being deprecated, and finally this line right before they segmentation fault:
    GLib-GObject-WARNING **: gvalue.c:185: cannot initialize GValue with type `gint', the value has already been initialized as `(null)'
    I also tried Gimp, and it works normally.
    Help, please.
    EDIT
    The problem is caused by upgrade to gtp3-3.6.1-1-x86_64.
    When I downgrade to 3.4.4-1, the mentioned apps work again.
    Last edited by caminoix (2012-11-03 07:25:35)

    brebs wrote:
    caminoix wrote:units being deprecated and assuming 'px'
    Sounds like you are using a gtk3 theme that's not compatible with 3.6
    Oh, so that's it! Oh dear, dear. Thank you so much! It was really annoying to look for replacements for my favourite and most used apps instead of the actual work I was supposed to be doing. Thanks a lot!

  • FSIUSER PRTTYPE question

    Hi there. Have a question as to whether something is possible, and if so, how to do it.
    We're running a mainframe batch application of the Documaker composition engines. We have it set up in a JCL Proc, so it always points to the same FSIUSER/FSISYS files. We're creating a new application that is slightly different, so adding a new forms list to the BDF. I'll have a new CommonFonts group in FSIUSER, so each will have it's own name. I know I can reference the appropriate commonfonts group in the PRTTYPE group. The problem I'm running into is that both of my PRTTYPE groups are XER. If I give them a custom name, I don't know how to drive the usage of the appropriate PRTTYPE. My understanding is that currently, the PRTTYPE listed in the PRINTER group drives the usage of the appropriate PRTTYPE group, so if I add this custome one, how does my application instance know which group to use? Is there a way to tie the Key1 & key2 value (which drives the Forms List) to the appropriate PRTTYPE group?
    if not, I'll have to create a 2nd instance of FSIUSER, and override the JCL PROC (which isn't a bad thing, just wondering if that's my only option).
    Thanks!
    Gregg

    The batch also needs to be set up. There are several prior steps to getting the print to a new batch. The batching by recipient is one piece. That is not the only way to use the batching by recipient INI setting, you can also use a GVM value to route it there. First create the batch so that the "stuff" that needs to use the PRTTYPE has a place to go.
    The last act of GENDATA is to determine what batch the transaction is routed to - the default method is to resolve the recipient using the AFGJOB routing. If there are multiple recipients, the AFGJOB rule to use batching by recipient should show ;BatchingByRecipINI;;; - please be sure that this is the rule being used first. It is not the default sample but has been more commonly used in more implementations.
    GENDATA then uses the INI option and goes through each transaction recipient the first condition that if finds that it meets, it routes to that batch, therefore if you use a GVM and or recipient name and/or page count the logic drops it into the first condition that is satisfied so order can be important if you are using conditions to determine the batch. Part of the batching set up is to ensure that each batch has a logical place to be written the PRINT_BATCHES section. GENDATA will do run correctly if the BCH file is not defined. The batches are associated with a logical printer under the PRINTERINFO section. The logical devices are then associated with a physical file under the printer definition which also can have the alternate PRTTYPE. There is a default PRTTYPE defined under the PRINTER (not PRINTERS) INI option.
    This probably does not answer the question , but because the batches and printers are all logical devices there are a number of ways that they can be set up in your INI file, its best to review your INI file specifics instead of your implementations. So you can send the files direct or post them here (+Emmalynn's+ dad).

  • Gnome HAL and GVM

    Hi,
    Im still struggeling to get Gnome-Volume-Manager working.
    Since the last upgrade of HAL and GVM every hardware i have tried has been recognized.  :-)
    I still however cant get the automont to work.
    The device gets recognized and HAL creates the devices.
    fstab-sync kicks in and creates nice entries in fstab and creates directories under /media
    But the actual mount does not work. Automount does not work. When trying to mount the device as myself i get:
    mount: only root can mount /dev/sda1 on /media/usbdisk
    and when trying as root:
    mount: wrong fs type, bad option, bad superblock on /dev/sda1,
           or too many mounted file systems
    When looking into /var/log/kernel
    FAT: Unrecognized mount option "pamconsole" or missing value
    What is this "pamconsole" stuff? Its in the corresponding line in my fstab.
    Seems like either im missing some package or a badly configured one?

    alexthelion wrote:in /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi you can disable that pamconsole thing. And you can change /media to /mnt, if you want.
    I have noticed that one. But if i understand things correctly. You should not change anything in that file but instead add files in the hal/fdi/95userpolicy instead.
    To be honest, I'm a little bit confused about all those new hardware things. udev, hal, dbus, g-v-m. it's not easy to understand which component does what.
    For example: if I plug in a USB Mass storage, then hald emits some message via dbus, right? But it seems that hald is also directly calling fstab-sync. So what is g-v-m doing in this scenario? Obviously not the mounting part, or what?
    My understanding is this. (Please correct me if im wrong)
    UDEV is a userspace replacement for devfs and is responsible for creating the device files in /dev
    HAL is a hardware abstraction layer that listens to hotplug and keeps an inventory of the hardware on your machine. HAL also uses dbus the new message bus to notify anyone about changes etc.
    Then there are two important listeners for these events.
    fstab-sync which listens to added and removed devices. And creates/alters the files in /media and the /etc/fstab file.
    Finaly we have GVM, which also listens to these events, and does the actual mounting.
    I think that there is something wrong with the util-linux package. util-linux contains among other things the mount command. And it seems like it is mount who does not understand the pamconsole stuff.

  • Gthumb and .mov files

    Hi!
    gThumb works fine for getting normal photos from my kodak cx7525, but it doesn't notice movies (.MOV). Does anyone know why not? It works on Ubuntu ...
    I tried the other apps, too: gphoto2 works (but it's a bit awkward remembering the commands), gtkam works (but is slightly less obvious than gthumb), digikam sees the files but can't download anything (I think this might be a bug in digikam).

    Hi papatim - welcome to the forum!
    I've just tested what you describe and all works well for me. I've updated to the latest versions of iMovie and QT also. I notice from your details that you're showing OS 10.4.4 - is this correct? If not, you should update OS X to 10.4.6 - this might fix the problem. (Tip: If you're on the latest version of iMovie, it would have been better to post your question in the iMovie 6 forum - this one is for iMovie HD 5).
    Also, do you have any 3rd party plugins for transitions and effects? Some of these do not (as yet) work with iMovie 6 and could be creating problems.
    Try running maintenance routines, repairing permissions and deleting the iMovie and QT preference files. If you need help with these tasks, please post back.
    John

  • [SOLVED]systemd and make a camera visible GUI-wise in your filemanager

    After reading a lot about systemd in the wiki and in this forum I understand there are different opionons about systemd. Anyway, I have a adapted all the changes to rc.conf leaving out only a few daemons to start there. So why not give systemd a try? If you dont want to read the full posting I finally got it to work, basically by reading carefully and checking the suggested tests in the systemd wiki. (loginctl)
    As suggested by the wiki, I tried the systemd yesterday. Enabled via systemctl some services to "replace" my rc.conf daemons. I got what I thought everything to work, including autologin directly to my Xfce4 desktop. Everything except the digital camera.
    When starting Arch traditionally via initscripts I immediately can see the camera in the filemanager (Nautilus) when the camera is attached via USB.
    Some minutes later, after adding "init=/usr/lib/systemd/systemd" to the APPEND line in Syslinux and rebooting, my machine reboots
    fine.But when connecting the camera again it is not visible graphically.
    The camera is there because when using gphoto2 (the commandline) as root I can transfer pictures etc.
    Even if I am no happy CLI user I can handle it when necessary. Handling pictures a graphical view of them is much easier...
    As the wiki about systemd says one can try it out. I have not removed anything from the system and when starting Arch again, the initscript way, I can see the camera again in my filemanager, gthumb works again and pictures can be transferred to my machine.
    In the wiki again, this time about digital cameras
    Permission issues
    Camera devices should be granted permission using ACLs. For this to work, users need to have consolekit or systemd running and the user session must be registered with them accordingly.
    Check this using /usr/bin/ck-list-sessions to verify a value of "TRUE" should be returned for both the "active" and "is-local" fields:
    $ ck-list-sessions | grep TRUE
    active = TRUE
    is-local = TRUE
    ACL=Atlantic Container Line is what first comes into my mind. I have had some connections to transport business...I admit I had to google it to find the correct interpretation of this mumbo-jumbo.
    The wiki also gives a "hint", if this is not working try to use the obsolete camera group and edit some udev rules.
    Should not be necessary when it has worked before systemd and earlier experiences
    But what is this about "Permission issues"?  Here is my listings relative the wiki hints. All seems OK.. or why the heck are there two sessions??
    [leif@krasaki ~]$ ck-list-sessions | grep TRUE
    is-local = TRUE
    active = TRUE
    is-local = TRUE
    [leif@krasaki ~]$ ck-list-sessions
    Session1:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = FALSE
    x11-display = ''
    x11-display-device = ''
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-10-24T07:12:56.499847Z'
    login-session-id = '1'
    idle-since-hint = '2012-10-24T07:13:26.994037Z'
    Session2:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = TRUE
    x11-display = ':0'
    x11-display-device = '/dev/tty7'
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-10-24T07:13:02.361157Z'
    login-session-id = '1'
    [leif@krasaki ~]$
    As one can see, the ACTIVE values are here as the wiki says. But no camera. Those values are the same, wheter which way the machine is started. But 2 sessions??
    Further reading in the systemd wiki article and consolekit vs systemd.logind gives a clue.
    From the wiki:
    In order to check the status of your user session, you can use loginctl. To see if your user session is properly set up, check if the following command contains Active=yes. All polkit actions like suspending the system or mounting external drives with Udisks should then work automatically.
    So when started via systemd and running logintctl, it gives this surprising result. Does not matter wheter as normal user, nor as root....
    [leif@krasaki ~]$ loginctl
    SESSION UID USER SEAT
    1 1000 leif seat0
    1 sessions listed.
    [leif@krasaki ~]$ loginctl show-session 1
    Id=1
    Timestamp=Wed, 24 Oct 2012 10:57:03 +0200
    TimestampMonotonic=20040019
    DefaultControlGroup=name=systemd:/user/leif/1
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Leader=315
    Audit=1
    Type=tty
    Class=user
    Active=no
    State=online
    KillProcesses=no
    IdleHint=yes
    IdleSinceHint=1351069009642296
    IdleSinceHintMonotonic=6664433
    Name=leif
    [leif@krasaki ~]$
    Surprising? Should it not have been Active=Yes? So something is wrong in my settings although it had worked "before" starting using systemd..
    OK, so far. Lost? Not yet. Double check again everything and I found the culprit, my  ~/.bash_profile which had worked before seemed a bit different to what is suggested in the wiki. The old one, actually started 2 sessions, as also could be seen here above checking ck-list-sessions. That was the problem
    Using a fresh edited ~/.bash_profile as suggested here, the camera is visible graphically
    Finally, just for fun, start again the old initscipt way. Enabling daemon and so on. Still 2 sessions going on....Here it was the "/.xinitrc, which also had some old fashions and I removed the ck-launch-session from the exec line. So even here, now only 1 session..
    Anyway, now the camera is visible, both starting with initscripts, naturally also some daemons active in rc.conf and by starting with systemd.
    I rest my case and it seems systemd works with everything on my machine which is just a normal desktop used by an old man.
    Thanks for reading...

    Solved now! Boot times are as fast as posssible on my HDD I think. Only thing after uninstalling initscripst and initscripts-systemd was that locale was not set inspite of a correct /etc/locale.conf. I had to make /etc/profile.d/locale.sh with this content;
    if [ -s /etc/locale.conf ]; then
    . /etc/locale.conf
    fi
    export LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE
    export LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS
    export LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION

  • GNOME and KDE file associations

    Hi,
    I like to use KDE and GNOME, alternating between them. Sounds crazy, but I like both. Please, let's avoid the "GNOME vs. KDE" discussion, right?
    My problem is: I like to use different file associations when I'm using GNOME or KDE. For example, I'd like to associate text files with gedit in GNOME and with Kate in KDE. But if I associate text files to gedit in GNOME, when I run KDE and open a text file it opens gedit. If I associate them with Kate in KDE, when I'm using GNOME it'll use Kate as its text editor.
    Some time ago I could have both desktop environments without this mess. Can I have this behaviour back?

    Yeah, I got tired of Evolution not knowing about opening *.docs in openoffice.  After several hours of research, the key is the /usr/share/applications/mimeinfo.cache,  /opt/gnome/share/applications/mimeinfo.cache, and the MimeType fields in the *.desktop files.  The mimeinfo.cache in /usr was empty and the /opt one had gthumb and other apps but no OO:
    [MIME Cache]
    application/x-gnome-stones=gnome-stones.desktop
    image/jpeg=gthumb.desktop
    application/postscript=ggv.desktop
    ...snip...
    That's a lot of blather to say that the fix for Evolution/OpenOffice was to add the proper MimeType entry to /usr/share/applications/ooo645writer.desktop:
    MimeType=application/vnd.ms-word;application/msword
    and then run "update-desktop-database".  Problem solved.
    Another problem is that within Evolution it says an attached doc is a "application/msword" and not a "Microsoft Word Document".  Unfortunately this is because freedesktop.org decided to use application/vnd.ms-word instead of application/msword like the rest of the world.  If you check the vnd.ms-word entry in /usr/share/mime/packages/freedesktop.org.xml it defines an alias msword but the new mime system doesn't appear to recognize aliases yet.  The solution I used was to rename the entry to msword.  Another possible solution might be to remove the msword alias from the vnd.ms-word entry and create a new msword entry based on the vnd.ms-word one.  Then run "update-mime-database /usr/share/mime".  Hope that made sense.
    I think the defaults.list is part of the previous GNOME MIME setup cause I don't have one and I'm not experiencing any problems.  For other apps check for the associations in the mimeinfo.cache's and if missing add the MimeType's to the app's *.desktop.

  • Gnome: mime types, file associations and defaults.list

    I installed the new Gnome 2.8 during the weekend and now my file type associations is completely bloated. The mime system is intact - Nautilus recognises files properly. However, Nautilus doesn't know which applications to open a specific file with. I have read other posts and found useful information, but not the solution.
    This post in FedoraForum gave me a hint to what's causing the problem:
    http://fedoraforum.org/forum/showthread … post127530
    It seems that the file defaults.list is missing from /usr/share/mime/applications. Apparently this file contains the associations  between applications and mime types. I have not be able to find out which package should provide this file or how to recreate it. Can anyone help - maybe provide the name of the package that provides this file?
    Thanks,

    Yeah, I got tired of Evolution not knowing about opening *.docs in openoffice.  After several hours of research, the key is the /usr/share/applications/mimeinfo.cache,  /opt/gnome/share/applications/mimeinfo.cache, and the MimeType fields in the *.desktop files.  The mimeinfo.cache in /usr was empty and the /opt one had gthumb and other apps but no OO:
    [MIME Cache]
    application/x-gnome-stones=gnome-stones.desktop
    image/jpeg=gthumb.desktop
    application/postscript=ggv.desktop
    ...snip...
    That's a lot of blather to say that the fix for Evolution/OpenOffice was to add the proper MimeType entry to /usr/share/applications/ooo645writer.desktop:
    MimeType=application/vnd.ms-word;application/msword
    and then run "update-desktop-database".  Problem solved.
    Another problem is that within Evolution it says an attached doc is a "application/msword" and not a "Microsoft Word Document".  Unfortunately this is because freedesktop.org decided to use application/vnd.ms-word instead of application/msword like the rest of the world.  If you check the vnd.ms-word entry in /usr/share/mime/packages/freedesktop.org.xml it defines an alias msword but the new mime system doesn't appear to recognize aliases yet.  The solution I used was to rename the entry to msword.  Another possible solution might be to remove the msword alias from the vnd.ms-word entry and create a new msword entry based on the vnd.ms-word one.  Then run "update-mime-database /usr/share/mime".  Hope that made sense.
    I think the defaults.list is part of the previous GNOME MIME setup cause I don't have one and I'm not experiencing any problems.  For other apps check for the associations in the mimeinfo.cache's and if missing add the MimeType's to the app's *.desktop.

  • Basic Visual Voicemail -- does it exist, and how do i use it?

    I've learned from this verizon page ( Voice Mail Comparisons | Verizon Wireless ) that there is an included service called 'basic visual voicemail', and according to posts here and elsewhere it is supported on at least some Galaxy S3/4/5 series devices. This is not iphone service, because that service is listed seperately. The 'basic visual voicemail' service is not mentioned anywhere in verizon's ad literature or anywhere in the account information website, and any attempt to add visual voicemail service (online) or access visual voicemail (phone) only triggers the advertisement for the 'premium visual voicemail', which includes additional features beyond visual voicemail. This makes the feature seem 'secret', or maybe it used to be offered and is not availible to new customers.
    So the first question, does basic (no additional cost) visual voicemail actually exist? Second, what do I need to do to get it working on my Galaxy S4? Based on other posts, it seems the answer that it may need to be specifically added by a verizon rep, and even then it may be necessary to do an 'unofficial' install of a different software version of the voicemail app than what is availible via the software updates... but I would like to confirm this is legit before I do something that dodgy.

    I've used all three - and I prefer You Mail.  You Mail and Verizon's (Premium) VVM are very similar, and You Mail is free.  Both have an app that opens when you hit the notification icon so you can "see" your messages, and click to listen.  Google Voice sends me an email with the transcription, and I can click in the email to listen to the message.  All of them require data to download and listen to the voicemail, but it's, what I consider, minimal.  The translation leaves a bit to be desired, but that's as much a function of the speaker as the translation engine - I can usually get the gist of the message from the transcript, most times I don't need to even listen to the message.
    The downside to using You Mail and Google Voicemail is that you need to set up call forwarding to your YM or GVM # - so if you need to set up actual call forwarding for another purpose, you lose the voicemail forwarding.  The Premium VVM worked well for the month I used it (trial has ended), and I have yet to set up either You Mail or Google Voicemail again; I'm using the Basic VVM.  I've yet to receive a voicemail so I haven't tested it!

  • Date and Time stamp for the archives

    Hi,
    I'm trying to set up a date/time stamp field for a Documaker archive.
    I've added a TIME_STAMP field in my APPIDX.DFD and I populate the field using a DAL script, invoked by a PreTransDAL line in my AFGJOB file. That works fine but, the DAL script being invoked for every transaction, it adds to the processing time.
    I do not need an exact date/time stamp for each transaction in the batch, I could use the same one for all the transactions. That would require the TIME_STAMP global variable to be populated once, at the job level, at the beginning of each batch.
    Any suggestions?
    Thanks.

    Hi Gaetan,
    Try using a BatchBannerBeginScript to populate a GVM with the date/time, and then reference this GVM in your APPIDX.DFD. In this manner the value will be updated at the start of processing for each batch rather than each transaction. Or, consider the possibility of adding the transaction date/time into the extract data and then sourcing from that point. Either should work. In my experience most customers prefer that the archive date/time come from the system of record rather than the time the transaction was archived -- unless of course the customer actually wants to record the time the transaction was archived, in which case the method I've described above should work.
    Enjoy!
    Andy

  • [SOLVED] gthumb fails to launch

    My friend gave me a rebuilt binary...works great now.
    =========================
    Anyone heard of gthumb having launch issues following package updates?
    Odd thing is, I have actually gotten the app to load a few times, but it's unstable and eventually crashes.  Hate to lose this one, as it's so damn useful, and while it was up, I noticed that the new
    version has some great features!
    Here's what I get when I try to launch.
    [johnc@big-black tmp]$
    (gthumb:14884): GLib-GIO-CRITICAL **: g_file_get_path: assertion `G_IS_FILE (file)' failed
    (gthumb:14884): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (gthumb:14884): GLib-GIO-CRITICAL **: g_file_get_path: assertion `G_IS_FILE (file)' failed
    (gthumb:14884): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (gthumb:14884): GLib-GIO-CRITICAL **: g_file_get_path: assertion `G_IS_FILE (file)' failed
    (gthumb:14884): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    Install Details:
    VERSION:
    Lightweight video thumbnailer that can be used by file managers.
    extra/gthumb 2.12.2-1 [installed]
    OS:
    2.6.36-ARCH #1 SMP PREEMPT Sat Jan 8 14:15:27 CET 2011 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ AuthenticAMD GNU/Linux
    ---any ideas greatly appreciated...
    Thanks!
    Last edited by purple12 (2011-01-25 05:44:14)

    I have not the slightest clue why, but suddenly the GUI is working again. I can't say if this was just an issue on my end (I didn't mess with any dependancies or anything) or some sort of issue Nitrogen experienced, but hopefully the devs see this thread which I linked them too, just to look into it for their consideration.

Maybe you are looking for

  • Issue with UTL FILE use

    Hi Guys (5)     Write a stored procedure that creates a comma separated flat file called 'GradChallenge' followed by today's date formatted 'yyyymmdd' and add the extension '.txt'. The file will contain the ID, LOGINNAME, FORENAME and SURNAME of the

  • OS X Mavericks iPhoto not installing/updating, doesn't show in updates

    After updating to os x mavericks I couldn't accessing iPhoto and when trying to update iPhoto suddenly vanished from the Updates section in the App Store. When I searched for the app the option to update changes between "Update" and "Installing". Has

  • Install Older versions with adobe cloud

    Hello, I have and adobe cloud plan. I need to install an older version of photoshop (CS5.5), because I have important plugins that doesn't work with CS6. How can I download and install photoshop CS 5.5? Is it possible to do that with my plan?

  • My Macbook Pro keyboard AND USB keyboard will not work.  However, the trackpad and USB mouse will work.  Any help?

    My Macbook Pro keyboard and USB keyboard will not work.  However, the trackpad and USB mouse will work.  Any help? This is quite frustrating, since it randomly occured as I was browsing the web.  It seemed to happen out of nowhere.  I cannot login to

  • 6500+ contacts causing lag, delay, or crashes system wide in iPhone

    Hi, I've got 6500+ contacts that worked fine in my Treo 755p. In the iPhone I get lags, delays and crashes. Recently I've noticed some of the crashes I got in Maps and other apps seem to be cause by all my contacts. (I think Maps goes through your ad