SDDM 3.1.3

What happened to the key F6? In the earlier versions it was not mapped then it was mapped. Now in 3.1.3 is it no longer mapped, will this be fixed in 3.2.? I know we can map it ourselves, but F5, F7 and F8 are and have been mapped since you rolled this product out. Please tell us which option you are going to use in the future going forward.

As I remember, one of the versions SDDM, F6 was finally mapped into default keyboard setting. Either it was mapped in and then got lost again during the development process of SDDM or I mis-remembered F6 ever being mapped in along qith F5, F7 and F8.
ScottK

Similar Messages

  • Comments not imported from Data Dictionary of SQL Server. SDDM 3.3.0.747

    Hi,
    SDDM 3.3.0.747 32-bit on Windows 7 64-bit.
    Comments are not imported from Data Dictionary of SQL Server 2008. Connection through Microsoft JDBC Driver 4.0 for SQL Server or jTDS 1.2.7
    What I have tried? In SDDM DDL generation, Comments in DBRMS for SQL Server are generated with "EXEC sp_addextendedproperty 'MS_Description' , 'Test Comment' ..." so I added extended property named "MS_Description" into SQL Server database, both on table and column. None of them were imported from Data Dictionary into SSDM. I have tried both drivers stated above. Is it a bug or am I missing something?
    I've found similar question thread Re: Data dictionary import doesn't import column comments for SDDM 3.0.0.665, so I guess it is a bug when importing with JDBC drivers.
    MiGli
    Edited by: MiGli_1006342 on May 25, 2013 8:32 AM
    Edited by: MiGli_1006342 on May 25, 2013 9:02 AM

    Extended properties were not imported correctly from SQLServer databases at DM 3.3.0.747.
    Calls to sp_addextendedproperty and fn_listextendedproperty have been modified.
    I don't think it is a problem with JDBC drivers.
    A bug fix should be available in the next release of DM.

  • SDDM 3.3 EA2  advice for export of one or more logical subview(s)

    Hello!
    We have the need to export certain subviews to development.
    I just wanted to export one logical subview to Data Modeler Design. To sum it up it was not easy to understand. IMHO in SDDM 3.3.EA1 it was much more intuitive and easy.
    New:
    A new configuration has to be configured with the subviews you want to export. Surprisingly the first time you choose/add a configuration you see all the subviews in the lower left part of the window and you can transfer the wanted subview(s) to the right. AND then save. If not the export button stays inactive. It took me some time to understand that. ;-)
    The second time you want to export you choose the saved configuration and if you want to see which objects are in this configuration you have to select the 'All selected' Tab. But if you want to change the exported objects you have to edit the configuration, select first 'Logical' and ONLY then you see the subviews on the left. It is a bit confusing compared to the first time you use a configuration.
    All in all the confguration is a nice feature if you export the same objects again and again but for a once-a-year export it is overkill.
    The export window also had some distortions. The first letters in the left side of the window were cut off. And no you can't resize the window.
    just my2cents
    Guenter

    Hello Guenter,
    thanks for feedback.
    We'll try to improve it for next release.
    Philip

  • SDDM, black screen with Optimus laptop setup

    Hey all
    After reading the NVIDIA Optimus and the SDDM wiki pages I am kind of at a loss as to how to proceed.
    My problem is the following:
    I have a Lenovo T540p and I am using the NVIDIA drivers. I have followed the Optimus setup guide succesfully and have setup my xorg.conf for the card that the laptop has. I am sure that it's successfull since if I start X manually I get into my desktop environment.
    This is my xorg.conf
    Section "ServerLayout"
    Identifier "Lefteris edited from Archwiki Optimus page"
    Screen 0 "nvidia"
    Inactive "intel"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "eDP-1-0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    Modeline "1792x1008_60.00" 149.50 1792 1904 2088 2384 1008 1011 1016 1046 -hsync +vsync
    Modeline "1664x936_60.00" 128.50 1664 1768 1936 2208 936 939 944 972 -hsync +vsync
    Modeline "1536x864_60.00" 109.25 1536 1624 1784 2032 864 867 872 897 -hsync +vsync
    Modeline "1408x792_60.00" 90.75 1408 1480 1624 1840 792 795 800 823 -hsync +vsync
    Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
    Option "PreferredMode" "1920x1080_60.00"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection
    This is my .xinitrc
    #!/bin/bash
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    # make sure udiskie is running, for usb auto detection
    udiskie &
    # for the desktop set the resolution
    if [ $HOSTNAME == "archdesktop" ]; then
    # also set the 120HZ resolution
    xrandr --output DVI-I-1 --mode 0x281
    fi
    #for the laptop let's disable touchpad when typing
    if [ $HOSTNAME == "archlenovo" ]; then
    # more info here: https://wiki.archlinux.org/index.php/Touchpad_Synaptics#Using_.xinitrc
    syndaemon -t -k -i 2 -d &
    fi
    # activate custom xkeymap configuration
    test -f ~/.Xkeymap && xkbcomp ~/.Xkeymap $DISPLAY
    # generate i3 config from the templates
    ~/.local/bin/gen-i3-config.sh
    # if Xresources is there load it
    [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
    # Start the window manager
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # i3 is the default window manager
    session=${1:-i3}
    case $session in
    awesome ) exec awesome;;
    bspwm ) exec bspwm;;
    catwm ) exec catwm;;
    cinnamon ) exec cinnamon-session;;
    dwm ) exec dwm;;
    enlightenment ) exec enlightenment_start;;
    ede ) exec startede;;
    fluxbox ) exec startfluxbox;;
    gnome ) exec gnome-session;;
    gnome-classic ) exec gnome-session --session=gnome-classic;;
    i3|i3wm ) exec i3;;
    icewm ) exec icewm-session;;
    jwm ) exec jwm;;
    kde ) exec startkde;;
    mate ) exec mate-session;;
    monster|monsterwm ) exec monsterwm;;
    notion ) exec notion;;
    openbox ) exec openbox-session;;
    unity ) exec unity;;
    xfce|xfce4 ) exec startxfce4;;
    xmonad ) exec xmonad;;
    # No known session, try to run it as command
    *) exec $1;;
    esac
    After looking around a bit I realized that the problem probably lies with the 2 xrandr calls that I have at the beginning of the .xinitrc. X server starts manually if I do it with startx since then the xrandr commands can be properly interpreted. But it seems that sddm needs to somehow run them before X starts.
    Thankfully the Archwiki Optimus page mentions that for an Optimus setup to work with the SDDM login manager the xrandr calls need to be moved to this file: /usr/share/sddm/scripts/Xsetup
    I did that and expected things to finally work but when rebooting I still get a black screen. As I said in the beginning if I switch to another tty and startx I get to my window manager and all is fine. The problem is with the X server that SDDM starts.
    In case it is of any help this is my pstree of the SDDM process
    ├─sddm,308
    │ ├─Xorg.bin,322 :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
    │ │ ├─{Xorg.bin},396
    │ │ ├─{Xorg.bin},397
    │ │ ├─{Xorg.bin},398
    │ │ ├─{Xorg.bin},399
    │ │ ├─{Xorg.bin},400
    │ │ ├─{Xorg.bin},401
    │ │ ├─{Xorg.bin},402
    │ │ └─{Xorg.bin},403
    │ ├─sddm-helper,407 --socket /tmp/sddm-auth58feec8a-ca2f-4b56-bcf0-3b9cb4c07204 --id 2 --start /usr/bin/sddm-greeter --socket /tmp/sddm-:0-khPjni --theme /usr/share/sddm/themes/maui --user sddm --greeter
    │ │ ├─sddm-greeter,412 --socket /tmp/sddm-:0-khPjni --theme /usr/share/sddm/themes/maui
    │ │ │ ├─{QQmlThread},422
    │ │ │ ├─{QXcbEventReader},413
    │ │ │ ├─{sddm-greeter},414
    │ │ │ ├─{sddm-greeter},415
    │ │ │ ├─{sddm-greeter},416
    │ │ │ ├─{sddm-greeter},417
    │ │ │ ├─{sddm-greeter},418
    │ │ │ ├─{sddm-greeter},419
    │ │ │ ├─{sddm-greeter},420
    │ │ │ └─{sddm-greeter},421
    │ │ └─{QProcessManager},411
    │ └─{QProcessManager},321
    Any help would be really appreciated.
    Last edited by lefteris (2014-12-19 15:24:09)

    Just in case it can help I am posting the output of journalctl -b with only the relevant entries of and around sddm starting.
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Simple Desktop Display Manager...
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event3 (Power Button)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event1 (Lid Switch)
    Dec 20 01:54:32 archlenovo systemd[1]: Started Simple Desktop Display Manager.
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event2 (Sleep Button)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event4 (ThinkPad Extra Buttons)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: New seat seat0.
    Dec 20 01:54:32 archlenovo systemd[1]: Started Login Service.
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: mono: mono_out=0x0
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: inputs:
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Dock Mic=0x19
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Mic=0x1a
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Internal Mic=0x12
    Dec 20 01:54:32 archlenovo kernel: i915 0000:00:02.0: irq 32 for MSI/MSI-X
    Dec 20 01:54:32 archlenovo kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    Dec 20 01:54:32 archlenovo kernel: [drm] Driver supports precise vblank timestamp query.
    Dec 20 01:54:32 archlenovo kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=mem
    Dec 20 01:54:32 archlenovo kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input8
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
    Dec 20 01:54:32 archlenovo kernel: [drm] VBT doesn't support DRRS
    Dec 20 01:54:32 archlenovo sddm[312]: Initializing...
    Dec 20 01:54:32 archlenovo sddm[312]: Starting...
    Dec 20 01:54:32 archlenovo sddm[312]: Adding new display 0 on vt 1 ...
    Dec 20 01:54:32 archlenovo sddm[312]: Adding cookie to "/var/run/sddm/:0"
    Dec 20 01:54:32 archlenovo dbus[305]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Authorization Manager...
    Dec 20 01:54:32 archlenovo polkitd[323]: Started polkitd version 0.112
    Dec 20 01:54:32 archlenovo sddm[312]: Display server starting...
    Dec 20 01:54:32 archlenovo sddm[312]: Running: /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill2...
    Dec 20 01:54:32 archlenovo polkitd[323]: Loading rules from directory /etc/polkit-1/rules.d
    Dec 20 01:54:32 archlenovo polkitd[323]: Loading rules from directory /usr/share/polkit-1/rules.d
    Dec 20 01:54:32 archlenovo polkitd[323]: Finished loading, compiling and executing 1 rules
    Dec 20 01:54:32 archlenovo systemd[1]: Started Load/Save RF Kill Switch Status of rfkill2.
    Dec 20 01:54:32 archlenovo dbus[305]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Dec 20 01:54:32 archlenovo polkitd[323]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Dec 20 01:54:32 archlenovo systemd[1]: Started Authorization Manager.
    Dec 20 01:54:32 archlenovo kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    Dec 20 01:54:32 archlenovo kernel: iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Multi-User System.
    Dec 20 01:54:32 archlenovo systemd[1]: Reached target Multi-User System.
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Graphical Interface.
    Dec 20 01:54:32 archlenovo systemd[1]: Reached target Graphical Interface.
    Dec 20 01:54:32 archlenovo systemd[1]: Startup finished in 1.599s (kernel) + 633ms (userspace) = 23.528s.
    Dec 20 01:54:33 archlenovo kernel: [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
    Dec 20 01:54:33 archlenovo kernel: usb 3-11: new full-speed USB device number 4 using xhci_hcd
    Dec 20 01:54:33 archlenovo dbus[305]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Dec 20 01:54:33 archlenovo systemd[1]: Starting WPA supplicant...
    Dec 20 01:54:33 archlenovo dbus[305]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    Dec 20 01:54:33 archlenovo systemd[1]: Started WPA supplicant.
    Dec 20 01:54:33 archlenovo systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill3...
    Dec 20 01:54:33 archlenovo systemd[1]: Starting Bluetooth.
    Dec 20 01:54:33 archlenovo systemd[1]: Reached target Bluetooth.
    Dec 20 01:54:33 archlenovo systemd[1]: Started Load/Save RF Kill Switch Status of rfkill3.
    Dec 20 01:54:34 archlenovo kernel: fbcon: inteldrmfb (fb0) is primary device
    Dec 20 01:54:34 archlenovo kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
    Dec 20 01:54:34 archlenovo kernel: iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
    Dec 20 01:54:34 archlenovo kernel: usb 3-12: new high-speed USB device number 5 using xhci_hcd
    Dec 20 01:54:34 archlenovo kernel: Switched to clocksource tsc
    Dec 20 01:54:34 archlenovo kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x12f800, board id: 2964, fw id: 2560
    Dec 20 01:54:34 archlenovo kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
    Dec 20 01:54:34 archlenovo kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
    Dec 20 01:54:34 archlenovo kernel: mousedev: PS/2 mouse device common for all mice
    Dec 20 01:54:34 archlenovo kernel: cdc_acm 3-10:1.2: This device cannot do calls on its own. It is not a modem.
    Dec 20 01:54:34 archlenovo kernel: cdc_acm 3-10:1.2: ttyACM0: USB ACM device
    Dec 20 01:54:34 archlenovo kernel: media: Linux media interface: v0.10
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_acm
    Dec 20 01:54:34 archlenovo kernel: cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_ncm
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_wdm
    Dec 20 01:54:34 archlenovo kernel: Linux video capture interface: v2.00
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: Core ver 2.19
    Dec 20 01:54:34 archlenovo kernel: NET: Registered protocol family 31
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: HCI device and connection manager initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: HCI socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: L2CAP socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: SCO socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (04ca:7035)
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver btusb
    Dec 20 01:54:34 archlenovo kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input14
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver uvcvideo
    Dec 20 01:54:34 archlenovo kernel: USB Video Class driver (1.1.1)
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0: cdc-wdm0: USB WDM device
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-10, CDC MBIM, d2:e0:c7:93:ea:9d
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_mbim
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0 wwp0s20u10: renamed from wwan0
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: hci0: read Intel version: 370710018002030d41
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: hci0: Intel device is already patched. patch num: 41
    Dec 20 01:54:34 archlenovo kernel: cfg80211: Calling CRDA to update world regulatory domain
    Dec 20 01:54:34 archlenovo kernel: cfg80211: Calling CRDA to update world regulatory domain
    Dec 20 01:54:34 archlenovo kernel: Console: switching to colour frame buffer device 360x101
    Dec 20 01:54:34 archlenovo kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    Dec 20 01:54:34 archlenovo kernel: i915 0000:00:02.0: registered panic notifier
    Dec 20 01:54:34 archlenovo kernel: ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    Dec 20 01:54:34 archlenovo kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
    Dec 20 01:54:34 archlenovo kernel: ACPI: Video Device [VID1] (multi-head: yes rom: yes post: no)
    Dec 20 01:54:34 archlenovo kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input16
    Dec 20 01:54:34 archlenovo kernel: [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    Dec 20 01:54:34 archlenovo kernel: i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    Dec 20 01:54:34 archlenovo kernel: snd_hda_intel 0000:00:03.0: irq 33 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event14 (Video Bus)
    Dec 20 01:54:34 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event13 (Video Bus)
    Dec 20 01:54:34 archlenovo kernel: iTCO_vendor_support: vendor-support=0
    Dec 20 01:54:34 archlenovo systemd[1]: Starting system-systemd\x2dbacklight.slice.
    Dec 20 01:54:34 archlenovo systemd[1]: Created slice system-systemd\x2dbacklight.slice.
    Dec 20 01:54:34 archlenovo systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Dec 20 01:54:34 archlenovo systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
    Dec 20 01:54:34 archlenovo kernel: nvidia: module license 'NVIDIA' taints kernel.
    Dec 20 01:54:34 archlenovo kernel: Disabling lock debugging due to kernel taint
    Dec 20 01:54:34 archlenovo kernel: nvidia 0000:01:00.0: enabling device (0004 -> 0007)
    Dec 20 01:54:34 archlenovo kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    Dec 20 01:54:34 archlenovo kernel: [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    Dec 20 01:54:34 archlenovo kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 343.36 Mon Dec 1 16:18:58 PST 2014
    Dec 20 01:54:34 archlenovo kernel: nvidia 0000:01:00.0: irq 34 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:38 archlenovo kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Field [TBF3] at 270336 exceeds Buffer [NULL] size 262144 (bits) (20140724/dsopcode-236)
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG_.VID_.GETB] (Node ffff880235835a78), AE_AML_BUFFER_LIMIT (20140724/psparse-536)
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG_.VID_._ROM] (Node ffff880235835a50), AE_AML_BUFFER_LIMIT (20140724/psparse-536)
    Dec 20 01:54:38 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:38 archlenovo kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input13
    Dec 20 01:54:38 archlenovo kernel: thinkpad_acpi: asked for hotkey mask 0x0070ffbf, but firmware forced it to 0x0070ffbb
    Dec 20 01:54:39 archlenovo sddm[312]: Signal received: SIGUSR1
    Dec 20 01:54:39 archlenovo sddm[312]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
    Dec 20 01:54:39 archlenovo sddm[312]: Display server started.
    Dec 20 01:54:39 archlenovo sddm[312]: Socket server starting...
    Dec 20 01:54:39 archlenovo sddm[312]: Socket server started.
    Dec 20 01:54:39 archlenovo sddm[312]: Greeter starting...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] Starting...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] Authenticating...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] returning.
    Dec 20 01:54:39 archlenovo sddm-helper[408]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
    Dec 20 01:54:39 archlenovo systemd[1]: Starting user-619.slice.
    Dec 20 01:54:39 archlenovo systemd[1]: Created slice user-619.slice.
    Dec 20 01:54:39 archlenovo systemd[1]: Starting User Manager for UID 619...
    Dec 20 01:54:39 archlenovo systemd[1]: Starting Session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd-logind[303]: New session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd[1]: Started Session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd[409]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
    Dec 20 01:54:39 archlenovo systemd[409]: Starting -.slice.
    Dec 20 01:54:39 archlenovo systemd[409]: Created slice -.slice.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting D-Bus Message Bus Socket.
    Dec 20 01:54:39 archlenovo systemd[409]: Listening on D-Bus Message Bus Socket.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Sockets.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Sockets.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Paths.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Paths.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Timers.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Timers.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Basic System.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Basic System.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Default.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Default.
    Dec 20 01:54:39 archlenovo systemd[409]: Startup finished in 5ms.
    Dec 20 01:54:39 archlenovo systemd[1]: Started User Manager for UID 619.
    Dec 20 01:54:39 archlenovo sddm[312]: Greeter session started successfully
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Connected to the daemon.
    Dec 20 01:54:39 archlenovo sddm[312]: Message received from greeter: Connect
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: QXcbConnection: XCB error: 148 (Unknown), sequence: 161, resource id: 0, major code: 140 (Unknown), minor code: 20
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Message received from daemon: Capabilities
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Message received from daemon: HostName
    From
    20 01:54:39 archlenovo sddm[312]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
    we can see that it does indeed try to display the setup script.
    But at the very end there is also an error by the greeter. I will try to research about it more but in the meantime if anyone more knowledgeable can figure something out from the above that would be awesome.

  • [Solved] SDDM does not unlock gnome-keyring

    Hi everyone!
    I did some searching but didn't find the answer to my issue yet.
    I'm using SDDM to log in to i3. The issue is that my keyring doesn't get unlocked after login and it asks for the password on first access (owncloud client).
    Now I want to have the gnome-keyring automatically unlocked after logging in. My user and keyring password are identical. I've also followed the instructions and added the suggested parts to my pam files:
    cat /etc/pam.d/sddm
    #%PAM-1.0
    auth include system-login
    auth optional pam_gnome_keyring.so
    account include system-login
    password include system-login
    password optional pam_gnome_keyring.so use_authtok
    session include system-login
    session optional pam_gnome_keyring.so auto_start
    ps aux | grep keyring
    xxx 788 0.0 0.0 428836 6228 ? SLl Apr25 0:04 /usr/bin/gnome-keyring-daemon --start --foreground --components=secrets
    sudo find / -name "pam_gnome_keyring.so"
    /usr/lib/security/pam_gnome_keyring.so
    Nevertheless the keyring is not unlocked automatically and asks for a password on first access.
    Any suggestions? Thanks in advance.
    (It began with the ownCloud client, which asked for the password after every login. I installed gnome-keyring and added a "login" password group with seahorse, which solved the issue, so it appears gnome-keyring is working.)
    Last edited by one1 (2014-04-27 11:01:21)

    Thanks, it actually appears that's the case I tried the various available versions and with the git ones, unlocking is working, but it's not possible to log out of i3 without the whole X session breaking down, forcing a reboot.
    So I think I'll enter the password or give gdm another shot.

  • SDDM + nvidia-340xx = black screen - Failed to create OpenGL context

    When I'm trying to use SDDM I see nothing but black screen (I see sddm and Xorg running).
    It used to work some time ago, but one day it stopped.
    I'm using nvidia-340xx drivers:
    [travnick@travnick-lap ~]$ yaourt -Qs nvidia
    community/cuda 7.0.28-2
    NVIDIA's GPU programming toolkit
    multilib/lib32-libvdpau 1.1-1
    Nvidia VDPAU library
    multilib/lib32-nvidia-340xx-libgl 340.76-1
    NVIDIA drivers libraries symlinks (32-bit)
    multilib/lib32-nvidia-340xx-utils 340.76-1
    NVIDIA drivers utilities (32-bit)
    extra/libcl 1.1-4
    OpenCL library and ICD loader from NVIDIA
    extra/libvdpau 1.1-1
    Nvidia VDPAU library
    extra/nvidia-340xx 340.76-9
    NVIDIA drivers for linux, 340xx legacy branch
    extra/nvidia-340xx-libgl 340.76-2
    NVIDIA drivers libraries symlinks
    extra/nvidia-340xx-utils 340.76-2
    NVIDIA drivers utilities
    extra/opencl-nvidia-340xx 340.76-2
    OpenCL implemention for NVIDIA
    journalctl says:
    [travnick@travnick-lap ~]$ sudo journalctl -b |grep sddm
    [sudo] hasło użytkownika travnick:
    maj 22 16:29:14 travnick-lap sddm[1090]: Signal received: SIGUSR1
    maj 22 16:29:15 travnick-lap sddm-helper[1126]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
    maj 22 16:29:15 travnick-lap systemd-logind[1084]: New session c1 of user sddm.
    maj 22 16:29:15 travnick-lap systemd[1]: Started Session c1 of user sddm.
    maj 22 16:29:15 travnick-lap systemd[1]: Starting Session c1 of user sddm.
    maj 22 16:29:15 travnick-lap systemd[1128]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
    maj 22 16:29:15 travnick-lap systemd[1128]: systemd 219 running in user mode for user 999/sddm. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    maj 22 16:29:15 travnick-lap systemd[1128]: /var/lib/sddm/.config/systemd/user
    maj 22 16:29:15 travnick-lap systemd[1128]: /var/lib/sddm/.local/share/systemd/user
    maj 22 16:29:20 travnick-lap sddm-greeter[1132]: Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0)
    maj 22 16:29:21 travnick-lap systemd-coredump[1140]: Process 1132 (sddm-greeter) of user 999 dumped core.
    maj 22 16:30:33 travnick-lap polkitd[1102]: Operator of unix-process:4785:11656 FAILED to authenticate to gain authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.10 [systemctl restart sddm] (owned by unix-user:travnick)
    maj 22 16:30:45 travnick-lap sudo[4792]: travnick : TTY=tty2 ; PWD=/home/travnick ; USER=root ; COMMAND=/usr/bin/systemctl restart sddm
    maj 22 16:30:45 travnick-lap sddm[1090]: Signal received: SIGTERM
    maj 22 16:30:47 travnick-lap sddm[4800]: Signal received: SIGUSR1
    maj 22 16:30:47 travnick-lap sddm-helper[4807]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
    maj 22 16:30:47 travnick-lap systemd[1]: Started Session c3 of user sddm.
    maj 22 16:30:47 travnick-lap systemd-logind[1084]: New session c3 of user sddm.
    maj 22 16:30:47 travnick-lap systemd[1]: Starting Session c3 of user sddm.
    maj 22 16:30:48 travnick-lap sddm-greeter[4809]: Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0)
    maj 22 16:30:48 travnick-lap systemd-coredump[4817]: Process 4809 (sddm-greeter) of user 999 dumped core.
    maj 22 16:31:07 travnick-lap sudo[4819]: travnick : TTY=tty2 ; PWD=/home/travnick ; USER=root ; COMMAND=/usr/bin/systemctl stop sddm
    maj 22 16:31:07 travnick-lap sddm[4800]: Signal received: SIGTERM
    maj 22 16:31:21 travnick-lap sudo[4832]: travnick : TTY=tty2 ; PWD=/home/travnick ; USER=root ; COMMAND=/usr/bin/systemctl disable sddm
    Last edited by travnick (2015-06-02 23:25:58)

    It's working for me, I'm on 340xx nvidia drivers and using sddm+plasma. I even have nouveau installed in parallel (blacklisted).
    I don't know if it makes any difference, but I'm using the -ck variant of the kernel and the nvidia driver. libgl part is still the same though:
    $ pacman -Qs nvidia
    local/lib32-libcl 1.1-1
    OpenCL library and ICD loader from NVIDIA (32-bit)
    local/lib32-nvidia-340xx-libgl 340.76-1
    NVIDIA drivers libraries symlinks (32-bit)
    local/lib32-nvidia-340xx-utils 340.76-1
    NVIDIA drivers utilities (32-bit)
    local/libcl 1.1-4
    OpenCL library and ICD loader from NVIDIA
    local/libvdpau 1.1-1
    Nvidia VDPAU library
    local/nvidia-340xx-ck-k10 340.76-11 (ck-k10)
    NVIDIA drivers for linux-ck, 340xx legacy branch.
    local/nvidia-340xx-libgl 340.76-2
    NVIDIA drivers libraries symlinks
    local/nvidia-340xx-utils 340.76-2
    NVIDIA drivers utilities
    local/opencl-nvidia-340xx 340.76-2
    OpenCL implemention for NVIDIA
    local/xf86-video-nouveau 1.0.11-3 (xorg-drivers xorg)
    Open Source 2D acceleration driver for nVidia cards

  • Importing Erwin models to SQL Developer Data Modeler (SDDM)

    Has anyone successfully done this? The real problem I am having is figuring out how to export the model from Erwin. SDDM expects an XML file from Erwin, but we have not figured out where in Erwin there is a XML export option. I am assuming someone in product development tested this right? And that they had a specific path they followed to make it successful. I am trying ot get a client to use SDDM but if we can't get the existing models into SDDM, it will be a no-go.
    Thanks!

    Hi Kent,
    we have not figured out where in Erwin there is a XML export optionIt's in "Save As" functionality (ERwin) - you can select to save the model in XML format - that's for ERwin 4.x and ERwin 7.x.
    Version 2.0 (current published) supports import from ERwin 4.x, version 3.0 of data modeler supports import of ERwin 7.3 models.
    Philip

  • SDDM 4 EA3: Unable to launch the Java Virtual Machine (Win 7 64bit)

    SQL Developer v4 EA3 is working fine, but I decided to download the stand-alone SQL Developer Data Modeler because I had seen people recommending using it in favor of the one bundled with SQLDEV.
    Windows 7 64-bit
    Java (64 bit) installed into C:\Program Files\Java\jdk1.7.0_25
    When I double-click the short-cut to start SDDM I get the following pop-up dialog error:
    Title:  Oracle SQL Developer Data Modeler
    Unable to launch the Java Virtual Machine
    Located at path:
    C:\Program Files\Java\jdk1.7.0_25\bin\msvcr100.dll
    ***NewsFlash***
    I think I stumbled on the solution just prior to posting,  so here is what worked for me in case anyone else runs into this....
    I had created a desktop short-cut to "C:\Program Files\datamodeler\datamodeler.exe", which I am guessing is the 32bit version of the binary file.   
    I was able to launch successfully by pointing to "C:\Program Files\datamodeler\datamodeler64.exe"

    That path is incorrect - strip everything after the jdk1.7.0_45\

  • SDDM guest login, transition to KDE Framework

    Hi,
    I am preparing the Transition to KDE Frameworks and as a first step I want to install SDDM, as suggested here.
    Some time ago I set up an Ubuntu-style guest-account or guest-login with KDM/KDE4 and would like to keep that in SDDM. A home directory is set up on a temporary file system on kdm start (as root before login dialog appears, see below), and cleaned/recreated after each logout.  I copied it from here. Now the question:
    Is it possible to do that in SDDM?
    There is an entry "Guest-login" on a TODO page of SDDM at github, which is about half a year old. So don't know if that has been implemented or not. Do you know?
    Also, there is a Wishlist entry on the SDDM github site, which seems to request just what I need. There it is suggested to use pam_mount and systemd (auto)mount units in a user-session, but I'm not sure if that would help in my problem?
    Currently I'm calling a script "guest-account" (see below) in /usr/share/config/kdm/Xsetup. Xsetup is looks like:
    #! /bin/sh
    # Xsetup - run as root before the login dialog appears
    /root/scripts/guest-account add
    And  /usr/share/config/kdm/Xreset looks like:
    #! /bin/sh
    # Xreset - run as root after session exits
    if [ $USER = 'guest' ];
    then
    /root/scripts/guest-account remove guest
    /root/scripts/guest-account add
    fi
    The script guest-account (found it here) looks like:
    #!/bin/sh -e
    # (C) 2008 Canonical Ltd.
    # Author: Martin Pitt <[email protected]>
    # License: GPL v2 or later
    # modified by David D Lowe and Thomas Detoux
    # Setup user and temporary home directory for guest session.
    # If this succeeds, this script needs to print the username as the last line to
    # stdout.
    add_account ()
    mkdir /tmp/guest
    HOME="/tmp/guest"
    USER=`echo $HOME | sed 's/\(.*\)guest/guest/'`
    # if $USER already exists, it must be a locked system account with no existing
    # home directory
    if PWSTAT=`passwd -S "$USER"` 2>/dev/null; then
    if [ "`echo \"$PWSTAT\" | cut -f2 -d\ `" != "L" ]; then
    echo "User account $USER already exists and is not locked"
    exit 1
    fi
    PWENT=`getent passwd "$USER"` || {
    echo "getent passwd $USER failed"
    exit 1
    GUEST_UID=`echo "$PWENT" | cut -f3 -d:`
    if [ "$GUEST_UID" -ge 500 ]; then
    echo "Account $USER is not a system user"
    exit 1
    fi
    HOME=`echo "$PWENT" | cut -f6 -d:`
    if [ "$HOME" != / ] && [ "${HOME#/tmp}" = "$HOME" ] && [ -d "$HOME" ]; then
    echo "Home directory of $USER already exists"
    exit 1
    fi
    else
    # does not exist, so create it
    # Arch Linux modification: Ubuntu/Debian uses their own adduser package,
    # which works differently from the own provided by the shadow package.
    # Instead, use useradd, which works in any distro.
    # Only the syntax is changed
    # adduser -> useradd
    # --system -> --system
    # --no-create-home -> --no-create-home
    # --home -> --home-dir
    # --gecos -> --comment
    # --group -> --user-group
    # --shell -> --shell
    #adduser --system --no-create-home --home / --gecos "Guest" --group --shell /bin/bash $USER || {
    useradd --system --no-create-home --home-dir / --comment "Guest" --user-group --shell /bin/bash $USER || {
    umount "$HOME"
    rm -rf "$HOME"
    exit 1
    echo "guest:guest"|chpasswd
    fi
    # create temporary home directory
    mount -t tmpfs -o mode=700 none "$HOME" || { rm -rf "$HOME"; exit 1; }
    chown $USER:$USER "$HOME"
    gs_skel=/etc/guest-session/skel/
    if [ -d "$gs_skel" ] && [ -n "`find $gs_skel -type f`" ]; then
    cp -rT $gs_skel "$HOME"
    else
    cp -rT /etc/skel/ "$HOME"
    fi
    chown -R $USER:$USER "$HOME"
    usermod -d "$HOME" "$USER"
    # Load restricted session
    #dmrc='[Desktop]\nSession=guest-restricted'
    #/bin/echo -e "$dmrc" > "$HOME"/.dmrc
    chown -R $USER:$USER "$HOME"
    echo $USER
    remove_account ()
    USER=$1
    PWENT=`getent passwd "$USER"` || {
    echo "Error: invalid user $USER"
    exit 1
    USERUID=`echo "$PWENT" | cut -f3 -d:`
    HOME=`echo "$PWENT" | cut -f6 -d:`
    # deluser is provided by the adduser package on Debian/Ubuntu. useradd
    # doesn't have a '--system' parameter, which causes deluser to only delete
    # system users, so this will be handled using this script.
    SYS_UID_MIN="$(cat /etc/login.defs | grep SYS_UID_MIN | awk '{print $2}')"
    SYS_UID_MAX="$(cat /etc/login.defs | grep SYS_UID_MAX | awk '{print $2}')"
    if [ "$USERUID" -lt "$SYS_UID_MIN" ] || [ "$USERUID" -gt "$SYS_UID_MAX" ]; then
    echo "Error: user $USER is not a system user."
    exit 1
    fi
    if [ "${HOME}" = "${HOME#/tmp/}" ]; then
    echo "Error: home directory $HOME is not in /tmp/."
    exit 1
    fi
    # kill all remaining processes
    while ps h -u "$USER" >/dev/null; do
    killall -9 -u "$USER" || true
    sleep 0.2;
    done
    umount "$HOME" || umount -l "$HOME" || true
    rm -rf "$HOME"
    # remove leftovers in /tmp
    find /tmp -mindepth 1 -maxdepth 1 -uid "$USERUID" -print0 | xargs -0 rm -rf || true
    #deluser --system "$USER"
    userdel "$USER"
    case "$1" in
    add)
    add_account
    remove)
    if [ -z $2 ] ; then
    echo "Usage: $0 remove [account]"
    exit 1
    fi
    remove_account $2
    echo "Usage: $0 add|remove"
    exit 1
    esac
    Last edited by stri (2015-01-29 04:00:19)

    Release 12 enforces multi-org. We have the profile options 'MO: Operating Unit' and 'MO: Default Operating Unit' set to our one and only org_id. Is there also a default responsibility that needs to be set to allow GUEST access to an OAF page in R12?
    Thanks,
    Elaine

  • SDDM 4.1 - Physical Storage Properties Not Appearing in DDL

    I have only had this problem while using 4.1, not 4.0. In Tools > Preferences > Data Modeler > DDL if have the "Include Storage in DDL" box checked, and I have a Storage Template assigned to my table in my physical model. However, when I preview my table's DDL, I do not see any of the physical storage properties included. This has not always been the case in 4.1. The first time I noticed that the storage properties did not appear, I closed SDDM and reopened it. This fixed my problem temporarily, but now I cannot get the storage properties to appear at all. Is this a bug with SDDM 4.1? Or am I doing something wrong? I did not have this problem in 4.0.

    Hi,
    A few things to check:
    1. The Physical Model that will be used in the DDL Preview is the one shown on the RDBMS Site property on the General tab of the Model Properties dialog for the Relational Model.
    (Right click on the entry for the Relational Model in the Browser and select Properties.)
    This gets updated whenever you do a full DDL Generation to refer to the Physical Model used in that DDL Generation.  (It's initial default value for a new Relational Model is Oracle Database 11g.)
    Make sure that this refers to the relevant Physical Model.  Update it if necessary.
    2. The relevant Physical Model must be open when you do the DDL Preview.
    3. As well as the "Include Storage in DDL" option there are additional options for each individual storage clause.
       These appear on the Data Modeler > DDL > DDL/Storage page of the Preferences.  The relevant options here need to be checked as well.
    If there still seems to be a problem, please let us know, together with any extra details you can provide.
    Thanks,
    David

  • Plymouth and SDDM smooth transition

    Hello guys
    I switched my desktop environment and desktop manager to Plasma 5 and SDDM recently. It looks totaly beautiful. While changing my DE and DM I've decied to use Plymouth to complete my new awesome looking desktop . It works very well with paw-arch and my custom written theme. However, I could not find a way to make transition from Plymouth to SDDM smoother.
    When Plymouth quits SDDM starts but in the time gap between two processes I'm facing with TTY1 and kernel outputs.
    Do you have an idea about wheter there is a way to make this transition smoother?
    Thanks for any help
    PS: I'm adding my config & service files to help:
    mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="i915"
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES="setfont"
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect block filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev block filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev block mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev block lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    # Diabled usbinput
    HOOKS="base udev plymouth autodetect modconf block filesystems fsck keymap consolefont keyboard efistub_copy"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    SDDM.service file
    [Unit]
    Description=Simple Desktop Display Manager
    Documentation=man:sddm(1) man:sddm.conf(5)
    [email protected]
    After=systemd-user-sessions.service [email protected] plymouth-quit.service
    [Service]
    ExecStart=/usr/bin/sddm
    Restart=always
    [Install]
    Alias=display-manager.service

    up because I would like to do the same.. using GNOME atm without GDM (but I often switch to a openbox or compiz-standalone setups)

  • When SDDM x64 says "Cannot find a J2SE SDK installed at ..."  what is it actually looking for?

    First of all,please forgive me if this question has been answered before, but search facilities in this new forum are even more rubbish than the old one, which is an achievement I wouldn't have thought possible.
    Anyhoo.
    I have downloaded the 64-bit version of Data Modeller, which comes without the JRE.
    I have installed JDK1.3.0.21.  I have subsequently also downloaded and installed JRE 1.7u21.  However when I run datamodellerx64.exe for the first time it hurls with this message:  "Cannot find a J2SE SDK installed at C:\Program Files\Java\jdk1.7.0_21\bin".     It also doesn't like  C:\Program Files\Java\jre7\bin  (under the JDK install) or .C:\Program Files (x86)\Java\jre7\bin (the JRE install)
    So what path does it actually want?
    I suppose I could download and install the 32-bit version with the inbuilt JRE but that would be a pretty sorry workaround.
    Cheers, APC
    Message was edited by: APC - just realised I had typed "with the JRE" instead of "without", which is actually the entire source of the issue.  Doh!

    The first time you start up Data Modeler, it should prompt for the Java home.  You should select the java.exe file within the jre\bin folder of a Java JDK.
    Thanks!  This was the bit which was confusing me.  What I needed was C:\Program Files\Java\jdk1.7.0_21\jre\bin\java.exe
    Of course, then I get a message telling me that versions above 1.6 are not certified, but I'm not installing a monstrous rootkit on my new laptop simply to run SDDM, so I guess I'll just rub along without the certification.   It seems to start up just fine.
    Cheers, APC

  • How to Scale SDDM for Large Designs

    We have an Oracle Designer repository with 5 databases with about 20 schemas that need to interact. Three of the databases are COTs systems while two are for custom development. On importing to SDDM we have almost 7000 objects and it takes forever to save the design. SDDM does not scale very well. If I add one column to one table I have to save the ENTIRE design. I hate to think about what that will mean when it comes time to synch with subversion. Does it have to compare everything in the ENTIRE design to determine what has changed?
    Am I missing something? Is there a way to save just one table without saving the whole design? If not SDDM is only useful for small silo databases that don't need to interact. Can I have 20 schema based designs that can relate to other designs in the same database? For instance we have multiple application based schemes in a single database and they all refer to one reference schema with shared look up data in the same database.
    I wish we could stay on Designer but our sysadmins do not want to support legacy OS's defined as anything older than MS Server 2008 R2 and Windows 7. And Data Modeler has some really nice features but doesn't support our current design approach. We like to provide our developers with diagrams with all the tables they will be interacting with on all the databases.
    Any other users out there with large designs like this? How do you use SDDM?
    Marcus Bacon

    Phillip,
    Thanks for the reply.
    How do you count these 7000 objects?We have about 2500 entities and tables and no, not all on one diagram. This is the number that was imported from Designer. That is why I am struggling with SDDM because in Designer we divide and conquer. We have about 20 applications for our custom work and 3 COTS applications. We share/shortcut entities/tables needed from the COTs apps into our custom applications.
    You need 64 bit OSI have been lazy on this one since the 32 bit installs JVM for me. I have a 64 bit box with 16 GB of memory and dual quad core CPU's, 2 - 500 GB disk drives which are slow and not RAID. Guess I will uninstall again and install 64 bit before complaining again.
    Saving takes a long time and the last time I imported I received some errors yet the log page said 0. When I tried to save it, SDDM blew itself away. I would open a support request but right now I do not have support because the government people dropped it and we have been in the process of getting it back for several months. Any thoughts on the errors,
    In Data Modeler 3.2 tables from other models can be referred thus you can have 20 models (500 objects each) and you can select to load only one or two models you need to work on.I keep hearing rumors of 3.2 and I may try to wait until it is out before we migrate. I know, Oracle doesn't comment on release dates so I won't ask if it will be out in the next few months.
    There is a "save" at model level, but as I said you can use save at design level as well - only changed objects will be saved. How do you save at these different levels?
    What version of Data Modeler do you use?I am currently using SDDM 3.1.3.709.

  • What Version of Subversion Is Recommended for SDDM 4.0 Production

    Subversion 1.8.5 is the latest.  What Client does SDDM 4.0.0.833 use?

    Data Modeler comes with SVN 1.7 client. You need new checkout of your working copy.
    Philip

  • SDDM DDL dependency generation options

    In SDDM 3.2 will there be way to tell the DDL generator which objects are dependent on which objects? Oracle Designer DDL generator made a pretty guess at the order of generation for database objects. SDDM doesn't do a very good job. Sequences can go first, followed by object types, then tables, package headers, procedures and functions, then views, then the bodies of the object types and packages. Then constraints, indexes, triggers, synonyms and grants.
    If the SDDM team would include the dependency tree of objects within each namespace that would be world class.

    It is a question which comes first the table or the function (chick or egg). Either answer is correct. In your example, the function first. In this one, the table first:
    create table foo (a number, b varchar2 (100));
    create or replace function get_foo (p_b in foo.b%type) return foo.a%type as
    lv_a foo.a%type;
    begin
    select foo.a into lv_a from foo where foo.b = p_b;
    return (lv_a);
    exceptions <they all go here>
    end get_foo;
    I can see the SDDM design team's problem of trying to generate a set of DDL files that keeps both sides of the question/problem happy. The way Oracle Designer generated DDL seemed to be a good solution. All related DDL objects were in the same file, I think it was alphabetic by object name. There was a wrapper .SQL file which called each of the DDL type files. Just getting to this again with SDDM would be an improvement over the current DDL generation model.

  • SDDM 3.1 EA3 relational model generation doesn't work

    Hi,
    nothing happens whenever i tried to generate relational model from logical model with ">>" button ?
    Do you have any explanation?
    thanks in advance
    André

    Hi Philip,
    here comes the complete log.
    Ciao
    André
    2012-01-12 16:40:45,997 [AWT-EventQueue-0] ERROR DesignObject - Listener caused exception:
    java.lang.StringIndexOutOfBoundsException: String index out of range: 1
         at java.lang.String.substring(String.java:1934)
         at oracle.dbtools.crest.model.datatype.MDExplicitSized.setSize(Unknown Source)
         at oracle.dbtools.crest.model.datatype.oracle.MDDataTypeFactoryOracle.createType(Unknown Source)
         at oracle.dbtools.crest.model.datatype.oracle.v9i.MDDataTypeFactoryOraclev9i.createType(Unknown Source)
         at oracle.dbtools.crest.model.datatype.MDDataTypeFactory.createStringEncodedType(Unknown Source)
         at oracle.dbtools.crest.model.design.LogicalDatatype.createDataType(Unknown Source)
         at oracle.dbtools.crest.model.design.Domain.getDataType(Unknown Source)
         at oracle.dbtools.crest.model.design.Domain.getDataType(Unknown Source)
         at oracle.dbtools.crest.model.design.ContainedObjectWithDomain.getDataType(Unknown Source)
         at oracle.dbtools.crest.model.design.logical.Attribute.getDataType(Unknown Source)
         at oracle.dbtools.crest.model.design.ContainerObject.changed(Unknown Source)
         at oracle.dbtools.crest.model.design.logical.CandidateKey.changed(Unknown Source)
         at oracle.dbtools.crest.model.design.DesignObject.fireChange(Unknown Source)
         at oracle.dbtools.crest.model.design.ContainedObjectWithDomain.setDomain(Unknown Source)
         at oracle.dbtools.crest.model.design.logical.Attribute.setDomain(Unknown Source)
         at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.setPreviousSelectedAttribute(Unknown Source)
         at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.initSelectedAttributeOptions(Unknown Source)
         at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.setAttributeSelected(Unknown Source)
         at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.access$2900(Unknown Source)
         at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx$5.valueChanged(Unknown Source)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:194)
         at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:388)
         at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:398)
         at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:442)
         at javax.swing.JTable.changeSelectionModel(JTable.java:2352)
         at javax.swing.JTable.changeSelection(JTable.java:2421)
         at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.addAttribute(Unknown Source)
         at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx.access$2500(Unknown Source)
         at oracle.dbtools.crest.swingui.editor.logical.EntityPropertiesDialogEx$COAddAction.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
         at java.awt.Component.processMouseEvent(Component.java:6290)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6055)
         at java.awt.Container.processEvent(Container.java:2039)
         at java.awt.Component.dispatchEventImpl(Component.java:4653)
         at java.awt.Container.dispatchEventImpl(Container.java:2097)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
         at java.awt.Container.dispatchEventImpl(Container.java:2083)
         at java.awt.Window.dispatchEventImpl(Window.java:2482)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:607)
         at java.awt.EventQueue$1.run(EventQueue.java:605)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:621)
         at java.awt.EventQueue$2.run(EventQueue.java:619)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1044)
         at java.awt.Dialog$3.run(Dialog.java:1096)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1094)
         at oracle.dbtools.crest.swingui.editor.AbstractPropertiesDialog.show(Unknown Source)
         at oracle.dbtools.crest.model.design.logical.Entity.showPropertyDialog(Unknown Source)
         at oracle.dbtools.crest.model.ModelIDObject.showPropertyDialogOnNew(Unknown Source)
         at oracle.dbtools.crest.swingui.diagram.graph.MarqueeHandler.addEntity(Unknown Source)
         at oracle.dbtools.crest.swingui.diagram.graph.MarqueeHandler.createObject(Unknown Source)
         at oracle.dbtools.crest.swingui.diagram.graph.MarqueeHandler.mouseReleased(Unknown Source)
         at oracle.dbtools.crest.swingui.diagram.ui.def.DefaultDiagramUI$MouseHandler.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.Component.processMouseEvent(Component.java:6290)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6055)
         at java.awt.Container.processEvent(Container.java:2039)
         at java.awt.Component.dispatchEventImpl(Component.java:4653)
         at java.awt.Container.dispatchEventImpl(Container.java:2097)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
         at java.awt.Container.dispatchEventImpl(Container.java:2083)
         at java.awt.Window.dispatchEventImpl(Window.java:2482)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:607)
         at java.awt.EventQueue$1.run(EventQueue.java:605)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:621)
         at java.awt.EventQueue$2.run(EventQueue.java:619)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    2012-01-12 16:41:20,288 [AWT-EventQueue-0] WARN SVNClientHelper - doInfo
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: 'D:\home\sa54rel\sddm\draft' is not a working copy
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfoFromWorkingCopy(AbstractJhlClientAdapter.java:1792)
         at oracle.dbtools.crest.fcp.vcs.svn.SVNClientHelper.doInfo(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.svn.SVNHistoryWindow.init(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.VCSHistoryWindow.setStorableObjectStatus(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.svn.commands.SVNVersionHistoryCommand.init(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.svn.commands.SVNVersionHistoryCommand.showSVNHistoryWindow(Unknown Source)
         at oracle.dbtools.crest.fcp.vcs.svn.commands.SVNVersionHistoryCommand.doitImpl(Unknown Source)
         at oracle.jdeveloper.vcs.spi.VCSCommand.doit3(VCSCommand.java:588)
         at oracle.jdeveloper.vcs.spi.VCSCommand.doit(VCSCommand.java:136)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
         at oracle.jdeveloper.vcs.spi.VCSController.invokeCommand(VCSController.java:201)
         at oracle.jdeveloper.vcs.spi.VCSController.handleEventImpl(VCSController.java:156)
         at oracle.jdeveloper.vcs.spi.VCSController$1.run(VCSController.java:84)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:607)
         at java.awt.EventQueue$1.run(EventQueue.java:605)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: 'D:\home\sa54rel\sddm\draft' is not a working copy
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1598)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getInfoFromWorkingCopy(AbstractJhlClientAdapter.java:1785)
         ... 26 more
    Caused by: org.tmatesoft.svn.core.SVNException: svn: 'D:\home\sa54rel\sddm\draft' is not a working copy
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
         at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open(SVNAdminAreaFactory.java:163)
         at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:364)
         at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:272)
         at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:299)
         at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:284)
         at org.tmatesoft.svn.core.wc.SVNWCClient.crawlEntries(SVNWCClient.java:3275)
         at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2495)
         at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2871)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1593)
         ... 27 more
    2012-01-12 16:44:44,107 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:05,220 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:07,030 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:07,529 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:07,763 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:08,012 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:08,246 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:08,449 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:08,652 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:08,839 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:09,619 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:09,900 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:10,337 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:41,701 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:45:44,088 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:24,788 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:30,693 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:31,286 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:31,551 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:31,785 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:32,019 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:46,132 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:46,751 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:47,025 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:47,256 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:46:47,528 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-12 16:54:53,885 [AWT-EventQueue-0] ERROR MDBAction - java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    2012-01-16 09:53:54,112 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 3.1.0.691

Maybe you are looking for