Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
garcon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
garcon
Commits
96ce38c3
Commit
96ce38c3
authored
8 years ago
by
Eric Koegel
Browse files
Options
Downloads
Patches
Plain Diff
Remove the old test-display-menu scripts
parent
471cbaa2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/gdb-test-display-menu
+0
-3
0 additions, 3 deletions
tests/gdb-test-display-menu
tests/run-test-display-menu.sh
+0
-26
0 additions, 26 deletions
tests/run-test-display-menu.sh
with
0 additions
and
29 deletions
tests/gdb-test-display-menu
deleted
100644 → 0
+
0
−
3
View file @
471cbaa2
run # /usr/local/etc/xdg/menus/xfce-applications.menu
bt
quit
This diff is collapsed.
Click to expand it.
tests/run-test-display-menu.sh
deleted
100755 → 0
+
0
−
26
View file @
471cbaa2
#!/bin/sh
#
# Copyright (c) 2007 Jannis Pohlmann <jannis@xfce.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA.
#
GLIB_OPTIONS
=
`
pkg-config
--cflags
--libs
glib-2.0
`
GTK_OPTIONS
=
`
pkg-config
--cflags
--libs
gtk+-2.0
`
GARCON_OPTIONS
=
`
pkg-config
--cflags
--libs
garcon-1
`
gcc
-o
test-display-menu test-display-menu.c
$GLIB_OPTIONS
$GTK_OPTIONS
$GARCON_OPTIONS
&&
G_DEBUG
=
fatal-criticals gdb ./test-display-menu
-x
gdb-test-display-menu
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment