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:44 | Nová verze

    Nová čísla časopisů od nakladatelství Raspberry Pi: MagPi 140 (pdf) a HackSpace 77 (pdf).

    Ladislav Hagara | Komentářů: 0
    dnes 01:00 | Nová verze

    ESPHome, tj. open source systém umožňující nastavovat zařízení s čipy ESP (i dalšími) pomocí konfiguračních souborů a připojit je do domácí automatizace, například do Home Assistantu, byl vydán ve verzi 2024.4.0.

    Ladislav Hagara | Komentářů: 0
    včera 22:11 | IT novinky Ladislav Hagara | Komentářů: 0
    včera 20:55 | Nová verze

    Neziskové průmyslové konsorcium Khronos Group vydalo verzi 1.1 specifikace OpenXR (Wikipedie), tj. standardu specifikujícího přístup k platformám a zařízením pro XR, tj. platformám a zařízením pro AR (rozšířenou realitu) a VR (virtuální realitu). Do základu se z rozšíření dostalo XR_EXT_local_floor. Společnost Collabora implementuje novou verzi specifikace do platformy Monado, tj. open source implementace OpenXR.

    Ladislav Hagara | Komentářů: 2
    včera 17:22 | Nová verze

    Byla vydána nová verze 0.38.0 multimediálního přehrávače mpv (Wikipedie) vycházejícího z přehrávačů MPlayer a mplayer2. Přehled novinek, změn a oprav na GitHubu. Požadován je FFmpeg 4.4 nebo novější a také libplacebo 6.338.2 nebo novější.

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

    ClamAV (Wikipedie), tj. multiplatformní antivirový engine s otevřeným zdrojovým kódem pro detekci trojských koní, virů, malwaru a dalších škodlivých hrozeb, byl vydán ve verzích 1.3.1, 1.2.3 a 1.0.6. Ve verzi 1.3.1 je mimo jiné řešena bezpečnostní chyba CVE-2024-20380.

    Ladislav Hagara | Komentářů: 2
    včera 12:11 | IT novinky

    Digitální a informační agentura (DIA) oznámila (PDF, X a Facebook), že mobilní aplikace Portál občana je ode dneška oficiálně venku.

    Ladislav Hagara | Komentářů: 8
    včera 05:11 | Komunita

    #HACKUJBRNO 2024, byly zveřejněny výsledky a výstupy hackathonu města Brna nad otevřenými městskými daty, který se konal 13. a 14. dubna 2024.

    Ladislav Hagara | Komentářů: 2
    17.4. 17:55 | IT novinky

    Společnost Volla Systeme stojící za telefony Volla spustila na Kickstarteru kampaň na podporu tabletu Volla Tablet s Volla OS nebo Ubuntu Touch.

    Ladislav Hagara | Komentářů: 3
    17.4. 17:44 | IT novinky

    Společnost Boston Dynamics oznámila, že humanoidní hydraulický robot HD Atlas šel do důchodu (YouTube). Nastupuje nová vylepšená elektrická varianta (YouTube).

    Ladislav Hagara | Komentářů: 1
    KDE Plasma 6
     (68%)
     (10%)
     (2%)
     (19%)
    Celkem 559 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.