abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 04:55 | Nová verze

    OpenJS Foundation, oficiální projekt konsorcia Linux Foundation, oznámila vydání verze 22 otevřeného multiplatformního prostředí pro vývoj a běh síťových aplikací napsaných v JavaScriptu Node.js (Wikipedie). V říjnu se verze 22 stane novou aktivní LTS verzí. Podpora je plánována do dubna 2027.

    Ladislav Hagara | Komentářů: 0
    dnes 04:22 | Nová verze

    Byla vydána verze 8.2 open source virtualizační platformy Proxmox VE (Proxmox Virtual Environment, Wikipedie) založené na Debianu. Přehled novinek v poznámkách k vydání a v informačním videu. Zdůrazněn je průvodce migrací hostů z VMware ESXi do Proxmoxu.

    Ladislav Hagara | Komentářů: 0
    dnes 04:11 | Nová verze

    R (Wikipedie), programovací jazyk a prostředí určené pro statistickou analýzu dat a jejich grafické zobrazení, bylo vydáno ve verzi 4.4.0. Její kódové jméno je Puppy Cup.

    Ladislav Hagara | Komentářů: 0
    včera 22:44 | IT novinky

    IBM kupuje společnost HashiCorp (Terraform, Packer, Vault, Boundary, Consul, Nomad, Waypoint, Vagrant, …) za 6,4 miliardy dolarů, tj. 35 dolarů za akcii.

    Ladislav Hagara | Komentářů: 3
    včera 15:55 | Nová verze

    Byl vydán TrueNAS SCALE 24.04 “Dragonfish”. Přehled novinek této open source storage platformy postavené na Debianu v poznámkách k vydání.

    Ladislav Hagara | Komentářů: 0
    včera 13:44 | IT novinky

    Oznámeny byly nové Raspberry Pi Compute Module 4S. Vedle původní 1 GB varianty jsou nově k dispozici také varianty s 2 GB, 4 GB a 8 GB paměti. Compute Modules 4S mají na rozdíl od Compute Module 4 tvar a velikost Compute Module 3+ a předchozích. Lze tak provést snadný upgrade.

    Ladislav Hagara | Komentářů: 0
    včera 04:44 | Nová verze

    Po roce vývoje od vydání verze 1.24.0 byla vydána nová stabilní verze 1.26.0 webového serveru a reverzní proxy nginx (Wikipedie). Nová verze přináší řadu novinek. Podrobný přehled v souboru CHANGES-1.26.

    Ladislav Hagara | Komentářů: 0
    včera 04:33 | Nová verze

    Byla vydána nová verze 6.2 živé linuxové distribuce Tails (The Amnesic Incognito Live System), jež klade důraz na ochranu soukromí uživatelů a anonymitu. Přehled změn v příslušném seznamu. Tor Browser byl povýšen na verzi 13.0.14.

    Ladislav Hagara | Komentářů: 0
    včera 04:22 | Nová verze

    Byla vydána nová verze 30.0.0 frameworku pro vývoj multiplatformních desktopových aplikací pomocí JavaScriptu, HTML a CSS Electron (Wikipedie, GitHub). Chromium bylo aktualizováno na verzi 124.0.6367.49, V8 na verzi 12.4 a Node.js na verzi 20.11.1. Electron byl původně vyvíjen pro editor Atom pod názvem Atom Shell. Dnes je na Electronu postavena celá řada dalších aplikací.

    Ladislav Hagara | Komentářů: 2
    včera 04:11 | Nová verze

    Byla vydána nová verze 9.0.0 otevřeného emulátoru procesorů a virtualizačního nástroje QEMU (Wikipedie). Přispělo 220 vývojářů. Provedeno bylo více než 2 700 commitů. Přehled úprav a nových vlastností v seznamu změn.

    Ladislav Hagara | Komentářů: 0
    KDE Plasma 6
     (72%)
     (9%)
     (2%)
     (17%)
    Celkem 731 hlasů
     Komentářů: 4, poslední 6.4. 15:51
    Rozcestník

    Administrace komentářů

    Jste na stránce určené pro řešení chyb a problémů týkajících se diskusí a komentářů. Můžete zde našim administrátorům reportovat špatně zařazenou či duplicitní diskusi, vulgární či osočující příspěvek a podobně. Děkujeme vám za vaši pomoc, více očí více vidí, společně můžeme udržet vysokou kvalitu AbcLinuxu.cz.

    Příspěvek
    24.7.2011 19:14 jadd | skóre: 34 | blog: Greenhorn
    Rozbalit Rozbalit vše Re: Program pro spuštění minimalizované aplikace na dané ploše
    I já se omlouvám, příspěvek jsem psal před tebou ale než jsem ho poslal, tak jsi už odpověděl.
    ME
           devilspie - perform actions on windows as they are created
    
    
    SYNOPSIS
           devilspie [OPTION]...  configuration-files...
    
    
    DESCRIPTION
           devilspie  is  a  program which can detect windows as they are created,
           and perform actions on them if they match as set of criteria.
    
           The configuration files are a set of s-expressions.  For  documentation
           and examples, see /usr/share/doc/devilspie-0.22/.
    
           Command-lines options:
    
           -a --apply-to-existing
                  Apply to all existing windows instead of just new windows.
    
           -d --debug
                  Output debug information
    
           -l --list-symbols
                  List available symbols supported in input files.
    
           -s symname --symbol-doc=symname
                   Get detailed help on symbol symname ('all' for all symbols).
    
    
    ALLOWED SYMBOLS
           In the input files, the following symbols are known by devilspie:
    
           is     String equality, (is a b) means a is the same as b.
    
           contains
                  Substring,  (contains  haystack  needle) means haystack contains
                  needle.
    
           matches
                  Regexp matches, (matches str pattern) means the  regexp  pattern
                  matches str.
    
           window_name
                  Return the title of the current window (String).
    
           window_role
                  Return  the  role  (as determined by the WM_WINDOW_ROLE hint) of
                  the current window (String).
    
           window_class
                  Return the class of the current window (String).
    
           window_xid
                  Return the X11 window id of the current window (Integer).
    
           application_name
                  Return the application name (as determined by  libwnck)  of  the
                  current window (String).
    
           window_property
                  Returns   the   given   property   of   the  window,  e.g.  pass
                  "_NET_WM_STATE" (String).
    
           window_workspace
                  Returns the workspace a window is on (Integer).
    
           debug  Debugging function, outputs the current  window's  title,  name,
                  role and geometry (Returns TRUE).
    
           print  Print args (without trailing 0 returns boolean).
    
           println
                  Print args (with trailing 0 returns boolean).
    
           str    Transform parameters into strings and concat them.
    
           hex    Transform  the  integer  parameter  into an unsigned hexadecimal
                  string (with 0x prefix).
    
           geometry
                  Set position + size (as tring) of current window (returns  bool‐
                  ean).
    
           fullscreen
                  Make the current window fullscreen (returns TRUE).
    
           focus  Focus the current window (returns TRUE).
    
           center Center position of current window (returns boolean).
    
           maximize
                  Maximise the current window (returns TRUE).
    
           maximize_vertically
                  Maximise vertically the current window (returns TRUE).
    
           maximize_horizontally
                  Maximise horizontally the current window (returns TRUE).
    
           unmaximize
                  Un-maximise the current window (returns TRUE).
    
           minimize
                  Minimise the current window (returns TRUE).
    
           unminimize
                  Un-minimise the current window (returns TRUE).
    
           shade  Shade ("roll up") the current window (returns TRUE).
    
           unshade
                  Un-shade ("roll down") the current window (returns TRUE).
    
           close  Close the current window (returns TRUE).
    
           pin    Pin the current window to all workspaces (returns TRUE).
    
           unpin  Unpin the current window from all workspaces (returns TRUE).
    
           stick  Make the current window stick to all viewports (returns TRUE).
    
           unstick
                  Unstick the window from viewports (returns TRUE).
    
           set_workspace
                  Move  the window to a specific workspace number, counting from 1
                  (returns boolean).
    
           set_viewport
                  Move the window to a specific viewport number, counting  from  1
                  (returns boolean).
    
           skip_pager
                  Remove the current window from the window list (returns TRUE).
    
           skip_tasklist
                  Remove the current window from the pager (returns TRUE).
    
           above  Set  the  current window to be above all normal windows (returns
                  TRUE).
    
           below  Set the current window to be below all normal  windows  (returns
                  TRUE).
    
           decorate
                  Add  the  window  manager  decorations  to  the  current  window
                  (returns boolean).
    
           undecorate
                  Remove the window manager decorations from  the  current  window
                  (returns boolean).
          
    
           wintype
                  Set  the  window  type  of the current window (returns boolean).
                  Accepted values are:  normal,  dialog,  menu,  toolbar,  splash‐
                  screen, utility, dock, desktop.
    
           opacity
                  Change  the  opacity level (as integer in 0..100) of the current
                  window (returns boolean).
    
           spawn_async
                  Execute a command in the background (returns  boolean).  Command
                  is  given as a single string, or as a series of strings (similar
                  to execl).
    
           spawn_sync
                  Execute a command in the foreground (returns command  output  as
                  string, or FALSE on error). Command is given as a single string,
                  or as a series of strings (similar to execl).
    
    
    BUGS
           This manpage is almost useless, as it was thrown together on a train.
    
    
    AUTHOR
           This manual page was written by Ross Burton ross@burtonini.com.
    
    
    
    

    V tomto formuláři můžete formulovat svou stížnost ohledně příspěvku. Nejprve vyberte typ akce, kterou navrhujete provést s diskusí či příspěvkem. Potom do textového pole napište důvody, proč by měli admini provést vaši žádost, problém nemusí být patrný na první pohled. Odkaz na příspěvek bude přidán automaticky.

    Vaše jméno
    Váš email
    Typ požadavku
    Slovní popis
    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.