Ticket #86 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Configuration shortcut in GNOME menu

Reported by: pingou Owned by: somebody
Priority: Fix available Milestone: 0.4.0
Component: guake Version:
Keywords: Cc:

Description

There is a first draft of .desktop file for guake

Listed in the TODO
 http://trac.guake-terminal.org/browser/TODO
* Put a shortcut in gnome menu: System->Preferences-> Guake

Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings?;
This line might be changed to
Categories=GTK;GNOME;Settings;
Then the shortcut should be in System -> preferences

Attachments

Change History

Changed 4 years ago by pingou

I can not attach the file so there is the content:

[Desktop Entry] Encoding=UTF-8 Name=Guake Comment=Configure your guake sessions Exec=guake -p Icon=session-properties Terminal=false Type=Application StartupNotify?=true Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings?; X-Desktop-File-Install-Version=0.1

Changed 4 years ago by pingou

[Desktop Entry]
Encoding=UTF-8
Name=Guake
Comment=Configure your guake sessions
Exec=guake -p
Icon=session-properties
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings;
X-Desktop-File-Install-Version=0.1

Changed 4 years ago by lincoln

Hi Pingou!

Thank you again for your help!

hmm, what do you think about using guake icon instead of session-properties?

Changed 4 years ago by pingou

Hi Lincoln,

You are welcome, I took a template and as you can see I forget some things ;-)

Feel free to change it as needed

Changed 4 years ago by pingou

  • type changed from defect to enhancement

Changed 4 years ago by lincoln

I have it almost ready to roll, soon it will be pushed!

Changed 4 years ago by pingou

There is the latest one I use:

[Desktop Entry]
Encoding=UTF-8
Name=Guake Preferences
Comment=Configure your guake sessions
Exec=guake -p
Icon=/usr/share/pixmaps/guake/guake.png
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings;
X-Desktop-File-Install-Version=0.15

Changed 4 years ago by lincoln

  • milestone set to 0.4.0

Changed 4 years ago by SnapShot

  • priority changed from major to Fix available

Here is a patch that adds the guake configuraiton shortcut to preferences and adds it to the build system.

Changed 4 years ago by SnapShot

Changed 4 years ago by lincoln

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.