Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 4669  / 3 Years ago, sun, may 16, 2021, 1:55:45

There is a possibility to configure application (for me darktable) that start in full screen mode without the title bar (I use GNOME Shell in Ubuntu 11.10)?


More From » 11.10

 Answers
1

enter image description here



This was achieved using devilspie to start darktable maximised, followed by my linked answer to remove the window decoration.



Note - I tried this with the devilspie "undecorate" command but that just left an annoying blank space where the decoration would be



install devilspie



sudo apt-get install devilspie
mkdir ~/.devilspie
nano ~/.devilspie/darktable.ds


copy and paste the following:



  (is (application_name) "darktable")
(begin
(maximize)
(spawn_sync "/home/dad/decoration.py")
(spawn_sync "/home/dad/decoration.py")
)


N.B. substitute /home/dad/decoration.py for the full-pathname to the undecorate script. Save.



Finally, make sure devilspie start in your startup-applications.






Linked Question:




  1. Remove titlebar from maximized terminal window


[#41175] Sunday, May 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
giccolla

Total Points: 161
Total Questions: 124
Total Answers: 117

Location: Aland Islands
Member since Wed, Nov 17, 2021
3 Years ago
giccolla questions
Sun, Oct 17, 21, 05:39, 3 Years ago
Mon, Aug 1, 22, 02:00, 2 Years ago
Sun, Nov 21, 21, 08:21, 3 Years ago
;