skanlite doesn’t save settings 600 dpi *_*

Skanlite doesn’t save settings at least until now, because after i have report the bug…and i have doen my own application ….

we get a git version that saves settings!!!

well my application include a printing menu but at least now skanlite has the base feature requested from a scanner gui.

How to compile

AS ALWAYS… THIS ARTICLE IS NOT MADE FOR NOOBS.. Please don’t try this at home :D

Today i am on kubuntu with kde 4.6.1 so … i have fresh stuff …. you have to install dependeces

sudo apt-get build-dep skanlite

get the source

 git clone git://anongit.kde.org/skanlite.git 

now compile with NOTE DUAL CORE CAN USE make -j3 instead only core computer must use : make

 mkdir build ; cd build ; cmake .. ; make -j3 

then if you want test :

 src/./skanlite 

if you prefer create deb package : *NOTE dependeces are not so right xD but it works here on my computer.. with kde 4.6.1 and version 11.04 alpha3*

 git clone git://anongit.kde.org/skanlite.git   

Now you have to add these lines to cmakelist.txt

  
SET(MAJOR_VERSION 0)
SET(MINOR_VERSION 8 )
SET(PATCH_VERSION 0)

IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
INCLUDE(InstallRequiredSystemLibraries)

SET(CPACK_SET_DESTDIR "on")
SET(CPACK_PACKAGING_INSTALL_PREFIX "/tmp")
SET(CPACK_GENERATOR "DEB")

SET(CPACK_PACKAGE_DESCRIPTION "scanner interface for kde4")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Skanlite is an image scanner application for KDE 4.")
SET(CPACK_PACKAGE_VENDOR "Vendor")
SET(CPACK_PACKAGE_CONTACT "Kåre Särs")
SET(CPACK_PACKAGE_VERSION_MAJOR "${MAJOR_VERSION}")
SET(CPACK_PACKAGE_VERSION_MINOR "${MINOR_VERSION}")
SET(CPACK_PACKAGE_VERSION_PATCH "${PATCH_VERSION}")
SET(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${MAJOR_VERSION}.${MINOR_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${MAJOR_VERSION}.${MINOR_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")

SET(CPACK_DEBIAN_PACKAGE_DEPENDS "kdebase-runtime (>= 4:4.2.1), kdelibs5 (>= 4:4.2.1), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libplasma3, libqt4-dbus (>= 4.5.0), libqtcore4 (>= 4.5.0), libqtgui4 (>= 4.5.0), libstdc++6 (>= 4.2.1)")

SET(CPACK_DEBIAN_PACKAGE_PRIORITY "extra")
SET(CPACK_DEBIAN_PACKAGE_SECTION "kde")
SET(CPACK_DEBIAN_ARCHITECTURE ${CMAKE_SYSTEM_PROCESSOR})

SET(CPACK_COMPONENTS_ALL Libraries ApplicationData)
INCLUDE(CPack)

ENDIF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")

now with the mo

 

you should get this message

[sourcecode language="bash"]
kanlite/build$ cpack ..
CPack: Create package using DEB
CPack: Install projects
CPack: - Run preinstall target for: skanlite
CPack: - Install project: skanlite
CPack: Create package
CPack: - package: /tmp/skanlite/build/skanlite_0.8.0.deb generated.

now to install the package:

sudo  dpkg -i skanlite_0.8*

Krita the adobe photoshop for kde , FullScreen Mode

Wondering where is the fullscreen option in krita 2.1.2? i aspected to see it on view menu but i didn’t

Boud helped me :D i didn’t think to delete old configuration files .. deleted these files :D krita fixed  so…

**remember ~ can be write wtih  (ALT Gr + ì on italian keyboard if you have another keyboard search on google how to do … it’s pretty faster than write $HOME/.kde )

rm ~/.kde/share/config/kritarc && rm -R ~/.kde/share/apps/krita/

it’s pity krita has not an entry for fullscreen mode on “view mode menu  but Kwin has this feauture so.. there is not a problem anyways it seems on other version there is this feature it will be nice :D

wacom graphire 4 usb kubuntu 9.04

how to

wacom-graphire4_big status : works perfectly

HOW CAN RESET what i have done in this article i get a terminal and linux interface doesn’t start anymore? ——–> type this :

sudo dpkg-reconfigure -phigh xserver-xorg

  • Check if you have installed these packages:
  • sudo apt-get install xserver-xorg-input-wacom wacom-tools

  • then type this to edit xorg.conf (** instead of nano you can use kate for kde or gedit for gnome)
    sudo nano /etc/X11/xorg.conf

    add the section you need (bold one)

    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    Section "Device"
    Identifier    "Configured Video Device"
    EndSection
    Section "Monitor"
    Identifier    "Configured Monitor"
    EndSection
    Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    EndSection
    Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"        "/dev/input/wacom"  #USB ONLY?
    #  Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
    Option        "Type"          "stylus"
    #  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
    Option        "USB"           "on"               # USB ONLY
    EndSection
    Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"        "/dev/input/wacom" # USB ONLY?
    # Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
    Option        "Type"          "eraser"
    #  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
    Option        "USB"           "on"               # USB ONLY
    EndSection
    Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"        "/dev/input/wacom" # USB ONLY?
    # Option        "Device"        "/dev/ttyS0"      # SERIAL ONLY
    Option        "Type"          "cursor"
    #  Option        "ForceDevice"   "ISDV4"           # Tablet PC ONLY
    Option        "USB"           "on"               # USB ONLY
    EndSection
    Section "InputDevice"
    Driver        "wacom"
    Identifier    "pad"
    Option        "Device"        "/dev/input/wacom"    # USB ONLY
    #  Option        "Device"        "/dev/ttyS0"         # SERIAL ONLY
    Option        "Type"          "pad"
    Option        "USB"           "on"                  # USB ONLY
    EndSection
    # Uncomment the following section if you you have a TabletPC that supports touch
    # Section "InputDevice"
    #  Driver        "wacom"
    #  Identifier    "touch"
    #  Option        "Device"        "/dev/ttyS0"       # SERIAL ONLY
    #  Option        "Device"        "/dev/input/wacom" # USB ONLY
    #  Option        "Type"          "touch"
    #  Option        "ForceDevice"   "ISDV4"            # Serial Tablet PC ONLY
    #  Option        "USB"           "on"               # USB ONLY
    # EndSection
    Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice   "stylus"  "SendCoreEvents"
    InputDevice   "eraser"  "SendCoreEvents"
    InputDevice   "cursor"  "SendCoreEvents" # For non-LCD tablets only
    InputDevice   "pad"                      # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
    # InputDevice   "touch"   "SendCoreEvents" # Only a few TabletPCs support this type
    EndSection
  • Restart X then you can use this to combine button 1 —> A button 2 —>B wheell up—> + wheel down –> – if you want another association you can edit this command line:
  • xsetwacom set pad Button1 "core key a"  &&  xsetwacom set pad Button2 "core key b" && xsetwacom set pad RelWUp  "key core +" && xsetwacom set pad RelWDn "key core -"
  • if you want autostart these stuff you need only to add to $HOME/.kde/Autostart a little script like that (i called it wacom)
  • #!/bin/bash
    xsetwacom set pad Button1 "core key a" && xsetwacom set pad Button2 "core key b" && xsetwacom set pad RelWUp "key core +" && xsetwacom set pad RelWDn "key core -"

    of couse you have to set like executable

    chmod +x wacom

    other solution

Follow

Get every new post delivered to your Inbox.